]> repo.cephalix.eu Git - oss-pkg-tools.git/commitdiff
Do not sign packages.
authorbuildmaster <buildmaster@git.cephalix.eu>
Mon, 1 Oct 2018 07:58:50 +0000 (09:58 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Mon, 1 Oct 2018 07:58:50 +0000 (09:58 +0200)
build_new_packages.sh

index ba809cc577abde62ec09fc662c515d6c52623407..af2946282bacd43860ea02a5c9d7802d358812ee 100755 (executable)
@@ -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