-
Notifications
You must be signed in to change notification settings - Fork 341
Rabbitmq default user credential bitnami compat #53291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Rabbitmq default user credential bitnami compat #53291
Conversation
f65d65d
to
21aa68c
Compare
21aa68c
to
8215e27
Compare
mkdir -p "${{targets.subpkgdir}}"/opt/bitnami/rmq-default-credential-updater/licenses | ||
cp LICENSE "${{targets.subpkgdir}}"/opt/bitnami/rmq-default-credential-updater/licenses/LICENSE | ||
|
||
rm -rf "${{targets.subpkgdir}}"/etc/ssl/certs/ca-certificates.crt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we put a comment above to explain why we are doing this?
[ -d "/opt/bitnami/rmq-default-credential-updater/licenses" ] | ||
[ -f "/opt/bitnami/rmq-default-credential-updater/licenses/LICENSE" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use readlink
to test the symlinks?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs some more discussion around tests. Will loop back offline
added new bitami compatable subpackage to rabbitmq-default-user-credential-updater