From e2fbf263574e2e949bd45801061ab8cd946f7113 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 17 Mar 2013 23:00:44 +0100 Subject: [PATCH] Always perform the final repositopry actions too. --- mock.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mock.sh b/mock.sh index dcddca4..eb3b70c 100755 --- a/mock.sh +++ b/mock.sh @@ -149,6 +149,7 @@ while test -n "$1"; do mkdir $DEBREPO/$DEBDISTRO touch $DEBREPO/$DEBDISTRO/Packages fi + exit 0 ;; gridsite|grids) @@ -248,3 +249,10 @@ EOF shift done + +if test "$CONF" = "pbuilder"; then + release_sign +else + rpmsign --addsign results/*.rpm + createrepo results +fi -- 1.8.2.3