#54 Correct path for fedmsg-functions.
Merged 8 years ago by ausil. Opened 8 years ago by ralph.
ralph/releng master  into  master

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

  

  FEDMSG_MODNAME="compose"

  FEDMSG_CERTPREFIX="bodhi"

- . fedmsg-functions.sh

+ . ./scripts/fedmsg-functions.sh

  

  log "started"

  send_fedmsg ${fedmsg_json_start} ${DIST} start

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

  #

  #           FEDMSG_MODNAME="compose"

  #           FEDMSG_CERTPREFIX="bodhi"

- #           source fedmsg-functions.sh

+ #           source ./scripts/fedmsg-functions.sh

  #

  #           fedmsg_json_start=$(printf '{"log": "start", "branch": "f24", "arch": "x86_64"}')

  #           send_fedmsg ${fedmsg_json_start} f24 start

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

  FEDMSG_CERTPREFIX="bodhi"

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

  fedmsg_json_done=$(printf '{"log": "done", "branch": "%s"}' "${BRANCH}")

- . fedmsg-functions.sh

+ . ./scripts/fedmsg-functions.sh

  

  FULLPATH=$(pwd)

  pushd $KICKSTARTS

no initial comment
Looks like this broke.  See the cron logs for:

    ./scripts/build-functions.sh: line 63: fedmsg-functions.sh: No such file or directory

https://lists.fedoraproject.org/archives/list/releng-cron%40lists.fedoraproject.org/thread/THAQMLHQFOVJLWXTRJIAXJOY3O7T4PA5/