Skip to content

Commit 01d7b0e

Browse files
committed
Merge remote-tracking branch 'origin/4.15'
2 parents b7f86a6 + 0a401eb commit 01d7b0e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/build/build_asf.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ else
149149
gpg -v --default-key $certid --armor --output apache-cloudstack-$version-src.tar.bz2.asc --detach-sig apache-cloudstack-$version-src.tar.bz2
150150
fi
151151

152-
echo 'md5'
153-
md5sum apache-cloudstack-$version-src.tar.bz2 > apache-cloudstack-$version-src.tar.bz2.md5
154-
155152
echo 'sha512'
156153
sha512sum apache-cloudstack-$version-src.tar.bz2 > apache-cloudstack-$version-src.tar.bz2.sha512
157154

@@ -184,11 +181,9 @@ if [ "$committosvn" == "yes" ]; then
184181
fi
185182
cp $outputdir/apache-cloudstack-$version-src.tar.bz2 .
186183
cp $outputdir/apache-cloudstack-$version-src.tar.bz2.asc .
187-
cp $outputdir/apache-cloudstack-$version-src.tar.bz2.md5 .
188184
cp $outputdir/apache-cloudstack-$version-src.tar.bz2.sha512 .
189185
svn add apache-cloudstack-$version-src.tar.bz2
190186
svn add apache-cloudstack-$version-src.tar.bz2.asc
191-
svn add apache-cloudstack-$version-src.tar.bz2.md5
192187
svn add apache-cloudstack-$version-src.tar.bz2.sha512
193188
svn commit -m "Committing release candidate artifacts for $version to dist/dev/cloudstack in preparation for release vote"
194189
fi

0 commit comments

Comments
 (0)