From 7bd3f197a70fb4d4985f1be17152bfd7b59526df Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Sat, 5 Sep 2020 18:14:44 +0200 Subject: [PATCH] run-kojid: also add builder to createrepo channel At least one builder needs to be able to create repos. --- container/builder/run-kojid.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/container/builder/run-kojid.sh b/container/builder/run-kojid.sh index e3f634f..5901940 100755 --- a/container/builder/run-kojid.sh +++ b/container/builder/run-kojid.sh @@ -7,6 +7,7 @@ $KOJI add-host org.osbuild.koji.kojid i386 x86_64 if [ $? -eq 0 ]; then $KOJI add-host-to-channel org.osbuild.koji.kojid image + $KOJI add-host-to-channel org.osbuild.koji.kojid createrepo fi /usr/sbin/kojid -d -v -f --force-lock || cat /var/log/kojid.log