ref: fix path effected by releng repo refactoring #152
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ fi
|
|||
# Set up our fedmsg function, using the releng repo definition
|
||||
#FEDMSG_MODNAME="compose"
|
||||
#FEDMSG_CERTPREFIX="releng"
|
||||
. ./releng/scripts/fedmsg-functions.sh
|
||||
. ./releng/scripts_new/infrastructure/messaging/fedora_messaging.sh
|
||||
|
||||
# Announce that we are starting, even though we don't know the compose_id yet..
|
||||
#fedmsg_json_start=$(printf '{"log": "start", "branch": "%s", "arch": "%s", "short": "%s"}' "$RELEASE" "$ARCH" "$SHORT")
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ fi
|
|||
fedmsg_json_start=$(printf '{"log": "start", "branch": "%s", "arch": "%s", "short": "%s"}' "$RELEASE" "$ARCH" "$SHORT")
|
||||
FEDMSG_MODNAME="compose"
|
||||
FEDMSG_CERTPREFIX="releng"
|
||||
. ./releng/scripts/fedmsg-functions.sh
|
||||
. ./releng/scripts_new/infrastructure/messaging/fedora_messaging.sh
|
||||
# Announce that we are starting...
|
||||
send_fedmsg "${fedmsg_json_start}" ${RELEASE} start
|
||||
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 --label=$LABEL"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue