summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@nostromo.devel.redhat.com>2007-06-21 14:14:51 -0400
committerBill Nottingham <notting@nostromo.devel.redhat.com>2007-06-21 14:14:51 -0400
commit6aac798618bb09104c1034faf4cab9cff34a7575 (patch)
treefbc10daf9ba93add2d567d2033dc29291a50fbee
parent4e462ae05c2b7774d522c37744db08329a12b4dd (diff)
downloadreleng-6aac798618bb09104c1034faf4cab9cff34a7575.tar.gz
releng-6aac798618bb09104c1034faf4cab9cff34a7575.tar.xz
releng-6aac798618bb09104c1034faf4cab9cff34a7575.zip
add /bin/mail
-rwxr-xr-xscripts/buildrawhide2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index 7e144b7..7b5c5d8 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 >/dev/null
+yum -y install koji yum createrepo cvs make intltool findutils mash yum-utils /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