summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-09-15 14:32:11 -0400
committerBill Nottingham <notting@redhat.com>2008-09-15 14:32:11 -0400
commit478db311e083e0f725384c9a203c2b4714fe853e (patch)
treeb46c0f406521f11986717082dda9a7bda870d896
parent57cfee537aba3d96a028596cc60c62910a9b7b78 (diff)
downloadreleng-478db311e083e0f725384c9a203c2b4714fe853e.tar.gz
releng-478db311e083e0f725384c9a203c2b4714fe853e.tar.xz
releng-478db311e083e0f725384c9a203c2b4714fe853e.zip
Call it 'rawhide' in mash.
Corresponding mash change building.
-rwxr-xr-xscripts/buildrawhide2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index 492abbd..88cba64 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 development > /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 rawhide > /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"