From: František Dvořák Date: Wed, 17 Apr 2013 15:19:52 +0000 (+0200) Subject: Copy result repository to results (the same behaviour as for mock builds). X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=61ec2f4afcb7a315708819a89c7cf0157c33c546;p=mock.git Copy result repository to results (the same behaviour as for mock builds). --- diff --git a/mock.sh b/mock.sh index fb2ccdc..6d82a8b 100755 --- a/mock.sh +++ b/mock.sh @@ -259,6 +259,8 @@ done if test "$CONF" = "pbuilder"; then release_sign + sudo rm -rfv results/pbuilder + cp -rp $DEBREPO results/ else rpmsign --addsign results/*.rpm createrepo results