#9609 fix rawhide/branched sync messages
Merged 3 years ago by mohanboddu. Opened 3 years ago by kevin.

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

      echo ${jsoninput} | $LOGGER \

          --cert-prefix ${FEDMSG_CERTPREFIX} \

          --modname ${FEDMSG_MODNAME} \

-         --topic "${dist}.${topic}" \

+         --topic ".${dist}.${topic}" \

          --json-input

  }

  

Since moving these scripts to fedora-messaging we haven't seen the rsync
messages show up. It turns out they are there, but they are showing up
as 'composerawhide' instead of 'compose.rawhide'. Try and add a . in
there to get them back to normal.

See https://pagure.io/fedora-infrastructure/issue/9148

Signed-off-by: Kevin Fenzi kevin@scrye.com

Pull-Request has been merged by mohanboddu

3 years ago
Metadata