set teh script to use for fedmsg notifications

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2015-12-04 13:58:19 -06:00
parent 99fbe4e915
commit 14fba4cef7

View File

@ -13,7 +13,7 @@ SKIP_PHASES="--skip-phase=productimg"
#COMPOSE_ID="Fedora-23-20150530.n.0"
CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $NIGHTLY $SKIP_PHASES"
CMD="pungi-koji --notification-script=/usr/bin/pungi-fedmsg-notification --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $NIGHTLY $SKIP_PHASES"
if [ -z "$COMPOSE_ID" ]; then
CMD="$CMD --target-dir=$TARGET_DIR"