[PATCH] Re-enable rawhide compose.

Jim Meyering jim at meyering.net
Thu Jun 11 09:36:26 UTC 2009


Jesse Keating wrote:
> On Mon, 2009-06-08 at 23:20 +0200, Jim Meyering wrote:
>> Sure.
>> What repo?
>> I have a couple fedora-infra-related ones,
>> but none that contain that file, and a few quick
>> searches didn't show me the light.
>
> Oh, it's in puppet, wasn't sure if you had puppet access.  Sorry I was
> short, a bit busy with the FAD and release.  I'll circle back to this
> and get a diff from you at some point.

>From f044206b3d6d2c43c6ea5c16728841a9584e374c Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Thu, 11 Jun 2009 11:35:35 +0200
Subject: [PATCH] configs/build/rawhide: stop upon failure

If mktemp, clone, or any other step fails, do not perform remaining steps.
s/;/ &&/g
---
 configs/build/rawhide |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configs/build/rawhide b/configs/build/rawhide
index 4a90bb3..1cc949d 100644
--- a/configs/build/rawhide
+++ b/configs/build/rawhide
@@ -1,3 +1,3 @@
 # rawhide compose
 MAILTO=jkeating at fedoraproject.org
-15 6 * * * masher TMPDIR=`mktemp -d /tmp/rawhide.XXXXXX` && cd $TMPDIR; git clone -n git://git.fedorahosted.org/git/releng; cd releng; git checkout -b rawhide-stable; LANG=en_US.UTF-8 ./scripts/buildrawhide $(date "+\%Y\%m\%d"); sudo -u ftpsync /usr/local/bin/update-fullfilelist fedora
+15 6 * * * masher TMPDIR=`mktemp -d /tmp/rawhide.XXXXXX` && cd $TMPDIR && git clone -n git://git.fedorahosted.org/git/releng && cd releng && git checkout -b rawhide-stable && LANG=en_US.UTF-8 ./scripts/buildrawhide $(date "+\%Y\%m\%d") && sudo -u ftpsync /usr/local/bin/update-fullfilelist fedora
--
1.6.3.2.349.g338ec3




More information about the infrastructure mailing list