Skip to content

Commit ce8c834

Browse files
authored
Merge pull request #6151 from influxdata/BNP_influxdata-keyring
chore: add "influxdata-archive-keyring" package
2 parents 098c878 + 42b1e49 commit ce8c834

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

etc/build.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,9 @@ def package(build_output, pkg_name, version, nightly=False, iteration=1, static=
701701
package_build_root,
702702
current_location)
703703
if package_type == "rpm":
704-
fpm_command += "--depends coreutils --depends shadow-utils"
704+
fpm_command += "--depends coreutils --depends shadow-utils --rpm-tag 'Recommends: influxdata-archive-keyring'"
705+
if package_type == "deb":
706+
fpm_command += "--deb-recommends influxdata-archive-keyring"
705707
# TODO: Check for changelog
706708
# elif package_type == "deb":
707709
# fpm_command += "--deb-changelog {} ".format(os.path.join(os.getcwd(), "CHANGELOG.md"))

0 commit comments

Comments
 (0)