summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBill Nottingham <notting@nostromo.devel.redhat.com>2007-06-08 12:34:28 -0400
committerBill Nottingham <notting@nostromo.devel.redhat.com>2007-06-08 12:34:28 -0400
commitfb8b30107cff6571516717ed0a558789c0625260 (patch)
treeff718506c3b5db37e6ad6fe3e00280a053f128b2 /scripts
parente861f7a6a1a8e68b19b5cdcd61b0c8b23f5bbd53 (diff)
downloadreleng-fb8b30107cff6571516717ed0a558789c0625260.tar.gz
releng-fb8b30107cff6571516717ed0a558789c0625260.tar.xz
releng-fb8b30107cff6571516717ed0a558789c0625260.zip
need yum-utils for spam-o-matic
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildrawhide2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index 7fbabc7..accc1c0 100755
--- a/scripts/buildrawhide
+++ b/scripts/buildrawhide
@@ -17,7 +17,7 @@ set -x
# we want clean config files
yum -y remove mash
yum -y upgrade
-yum -y install koji yum createrepo cvs make intltool findutils mash
+yum -y install koji yum createrepo cvs make intltool findutils mash yum-utils
OLD=$(find /mnt/koji/mash/ -maxdepth 1 -type d -name "rawhide-20*" 2>/dev/null| sort | tail -1)
mkdir /tmp/mashbuild.$DATE