git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@462985 13f79535-47bb-0310-9956-ffa450edef68

This commit is contained in:
Jason van Zyl 2006-10-11 21:55:42 +00:00
parent 83e5947f0d
commit df69256308
1 changed files with 7 additions and 0 deletions

View File

@ -1,7 +1,11 @@
#!/bin/sh
# ------------------------------------------------------------------------
# 1. Sync Maven 1.x repositories
# 2. Convert Maven 1.x repository to Maven 2.x repository
# 3. Manual fixes
# 4. Sync the Maven 2.x repository to Ibiblio
# ------------------------------------------------------------------------
PID=$$
RUNNING=`ps -ef | grep synchronize.sh | grep -v 'sh -c' | grep -v grep | grep -v $PID`
@ -36,6 +40,9 @@ echo Running repoclean
)
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
# ------------------------------------------------------------------------
# Manual fixes
# ------------------------------------------------------------------------
echo Removing commons-logging 1.1-dev
# hack prevent commons-logging-1.1-dev