From 6d6eca4f20bf9b77a42d83b16142e2e2a748505c Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Jun 03 2019 20:12:10 +0000 Subject: coreos-koji-tagger: convert log message to info --- diff --git a/Dockerfile b/Dockerfile index af73898..a0a9c6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,3 +51,6 @@ RUN sed -i 's/^ default_ccache_name/# default_ccache_name/' /etc/krb5.conf # Call fedora-messaging CLI and tell it to use the ComposeTracker # class from the compose-tracker module. CMD fedora-messaging --conf /work/my_config.toml consume --callback=coreos_koji_tagger:Consumer + +# Put the keytab in place +ADD coreosbot.keytab /work/ diff --git a/coreos_koji_tagger.py b/coreos_koji_tagger.py index edf29dd..d143e14 100755 --- a/coreos_koji_tagger.py +++ b/coreos_koji_tagger.py @@ -131,7 +131,7 @@ class Consumer(object): return if (branch != self.git_repo_branch): - logger.debug(f'Skipping message from unrelated branch: {branch}') + logger.info(f'Skipping message from unrelated branch: {branch}') return # Now grab data from the commit we should operate on: