#312 Add fedmsg events for the nightly modular compose.
Merged 6 years ago by ausil. Opened 6 years ago by ralph.

file modified
+1 -1
@@ -43,7 +43,7 @@ 

  fedmsg_json_start=$(printf '{"log": "start", "branch": "%s", "arch": "%s"}' "$BRANCHED" "$ARCH")

  send_fedmsg "${fedmsg_json_start}" ${DIST} start

  

- 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"

See also #311. This adds general fedmsg events for the nightly modular
compose.

Signed-off-by: Ralph Bean rbean@redhat.com

Pull-Request has been merged by ausil

6 years ago
Metadata