File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181
8282cd $sourcedir
8383echo ' archiving'
84- git archive --format=tar --prefix=apache-cloudstack-$version -incubating- src/ $branch > $outputdir /apache-cloudstack-$version -incubating -src.tar
85- bzip2 $outputdir /apache-cloudstack-$version -incubating- src.tar
84+ git archive --format=tar --prefix=apache-cloudstack-$version -src/ $branch > $outputdir /apache-cloudstack-$version -src.tar
85+ bzip2 $outputdir /apache-cloudstack-$version -src.tar
8686
8787cd $outputdir
8888echo ' armor'
89- gpg -v $keyid --armor --output apache-cloudstack-$version -incubating- src.tar.bz2.asc --detach-sig apache-cloudstack-$version -incubating -src.tar.bz2
89+ gpg -v $keyid --armor --output apache-cloudstack-$version -src.tar.bz2.asc --detach-sig apache-cloudstack-$version -src.tar.bz2
9090
9191echo ' md5'
92- gpg -v --print-md MD5 apache-cloudstack-$version -incubating- src.tar.bz2 > apache-cloudstack-$version -incubating -src.tar.bz2.md5
92+ gpg -v --print-md MD5 apache-cloudstack-$version -src.tar.bz2 > apache-cloudstack-$version -src.tar.bz2.md5
9393
9494echo ' sha'
95- gpg -v --print-md SHA512 apache-cloudstack-$version -incubating- src.tar.bz2 > apache-cloudstack-$version -incubating -src.tar.bz2.sha
95+ gpg -v --print-md SHA512 apache-cloudstack-$version -src.tar.bz2 > apache-cloudstack-$version -src.tar.bz2.sha
9696
9797echo ' verify'
98- gpg -v --verify apache-cloudstack-$version -incubating- src.tar.bz2.asc apache-cloudstack-$version -incubating -src.tar.bz2
98+ gpg -v --verify apache-cloudstack-$version -src.tar.bz2.asc apache-cloudstack-$version -src.tar.bz2
9999
100100if [ $tag == ' yes' ]; then
101101 echo ' tag'
You can’t perform that action at this time.
0 commit comments