fix: rpm bundling and rpm key import

This commit is contained in:
João "Pisco" Fernandes
2026-01-19 13:50:51 +00:00
parent a29afd842e
commit b4f675c082
10 changed files with 21 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -e -o pipefail
set -e -u -o pipefail
BRANCH="master"
TMP_PATH="$PWD/tmp"