File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181cp $sourcedir /KEYS $outputdir /KEYS
8282
8383cd $sourcedir
84+ echo ' archiving'
8485git archive --format=tar.gz --prefix=apache-cloudstack-$version -incubating-src/ $branch > $outputdir /apache-cloudstack-$version -incubating-src.tar.gz
8586git archive --format=zip --prefix=apache-cloudstack-$version -incubating-src/ $branch > $outputdir /apache-cloudstack-$version -incubating-src.zip
8687
8788cd $outputdir
89+ echo ' armor'
8890gpg -v --armor --output apache-cloudstack-$version -incubating-src.tar.gz.asc --detach-sig apache-cloudstack-$version -incubating-src.tar.gz
8991gpg -v --armor --output apache-cloudstack-$version -incubating-src.zip.asc --detach-sig apache-cloudstack-$version -incubating-src.zip
92+
93+ echo ' md5'
9094gpg -v --print-md MD5 apache-cloudstack-$version -incubating-src.tar.gz > apache-cloudstack-$version -incubating-src.tar.gz.md5
9195gpg -v --print-md MD5 apache-cloudstack-$version -incubating-src.zip > apache-cloudstack-$version -incubating-src.zip.md5
96+
97+ echo ' sha'
9298gpg -v --print-md SHA512 apache-cloudstack-$version -incubating-src.tar.gz > apache-cloudstack-$version -incubating-src.tar.gz.sha
9399gpg -v --print-md SHA512 apache-cloudstack-$version -incubating-src.zip > apache-cloudstack-$version -incubating-src.zip.sha
94100
95- gpg -v --verify apache-cloudstack-$version .tar.gz.asc apache-cloudstack-$version -incubating-src.tar.gz
96- gpg -v --verify apache-cloudstack-$version .zip.asc apache-cloudstack-$version -incubating-src.zip
101+ echo ' verify'
102+ gpg -v --verify apache-cloudstack-$version -incubating-src.tar.gz.asc apache-cloudstack-$version -incubating-src.tar.gz
103+ gpg -v --verify apache-cloudstack-$version -incubating-src.zip.asc apache-cloudstack-$version -incubating-src.zip
97104
98105if [ $tag == ' yes' ]; then
106+ echo ' tag'
99107 cd $sourcedir
100108 if [ $certid == ' X' ]; then
101109 git tag -s $version -m " Tagging release $version on branch $branch ."
You can’t perform that action at this time.
0 commit comments