Skip to content
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

[backport -> release/3.8.x] chore(cd): update rpm prefix and add resty symlink #13577

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion build/package/nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ contents:
- src: nfpm-prefix/etc/kong/kong.conf.default
dst: /etc/kong/kong.conf.default
type: config
- src: /usr/local/openresty/bin/resty
dst: /usr/bin/resty
type: symlink
- src: /usr/local/openresty/bin/resty
dst: /usr/local/bin/resty
type: symlink
Expand Down Expand Up @@ -85,7 +88,7 @@ overrides:

rpm:
prefixes:
- /usr/local
- /
signature:
# PGP secret key (can also be ASCII-armored), the passphrase is taken
# from the environment variable $NFPM_RPM_PASSPHRASE with a fallback
Expand Down
Loading