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. _______________________________________________ Fedora-infrastructure-list mailing list Fedora-infrastructure-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list