shwstppr commented on PR #193:
URL:
https://github.com/apache/cloudstack-cloudmonkey/pull/193#issuecomment-3247814827
Tested with dry run,
```
⇒ bash -x performrelease.sh -s
/home/shwstppr/lab/shapeblue/cloudstack-cloudmonkey -v 6.6.0 -u
68CD047C5012807E
sign-test|
+ version=TESTBUILD
+ sourcedir=/home/shwstppr/cloudstack-cloudmonkey
+ outputdir=/tmp/cloudstack-cloudmonkey-build/
+ branch=main
+ tag=no
+ certid=X
+ committosvn=X
+ getopts v:s:o:b:u:tch opt
+ case "$opt" in
+ sourcedir=/home/shwstppr/lab/shapeblue/cloudstack-cloudmonkey
+ getopts v:s:o:b:u:tch opt
+ case "$opt" in
+ version=6.6.0
+ getopts v:s:o:b:u:tch opt
+ case "$opt" in
+ certid=68CD047C5012807E
+ getopts v:s:o:b:u:tch opt
++ expr 7 - 1
+ shift 6
+ '[' 6.6.0 == TESTBUILD ']'
+ echo 'Using version: 6.6.0'
Using version: 6.6.0
+ echo 'Using source directory:
/home/shwstppr/lab/shapeblue/cloudstack-cloudmonkey'
Using source directory: /home/shwstppr/lab/shapeblue/cloudstack-cloudmonkey
+ echo 'Using output directory: /tmp/cloudstack-cloudmonkey-build/'
Using output directory: /tmp/cloudstack-cloudmonkey-build/
+ echo 'Using branch: main'
Using branch: main
+ '[' no == yes ']'
+ echo 'The branch will not be tagged. You should consider doing this.'
The branch will not be tagged. You should consider doing this.
+ '[' -d /tmp/cloudstack-cloudmonkey-build/ ']'
+ mkdir /tmp/cloudstack-cloudmonkey-build/
+ cd /home/shwstppr/lab/shapeblue/cloudstack-cloudmonkey
+ echo 'checking out correct branch'
checking out correct branch
+ git checkout main
Switched to branch 'main'
Your branch is up to date with 'apache/main'.
+ git clean -f
++ git show HEAD
++ head -n 1
++ cut -d ' ' -f 2
+ export commitsh=531d8da66eedc7374f878303bef1061ac99295f4
+ commitsh=531d8da66eedc7374f878303bef1061ac99295f4
+ echo 'releasing as 531d8da66eedc7374f878303bef1061ac99295f4'
releasing as 531d8da66eedc7374f878303bef1061ac99295f4
+ echo archiving
archiving
+ git archive --format=tar --prefix=apache-cloudstack-cloudmonkey-6.6.0-src/
main
+ bzip2
/tmp/cloudstack-cloudmonkey-build//apache-cloudstack-cloudmonkey-6.6.0-src.tar
+ cd /tmp/cloudstack-cloudmonkey-build/
+ echo armor
armor
+ '[' 68CD047C5012807E == X ']'
+ gpg -v --default-key 68CD047C5012807E --armor --output
apache-cloudstack-cloudmonkey-6.6.0-src.tar.bz2.asc --detach-sig
apache-cloudstack-cloudmonkey-6.6.0-src.tar.bz2
gpg: using pgp trust model
gpg: using "68CD047C5012807E" as default secret key for signing
gpg: writing to 'apache-cloudstack-cloudmonkey-6.6.0-src.tar.bz2.asc'
gpg: RSA/SHA512 signature from: "68CD047C5012807E Abhishek Kumar (2025
Release Key) <[email protected]>"
+ echo md5
md5
+ gpg -v --print-md MD5 apache-cloudstack-cloudmonkey-6.6.0-src.tar.bz2
+ echo sha512
sha512
+ gpg -v --print-md SHA512 apache-cloudstack-cloudmonkey-6.6.0-src.tar.bz2
+ echo verify
verify
+ gpg -v --verify apache-cloudstack-cloudmonkey-6.6.0-src.tar.bz2.asc
apache-cloudstack-cloudmonkey-6.6.0-src.tar.bz2
gpg: Signature made Wed 03 Sep 2025 11:32:53 AM IST
gpg: using RSA key 5E372357205EEA2B699F8FC468CD047C5012807E
gpg: using pgp trust model
gpg: Good signature from "Abhishek Kumar (2025 Release Key)
<[email protected]>" [ultimate]
gpg: binary signature, digest algorithm SHA512, key algorithm rsa4096
+ '[' no == yes ']'
+ '[' X == yes ']'
+ echo 'completed. use commit-sh of
531d8da66eedc7374f878303bef1061ac99295f4 when starting the VOTE thread'
completed. use commit-sh of 531d8da66eedc7374f878303bef1061ac99295f4 when
starting the VOTE thread
⇒ cd /tmp/cloudstack-cloudmonkey-build
⇒ gpg -v --verify apache-cloudstack-cloudmonkey-6.6.0-src.tar.bz2.asc
apache-cloudstack-cloudmonkey-6.6.0-src.tar.bz2
gpg: Signature made Wed 03 Sep 2025 11:32:53 AM IST
gpg: using RSA key 5E372357205EEA2B699F8FC468CD047C5012807E
gpg: using pgp trust model
gpg: Good signature from "Abhishek Kumar (2025 Release Key)
<[email protected]>" [ultimate]
gpg: binary signature, digest algorithm SHA512, key algorithm rsa4096
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]