From e530c78c4510d3f61b475893e4884874646588ca Mon Sep 17 00:00:00 2001 From: Thomas Oulevey Date: Oct 23 2019 12:27:18 +0000 Subject: bootstrap.sh: add instruction for the first kojid builder --- diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 5eaa65a..074b767 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -39,3 +39,6 @@ koji add-target buildsys7 buildsys7-build buildsys7 /opt/cbs-tools/scripts/create_sig.sh -s oranges -p test -r 10 -d 6 -t el6 -x /opt/cbs-tools/scripts/create_sig.sh -s oranges -p test -r 10 -d 7 -t el7 -x +echo "Please now add a builder with a createrepo channel:" +echo "e.g : koji add-host .centos.org x86_64 i386" +echo " koji add-host-to-channel .centos.org createrepo"