fix dist path

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163116 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2004-09-19 02:16:57 +00:00
parent 2fbbfa6274
commit 482f36fba1
1 changed files with 2 additions and 2 deletions

4
ci.sh
View File

@ -17,7 +17,7 @@ TO=m2-dev@maven.apache.org
SCM_LOG=scm.log
TIMESTAMP=`date +%Y%M%d.%H%M%S`
DEPLOY_DIR=$HOME_DIR/public_html/m2
DEPLOY_SITE=http://www.codehaus.org/~jvanzyl/m2
DEPLOY_SITE=http://www.codehaus.org/~maven/m2
DIST=m2-${TIMESTAMP}.tar.gz
export JAVA_HOME=/usr/local/java
@ -144,7 +144,7 @@ then
echo "Subject: [maven2 build - SUCCESS] $DATE" >> log
echo "" >> log
echo "Distribution:" >> log
echo "${DEPLOY_SITE}${DIST}" >>log
echo "${DEPLOY_SITE}/${DIST}" >>log
fi
echo "" >> log
echo "Log:" >> log