Sign RPMs during publication

This commit is contained in:
ajp_anton
2026-08-30 00:40:53 +00:00
parent 1f0090392d
commit 70b4a6e780
+1 -1
View File
@@ -29,7 +29,7 @@ if [[ -z ${GITEA_TOKEN:-} ]]; then
exit 2 exit 2
fi fi
upload_url="https://git.ajpanton.se/api/packages/ajp_anton/rpm/fedora/${fedora_release}/upload" upload_url="https://git.ajpanton.se/api/packages/ajp_anton/rpm/fedora/${fedora_release}/upload?sign=true"
curl \ curl \
--fail-with-body \ --fail-with-body \