Compare commits

..

2 Commits

Author SHA1 Message Date
Dustin 4e78c48fbf xxx
infra/dch-autoprovision/pipeline/head This commit looks good Details
2025-08-14 08:35:08 -05:00
Dustin c88b4c42e8 wip: ci: Add Jenkins build pipeline
infra/dch-autoprovision/pipeline/head This commit looks good Details
2025-08-14 08:35:08 -05:00
1 changed files with 5 additions and 0 deletions

View File

@ -9,3 +9,8 @@ rpm-sign
rsync rsync
systemd-rpm-macros systemd-rpm-macros
EOF EOF
install -m u=rwx,go= -d "${GNUPGHOME}"
cat > "${GNUPGHOME}"/gpg-agent.conf <<EOF
allow-loopback-pinentry
EOF