From: František Dvořák Date: Sun, 17 Mar 2013 22:00:44 +0000 (+0100) Subject: Always perform the final repositopry actions too. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e2fbf263574e2e949bd45801061ab8cd946f7113;p=mock.git Always perform the final repositopry actions too. --- 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