From e976c851fd7d5482a0c370020e2de38766fd887d Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Wed, 20 Jul 2005 15:04:26 +0000 Subject: [PATCH] solaris... git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@219921 13f79535-47bb-0310-9956-ffa450edef68 --- ci.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci.sh b/ci.sh index 86a66ffc1b..d8c4ce9066 100755 --- a/ci.sh +++ b/ci.sh @@ -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