From 0e8485aafdc566983047ed5f18e514dec2ea82eb Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 18 Sep 2007 15:30:56 -0400 Subject: install repoview too --- scripts/buildrawhide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit