summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-01-11 16:07:51 -0500
committerJesse Keating <jkeating@redhat.com>2008-01-11 16:07:51 -0500
commitcefb9b8299a9d117ed0b2492fb360e0ca50b5eb1 (patch)
tree0b2f1747a6b45717d88ff33da25bfabbb419a794
parent076bcd427fd071cca78ff9d97885cb561f9aff01 (diff)
downloadreleng-cefb9b8299a9d117ed0b2492fb360e0ca50b5eb1.tar.gz
releng-cefb9b8299a9d117ed0b2492fb360e0ca50b5eb1.tar.xz
releng-cefb9b8299a9d117ed0b2492fb360e0ca50b5eb1.zip
Call the right target in comps
-rwxr-xr-xscripts/buildrawhide2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index 9096891..7c11f74 100755
--- a/scripts/buildrawhide
+++ b/scripts/buildrawhide
@@ -17,7 +17,7 @@ mkdir -p /mnt/koji/mash/rawhide-$DATE/logs
pushd /tmp/mashbuild.$DATE
cvs -d :pserver:anonymous@cvs.fedora.redhat.com:/cvs/pkgs -z3 -q co comps && {
pushd comps
- make comps-rawhide.xml
+ make comps-rawhide
cp comps-rawhide.xml /mnt/koji/mash/rawhide-$DATE/logs/
popd
}