summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-09-17 08:08:07 -0700
committerJesse Keating <jkeating@redhat.com>2008-09-17 08:08:07 -0700
commit757f62e83209dc6b9cdf92200161959945739200 (patch)
tree8887681b4a52906896c4e5e86039fc2edfa43545
parent478db311e083e0f725384c9a203c2b4714fe853e (diff)
downloadreleng-757f62e83209dc6b9cdf92200161959945739200.tar.gz
releng-757f62e83209dc6b9cdf92200161959945739200.tar.xz
releng-757f62e83209dc6b9cdf92200161959945739200.zip
Back to 'development' as the config
-rwxr-xr-xscripts/buildrawhide2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index 88cba64..492abbd 100755
--- a/scripts/buildrawhide
+++ b/scripts/buildrawhide
@@ -29,7 +29,7 @@ mock -r $MOCKCONFIG --no-clean --install koji yum createrepo cvs make intltool f
# Copy in the hosts file so that we get the right address for koji
mock -r $MOCKCONFIG --copyin /etc/hosts /etc/hosts >/dev/null 2>&1 # this reports to fail, but actually works
# Drop privs here so that we run as the masher UID
-mock -r $MOCKCONFIG --unpriv --chroot "mash -o /mnt/koji/mash/rawhide-$DATE --compsfile /mnt/koji/mash/rawhide-$DATE/logs/comps-rawhide.xml rawhide > /mnt/koji/mash/rawhide-$DATE/logs/mash.log 2>&1" || exit 1
+mock -r $MOCKCONFIG --unpriv --chroot "mash -o /mnt/koji/mash/rawhide-$DATE --compsfile /mnt/koji/mash/rawhide-$DATE/logs/comps-rawhide.xml development > /mnt/koji/mash/rawhide-$DATE/logs/mash.log 2>&1" || exit 1
mock -r $MOCKCONFIG --chroot "rm -f /var/lib/rpm/__db*"
mock -r $MOCKCONFIG --unpriv --chroot "/usr/bin/repodiff -q --new=file:///mnt/koji/mash/rawhide-$DATE/development/source/SRPMS --old=file:///pub/fedora/linux/development/source/SRPMS > /mnt/koji/mash/rawhide-$DATE/logs/repodiff"