Skip to content

Commit 8757b55

Browse files
author
Chip Childers
committed
Fixing path error in release dist checkin script
Signed-off-by: Chip Childers <chipchilders@apache.org>
1 parent 9db3039 commit 8757b55

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tools/build/build_asf.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ if [ "$committosvn" == "yes" ]; then
142142
cp $outputdir/apache-cloudstack-$version-src.tar.bz2.asc .
143143
cp $outputdir/apache-cloudstack-$version-src.tar.bz2.md5 .
144144
cp $outputdir/apache-cloudstack-$version-src.tar.bz2.sha .
145-
svn add $outputdir/apache-cloudstack-$version-src.tar.bz2
146-
svn add $outputdir/apache-cloudstack-$version-src.tar.bz2.asc
147-
svn add $outputdir/apache-cloudstack-$version-src.tar.bz2.md5
148-
svn add $outputdir/apache-cloudstack-$version-src.tar.bz2.sha
145+
svn add apache-cloudstack-$version-src.tar.bz2
146+
svn add apache-cloudstack-$version-src.tar.bz2.asc
147+
svn add apache-cloudstack-$version-src.tar.bz2.md5
148+
svn add apache-cloudstack-$version-src.tar.bz2.sha
149149
svn commit -m "Committing release candidate artifacts for $version to dist/dev/cloudstack in preparation for release vote"
150150
fi
151151

0 commit comments

Comments
 (0)