diff options
-rw-r--r-- | roles/koji_hub/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/koji_hub/tasks/main.yml b/roles/koji_hub/tasks/main.yml index 57bea75d6..3839564c4 100644 --- a/roles/koji_hub/tasks/main.yml +++ b/roles/koji_hub/tasks/main.yml @@ -37,6 +37,7 @@ # XXX - we only want to do this in staging for now because it requires a patch # to koji itself to include the extra-footer.html file in a sufficiently # advanced way. + # https://lists.fedoraproject.org/pipermail/buildsys/2015-April/004636.html when: env == 'staging' - name: hub config |