From 8822e6e57fea956422c2a81010dce70c3cca73c8 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Sep 21 2017 16:35:05 +0000 Subject: Wait for ostree to be signed before using it Signed-off-by: Mohan Boddu --- diff --git a/release-candidate.sh b/release-candidate.sh index 4d6effc..c5be242 100755 --- a/release-candidate.sh +++ b/release-candidate.sh @@ -23,7 +23,7 @@ git clone https://pagure.io/fedora-comps.git && { popd } popd -CMD="pungi-koji --notification-script=/usr/bin/pungi-fedmsg-notification --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $NIGHTLY $SKIP_PHASES --label=$LABEL" +CMD="pungi-koji --notification-script=/usr/bin/pungi-fedmsg-notification --notification-script=pungi-wait-for-signed-ostree-handler --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $NIGHTLY $SKIP_PHASES --label=$LABEL" if [ -z "$COMPOSE_ID" ]; then CMD="$CMD --target-dir=$TARGET_DIR" else