From 0fd255746337a4ea6eb9c489baaa9807cc55a449 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jul 02 2020 17:00:38 +0000 Subject: Adjsut patch to source fedora-messaging-logger Right now when rawhide runs it checks out the releng repo and calls it like: . ./releng/scripts/fedora-messaging.sh but this fails: ./releng/scripts/fedora-messaging.sh: line 35: ./fedora-messaging-logger: No such file or directory because the logged is not in the current directory. Change it instead to use the same patch it's using for the sourcing. Signed-off-by: Kevin Fenzi --- diff --git a/scripts/fedora-messaging.sh b/scripts/fedora-messaging.sh index 4007613..7ce040c 100644 --- a/scripts/fedora-messaging.sh +++ b/scripts/fedora-messaging.sh @@ -23,7 +23,7 @@ # send_fedora_message "${fedmsg_json_start}" f24 start # This uses the new fedora-messaging bus: -LOGGER=./fedora-messaging-logger +LOGGER=releng/scripts/fedora-messaging-logger function send_fedora_message() {