diff options
| author | Jesse Keating <jkeating@redhat.com> | 2008-08-20 13:54:03 -0400 |
|---|---|---|
| committer | Jesse Keating <jkeating@redhat.com> | 2008-08-20 13:54:03 -0400 |
| commit | 145a335bf000b99c7ec381b24a64168f1e6572b9 (patch) | |
| tree | c4b9c67459c62483011fe8b349331556c3505b9c /scripts | |
| parent | 859e835c6fff54d0b3cca7b643a6007bfac897c4 (diff) | |
We want a temp directory, not a temp file in buildrawhide.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/buildrawhide | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildrawhide b/scripts/buildrawhide index bb11e3d..f341cef 100755 --- a/scripts/buildrawhide +++ b/scripts/buildrawhide @@ -16,7 +16,7 @@ MOCKCONFIG=fedora-rawhide-compose-i386 OLD=$(find /mnt/koji/mash/ -maxdepth 1 -type d -name "rawhide-20*" 2>/dev/null| sort | tail -1) -TMPDIR=`mktemp /tmp/rawhide.$DATE.XXXX` +TMPDIR=`mktemp -d /tmp/rawhide.$DATE.XXXX` mkdir -p /mnt/koji/mash/rawhide-$DATE/logs pushd $TMPDIR cvs -d :pserver:anonymous@cvs.fedora.redhat.com:/cvs/pkgs -z3 -q co comps && { |
