Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-dist/pull/110#discussion_r140516203
--- Diff: release/verify_brooklyn_rc.sh ---
@@ -105,65 +115,74 @@ for ARCHIVE in $(find * -type f ! \( -name '*.asc' -o
-name '*.md5' -o -name '*.
;;
--- End diff --
`/opt/brooklyn` is a symlink to `/opt/brooklyn-<version>` so it should work
all the same. I actually tested it with rc3 and it went fine :)
```
===============================================================================
= Checking LICENSE and NOTICE files in artifacts ...
=
===============================================================================
/opt/brooklyn-0.12.0/NOTICE
/opt/brooklyn-0.12.0/LICENSE
[â] Files LICENSE and NOTICE present in
apache-brooklyn-0.12.0-rc3-1.noarch.rpm
-rw-r--r-- 0 ubuntu ubuntu 169 21 Sep 20:23
apache-brooklyn-0.12.0-bin/NOTICE
-rw-r--r-- 0 ubuntu ubuntu 110028 21 Sep 20:23
apache-brooklyn-0.12.0-bin/LICENSE
[â] Files LICENSE and NOTICE present in
apache-brooklyn-0.12.0-rc3-bin.tar.gz
-rw-r--r-- 3.0 unx 169 tx 123 defN 17-Sep-21 20:23
apache-brooklyn-0.12.0-bin/NOTICE
-rw-r--r-- 3.0 unx 110028 tx 26190 defN 17-Sep-21 20:23
apache-brooklyn-0.12.0-bin/LICENSE
[â] Files LICENSE and NOTICE present in apache-brooklyn-0.12.0-rc3-bin.zip
-rw-r--r-- 0 ubuntu ubuntu 169 20 Sep 16:27
apache-brooklyn-0.12.0-classic/NOTICE
-rw-r--r-- 0 ubuntu ubuntu 113732 20 Sep 16:27
apache-brooklyn-0.12.0-classic/LICENSE
[â] Files LICENSE and NOTICE present in
apache-brooklyn-0.12.0-rc3-classic.tar.gz
-rw-r--r-- 3.0 unx 169 tx 123 defN 17-Sep-20 16:27
apache-brooklyn-0.12.0-classic/NOTICE
-rw-r--r-- 3.0 unx 113732 tx 25814 defN 17-Sep-20 16:27
apache-brooklyn-0.12.0-classic/LICENSE
[â] Files LICENSE and NOTICE present in
apache-brooklyn-0.12.0-rc3-classic.zip
-rw-rw-r-- 0 ubuntu ubuntu 169 21 Sep 20:30
apache-brooklyn-0.12.0-client-cli-linux/NOTICE
-rw-rw-r-- 0 ubuntu ubuntu 34981 21 Sep 20:30
apache-brooklyn-0.12.0-client-cli-linux/LICENSE
[â] Files LICENSE and NOTICE present in
apache-brooklyn-0.12.0-rc3-client-cli-linux.tar.gz
-rw-rw-r-- 3.0 unx 169 tx 123 defN 17-Sep-21 20:30
apache-brooklyn-0.12.0-client-cli-linux/NOTICE
-rw-rw-r-- 3.0 unx 34981 tx 7510 defN 17-Sep-21 20:30
apache-brooklyn-0.12.0-client-cli-linux/LICENSE
[â] Files LICENSE and NOTICE present in
apache-brooklyn-0.12.0-rc3-client-cli-linux.zip
-rw-rw-r-- 0 ubuntu ubuntu 169 21 Sep 20:30
apache-brooklyn-0.12.0-client-cli-macosx/NOTICE
-rw-rw-r-- 0 ubuntu ubuntu 34981 21 Sep 20:30
apache-brooklyn-0.12.0-client-cli-macosx/LICENSE
[â] Files LICENSE and NOTICE present in
apache-brooklyn-0.12.0-rc3-client-cli-macosx.tar.gz
-rw-rw-r-- 3.0 unx 169 tx 123 defN 17-Sep-21 20:30
apache-brooklyn-0.12.0-client-cli-macosx/NOTICE
-rw-rw-r-- 3.0 unx 34981 tx 7510 defN 17-Sep-21 20:30
apache-brooklyn-0.12.0-client-cli-macosx/LICENSE
[â] Files LICENSE and NOTICE present in
apache-brooklyn-0.12.0-rc3-client-cli-macosx.zip
-rw-rw-r-- 0 ubuntu ubuntu 169 21 Sep 20:30
apache-brooklyn-0.12.0-client-cli-windows/NOTICE
-rw-rw-r-- 0 ubuntu ubuntu 34981 21 Sep 20:30
apache-brooklyn-0.12.0-client-cli-windows/LICENSE
[â] Files LICENSE and NOTICE present in
apache-brooklyn-0.12.0-rc3-client-cli-windows.tar.gz
-rw-rw-r-- 3.0 unx 169 tx 123 defN 17-Sep-21 20:30
apache-brooklyn-0.12.0-client-cli-windows/NOTICE
-rw-rw-r-- 3.0 unx 34981 tx 7510 defN 17-Sep-21 20:30
apache-brooklyn-0.12.0-client-cli-windows/LICENSE
[â] Files LICENSE and NOTICE present in
apache-brooklyn-0.12.0-rc3-client-cli-windows.zip
-rw-rw-r-- 0 ubuntu ubuntu 169 20 Sep 16:27
apache-brooklyn-0.12.0-src/NOTICE
-rw-rw-r-- 0 ubuntu ubuntu 34981 20 Sep 16:27
apache-brooklyn-0.12.0-src/LICENSE
[â] Files LICENSE and NOTICE present in
apache-brooklyn-0.12.0-rc3-src.tar.gz
-rw-rw-r-- 3.0 unx 169 tx 123 defN 17-Sep-20 16:27
apache-brooklyn-0.12.0-src/NOTICE
-rw-rw-r-- 3.0 unx 34981 tx 7510 defN 17-Sep-20 16:27
apache-brooklyn-0.12.0-src/LICENSE
[â] Files LICENSE and NOTICE present in apache-brooklyn-0.12.0-rc3-src.zip
-rw-r--r-- 0 ubuntu ubuntu 205 20 Sep 16:27
apache-brooklyn-0.12.0-vagrant/NOTICE
-rw-r--r-- 0 ubuntu ubuntu 11358 20 Sep 16:27
apache-brooklyn-0.12.0-vagrant/LICENSE
[â] Files LICENSE and NOTICE present in
apache-brooklyn-0.12.0-rc3-vagrant.tar.gz
-rw-r--r-- 3.0 unx 205 tx 147 defN 17-Sep-20 16:27
apache-brooklyn-0.12.0-vagrant/NOTICE
-rw-r--r-- 3.0 unx 11358 tx 3949 defN 17-Sep-20 16:27
apache-brooklyn-0.12.0-vagrant/LICENSE
[â] Files LICENSE and NOTICE present in
apache-brooklyn-0.12.0-rc3-vagrant.zip
```
---