Skip to content

Commit

Permalink
Auto generated from templates by gromit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gromit committed Mar 12, 2024
1 parent 1c28c84 commit 98eeb2b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024
# Generated on: Tue Mar 12 15:40:35 UTC 2024

# Distribution channels covered by this workflow
# - Ubuntu and Debian
Expand Down
3 changes: 1 addition & 2 deletions ci/Dockerfile.std
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024
# Generated on: Tue Mar 12 15:40:35 UTC 2024

FROM debian:bullseye-slim
ARG TARGETARCH
Expand All @@ -17,7 +17,6 @@ RUN rm -fv /usr/bin/passwd /usr/sbin/adduser || true
RUN rm -rf /root/.cache \
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -rf /usr/include/* \
&& find /usr/lib -type f -name '*.a' -o -name '*.o' -delete

# Comment this to test in dev
Expand Down
2 changes: 1 addition & 1 deletion ci/bin/pc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024
# Generated on: Tue Mar 12 15:40:35 UTC 2024

# goreleaser calls a custom publisher for each artefact packagecloud
# expects the distro version when pushing this script bridges both by
Expand Down
2 changes: 1 addition & 1 deletion ci/bin/unlock-agent.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024
# Generated on: Tue Mar 12 15:40:35 UTC 2024

# Get the GPG fingerprint with gpg --with-keygrip --list-secret-keys
if [[ -z "${PKG_SIGNING_KEY}" || -z "${NFPM_STD_PASSPHRASE}" || -z "${GPG_FINGERPRINT}" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion ci/goreleaser/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024
# Generated on: Tue Mar 12 15:40:35 UTC 2024

# Check the documentation at http://goreleaser.com
# This project needs CGO_ENABLED=1 and the cross-compiler toolchains for
Expand Down
2 changes: 1 addition & 1 deletion ci/install/before_install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024
# Generated on: Tue Mar 12 15:40:35 UTC 2024

echo "Creating user and group..."
GROUPNAME="tyk"
Expand Down
2 changes: 1 addition & 1 deletion ci/install/post_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024
# Generated on: Tue Mar 12 15:40:35 UTC 2024

# If "True" the install directory ownership will be changed to "tyk:tyk"
change_ownership="True"
Expand Down
2 changes: 1 addition & 1 deletion ci/install/post_remove.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024
# Generated on: Tue Mar 12 15:40:35 UTC 2024


cleanRemove() {
Expand Down
2 changes: 1 addition & 1 deletion ci/install/post_trans.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024
# Generated on: Tue Mar 12 15:40:35 UTC 2024

if command -V systemctl >/dev/null 2>&1; then
if [ ! -f /lib/systemd/system/tyk-pump.service ]; then
Expand Down

0 comments on commit 98eeb2b

Please sign in to comment.