From 8822e6e57fea956422c2a81010dce70c3cca73c8 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 21 Sep 2017 12:35:05 -0400 Subject: [PATCH] Wait for ostree to be signed before using it Signed-off-by: Mohan Boddu --- release-candidate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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