solaris...

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@219921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-20 15:04:26 +00:00
parent 9d99ecae5a
commit e976c851fd
1 changed files with 3 additions and 3 deletions

6
ci.sh
View File

@ -25,7 +25,7 @@ fi
HOME_DIR=`pwd`
DIR=m2-build
REPO=maven-repo-local
REPO=$HOME_DIR/maven-repo-local
SCM_LOG=scm.log
TIMESTAMP=`date +%Y%m%d.%H%M%S`
WWW=$HOME/public_html
@ -123,7 +123,7 @@ fi
(
cd $DIR/maven-components
sh m2-bootstrap-all.sh -Dmaven.repo.local="$HOME_DIR/$REPO" -Dmaven.home="$M2_HOME" --update-snapshots
sh m2-bootstrap-all.sh -Dmaven.repo.local="$REPO" -Dmaven.home="$M2_HOME" --update-snapshots
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
)
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
@ -137,7 +137,7 @@ fi
mkdir -p $DEPLOY_DIR > /dev/null 2>&1
# Assumes pwd is still $HOME_DIR
tar czf $DEPLOY_DIR/$DIST m2
gtar czf $DEPLOY_DIR/$DIST m2
else