From 968f8fdf5222696c2b075a0325c844032ba8d427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 21 Sep 2017 07:52:33 +0200 Subject: [PATCH] Wait for ostree to be signed before using it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Images should include signed bits, so we need to block the compose until the commit is signed. Related: https://pagure.io/pungi/issue/650 Signed-off-by: Lubomír Sedlář --- nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightly.sh b/nightly.sh index 2a5f709..14c43b9 100755 --- a/nightly.sh +++ b/nightly.sh @@ -59,7 +59,7 @@ popd ./releng/scripts/block_retired.py --namespace=docker ./releng/scripts/block_retired.py --namespace=container -CMD="pungi-koji --notification-script=/usr/bin/pungi-fedmsg-notification --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $NIGHTLY $SKIP_PHASES" +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" if [ -z "$COMPOSE_ID" ]; then CMD="$CMD --target-dir=$TARGET_DIR"