From 2845167d339f00af954389c90eb953c0170474ff Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 1 Oct 2018 09:58:50 +0200 Subject: [PATCH] Do not sign packages. --- build_new_packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_new_packages.sh b/build_new_packages.sh index ba809cc..af29462 100755 --- a/build_new_packages.sh +++ b/build_new_packages.sh @@ -21,7 +21,7 @@ do done if [ "${CHANGED}" = "yes" ]; then - rpmsign --addsign ${REPO}/noarch/*rpm +# rpmsign --addsign ${REPO}/noarch/*rpm createrepo ${REPO} - gpg -a --detach-sign ${REPO}/repodata/repomd.xml +# gpg -a --detach-sign ${REPO}/repodata/repomd.xml fi -- 2.43.0