summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@nostromo.devel.redhat.com>2007-09-18 15:30:56 -0400
committerBill Nottingham <notting@nostromo.devel.redhat.com>2007-09-18 15:30:56 -0400
commit0e8485aafdc566983047ed5f18e514dec2ea82eb (patch)
tree4e8e45923bd4307662e6fac74107fb58bd964c70
parent17253075e7678aed58fd3bb58eff27f23d3fd0a8 (diff)
downloadreleng-0e8485aafdc566983047ed5f18e514dec2ea82eb.tar.gz
releng-0e8485aafdc566983047ed5f18e514dec2ea82eb.tar.xz
releng-0e8485aafdc566983047ed5f18e514dec2ea82eb.zip
install repoview too
-rwxr-xr-xscripts/buildrawhide2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index fec7c9c..305677d 100755
--- a/scripts/buildrawhide
+++ b/scripts/buildrawhide
@@ -16,7 +16,7 @@ mount -t nfs -o rw,defaults ntap-fedora1.fedora.phx.redhat.com:/vol/fedora/build
# we want clean config files
yum -y remove mash >/dev/null
yum -y upgrade > /dev/null
-yum -y install koji yum createrepo cvs make intltool findutils mash yum-utils rsync /bin/mail >/dev/null
+yum -y install koji yum createrepo cvs make intltool findutils mash yum-utils rsync repoview /bin/mail >/dev/null
OLD=$(find /mnt/koji/mash/ -maxdepth 1 -type d -name "rawhide-20*" 2>/dev/null| sort | tail -1)
mkdir /tmp/mashbuild.$DATE