We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d5b18 commit 3f55f9fCopy full SHA for 3f55f9f
developers/committers/release-process/verify-release-artifacts.md
@@ -79,7 +79,11 @@ for ARCHIVE in $(find * -type f ! \( -name '*.asc' -o -name '*.sha256' \) ); do
79
;;
80
*.rpm)
81
LIST="rpm -qlp"
82
- PREFIX="/opt/brooklyn"
+ PREFIX="/opt/brooklyn-${VERSION_NAME}"
83
+ ;;
84
+ *.deb)
85
+ LIST="dpkg -c"
86
87
88
*)
89
echo "Unrecognized file type $ARCHIVE. Aborting!"
0 commit comments