mirror of https://github.com/apache/cloudstack.git
Adding a version folder location for the svn dev dist commit
Signed-off-by: Chip Childers <chipchilders@apache.org>
This commit is contained in:
parent
c8c77f6b1c
commit
0f4dd4c5ec
|
|
@ -138,6 +138,14 @@ if [ "$committosvn" == "yes" ]; then
|
|||
cd /tmp
|
||||
svn co https://dist.apache.org/repos/dist/dev/cloudstack/ cloudstack-dev-dist
|
||||
cd cloudstack-dev-dist
|
||||
if [ -d "$version" ]; then
|
||||
cd $version
|
||||
svn rm *
|
||||
else
|
||||
mkdir $version
|
||||
svn add $version
|
||||
cd $version
|
||||
fi
|
||||
cp $outputdir/apache-cloudstack-$version-src.tar.bz2 .
|
||||
cp $outputdir/apache-cloudstack-$version-src.tar.bz2.asc .
|
||||
cp $outputdir/apache-cloudstack-$version-src.tar.bz2.md5 .
|
||||
|
|
|
|||
Loading…
Reference in New Issue