Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <[email protected]>
  • Loading branch information
pjbgf committed Jan 19, 2024
1 parent 4490c7c commit 097168e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 219 deletions.
3 changes: 0 additions & 3 deletions policy/centos7/scripts/sign → hack/centos7_sign
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash
set -e -x

yum install -y rpm-sign expect

cd $(dirname $0)/..
. ./scripts/version

cat <<\EOF >~/.rpmmacros
Expand Down
4 changes: 0 additions & 4 deletions policy/microos/scripts/sign → hack/sign
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ SIGN_KEY_EMAIL="[email protected]"

export GPG_TTY=$(tty)

zypper install -y rpm

cd $(dirname $0)/..
. ./scripts/version

if [ "${DRY_RUN}" = "--dry-run" ]
Expand Down Expand Up @@ -68,4 +65,3 @@ rpmsign --addsign dist/**/rancher-*.rpm \

echo "Verifying RPMs signatures"
rpm --checksig --verbose dist/**/rancher-*.rpm

71 changes: 0 additions & 71 deletions policy/centos8/scripts/sign

This file was deleted.

71 changes: 0 additions & 71 deletions policy/centos9/scripts/sign

This file was deleted.

70 changes: 0 additions & 70 deletions policy/fedora37/scripts/sign

This file was deleted.

0 comments on commit 097168e

Please sign in to comment.