From 91aca2552c854e2070c63b94c13328bd3dc5c77d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 16 May 2016 16:00:44 -0500 Subject: [PATCH] fix up announcing compose start Signed-off-by: Dennis Gilmore --- nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightly.sh b/nightly.sh index 98948c9..a0150b4 100755 --- a/nightly.sh +++ b/nightly.sh @@ -43,7 +43,7 @@ FEDMSG_CERTPREFIX="releng" . ./releng/scripts/fedmsg-functions.sh # Announce that we are starting, even though we don't know the compose_id yet.. -send_fedmsg $(printf '{"log": "start", "branch": "%s", "arch": "%s"}' "$BRANCHED" "$ARCH") ${DIST} start +send_fedmsg "${fedmsg_json_start}" ${DIST} start pushd $TMPDIR git clone https://pagure.io/fedora-comps.git && {