[PATCH] Disable rawhide for now.

Jim Meyering jim at meyering.net
Sat Jun 6 09:50:49 UTC 2009


Jesse Keating wrote:
> Moving to F12 content has caused the rawhide compose to take
> longer than one day, mostly to create all the new delta rpms.
> This disables the attempt to build rawhide so that we don't have
> two composes happening at once.
..
> diff --git a/configs/build/rawhide b/configs/build/rawhide
...
> -15 6 * * * masher TMPDIR=`mktemp -d /tmp/rawhide.XXXXX`;...

Hi Jesse,

I noticed in the context of that patch there are only 5 X's in that
mktemp template.  Some versions of mktemp, depending on how they're
compiled, fail when there are fewer than six.

Also, when you uncomment that, you might want to s/;/ &&/g, so that
a failing mktemp, git clone or checkout (however unlikely) makes it
stop right away.




More information about the Fedora-infrastructure-list mailing list