summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBill Nottingham <notting@nostromo.devel.redhat.com>2007-05-30 14:05:57 -0400
committerBill Nottingham <notting@nostromo.devel.redhat.com>2007-05-30 14:05:57 -0400
commit89553241f4788aa6d72a2af194f325fed7b59610 (patch)
tree66e2112cf0e6b83e00d8afcad5f9e27711de8b82 /scripts
parent2512a15fc3bc1e630110cd45110d8c33bb706631 (diff)
downloadreleng-89553241f4788aa6d72a2af194f325fed7b59610.tar.gz
releng-89553241f4788aa6d72a2af194f325fed7b59610.tar.xz
releng-89553241f4788aa6d72a2af194f325fed7b59610.zip
use mash from rawhide for rawhide
use comps-f8
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildrawhide10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index 5c835ff..d02a503 100755
--- a/scripts/buildrawhide
+++ b/scripts/buildrawhide
@@ -11,21 +11,21 @@ DATE=$1
exit 1
}
-cp /home/fedora/notting/mash-latest.rpm /mashroot/tmp
mount -t nfs -o rw,defaults ntap-fedora1.fedora.phx.redhat.com:/vol/fedora/build/koji /mashroot/mnt/koji/
chroot /mashroot bash -- << EOF
set -x
+# we want clean config files
+yum -y remove mash
yum -y upgrade
-yum -y install koji yum createrepo cvs make intltool findutils
-yum -y install /tmp/mash-latest.rpm
+yum -y install koji yum createrepo cvs make intltool findutils mash
OLD=$(find /mnt/koji/mash/ -maxdepth 1 -type d -name "rawhide-20*" 2>/dev/null| sort | tail -1)
mkdir /tmp/mashbuild.$DATE
cd /tmp/mashbuild.$DATE
cvs -d :pserver:anonymous@cvs.fedora.redhat.com:/cvs/extras -z3 co comps && {
cd comps
- make comps-f7.xml
- cp comps-f7.xml ../comps.xml
+ make comps-f8.xml
+ cp comps-f8.xml ../comps.xml
cd ..
}
mkdir -p /mnt/koji/mash/rawhide-$DATE/logs