-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto generated from templates by gromit
- Loading branch information
Gromit
committed
Oct 24, 2024
1 parent
c2e59fe
commit c043c76
Showing
3 changed files
with
27 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,46 +71,6 @@ nfpms: | |
signature: | ||
key_file: tyk.io.signing.key | ||
type: origin | ||
- id: fips | ||
vendor: "Tyk Technologies Ltd" | ||
homepage: "https://tyk.io" | ||
maintainer: "Tyk <[email protected]>" | ||
description: Tyk Analytics Pump to move analytics data from Redis to any supported back end (multiple back ends can be written to at once). | ||
package_name: tyk-pump-fips | ||
file_name_template: "{{ .ConventionalFileName }}" | ||
builds: | ||
- fips | ||
formats: | ||
- deb | ||
- rpm | ||
contents: | ||
- src: "README.md" | ||
dst: "/opt/share/docs/tyk-pump/README.md" | ||
- src: "ci/install/*" | ||
dst: "/opt/tyk-pump/install" | ||
- src: ci/install/inits/systemd/system/tyk-pump.service | ||
dst: /lib/systemd/system/tyk-pump.service | ||
- src: ci/install/inits/sysv/init.d/tyk-pump | ||
dst: /etc/init.d/tyk-pump | ||
- src: "LICENSE.md" | ||
dst: "/opt/share/docs/tyk-pump/LICENSE.md" | ||
- src: pump.example.conf | ||
dst: /opt/tyk-pump/pump.conf | ||
type: "config|noreplace" | ||
scripts: | ||
preinstall: "ci/install/before_install.sh" | ||
postinstall: "ci/install/post_install.sh" | ||
postremove: "ci/install/post_remove.sh" | ||
bindir: "/opt/tyk-pump" | ||
rpm: | ||
scripts: | ||
posttrans: ci/install/post_trans.sh | ||
signature: | ||
key_file: tyk.io.signing.key | ||
deb: | ||
signature: | ||
key_file: tyk.io.signing.key | ||
type: origin | ||
publishers: | ||
- name: tyk-pump-unstable | ||
env: | ||
|