From: František Dvořák Date: Wed, 17 Apr 2013 15:23:14 +0000 (+0200) Subject: Copy to results only the repository on Debian. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=3780f33fb53703da17ba56e95924e1ae4c39201a;p=mock.git Copy to results only the repository on Debian. --- diff --git a/mock.sh b/mock.sh index 6d82a8b..f2947d3 100755 --- a/mock.sh +++ b/mock.sh @@ -260,7 +260,8 @@ done if test "$CONF" = "pbuilder"; then release_sign sudo rm -rfv results/pbuilder - cp -rp $DEBREPO results/ + mkdir results/debian/ + cp -rp $DEBREPO/$DEBDISTRO results/debian/ else rpmsign --addsign results/*.rpm createrepo results