diff --git a/scripts/create_sig.sh b/scripts/create_sig.sh index 11de0ed..2e2a15f 100755 --- a/scripts/create_sig.sh +++ b/scripts/create_sig.sh @@ -179,11 +179,11 @@ do do R_SIG="${P_SIG}-${RELEASE}" $KOJI list-tags | grep $R_SIG-candidate &> /dev/null - [ $? -gt 0 ] && echo "Creating tag : ${R_SIG}-candidate" && $KOJI add-tag $R_SIG-candidate && $KOJI edit-tag $R_SIG-candidate --perm=build-${SIGNAME} + [ $? -gt 0 ] && echo "Creating tag : ${R_SIG}-candidate" && $KOJI add-tag $R_SIG-candidate && $KOJI edit-tag $R_SIG-candidate --perm=build-${SIGNAME} --arches "${ARCHES}" $KOJI list-tags | grep $R_SIG-testing &> /dev/null - [ $? -gt 0 ] && echo "Creating tag : ${R_SIG}-testing" && $KOJI add-tag $R_SIG-testing && $KOJI edit-tag $R_SIG-testing --perm=build-${SIGNAME} + [ $? -gt 0 ] && echo "Creating tag : ${R_SIG}-testing" && $KOJI add-tag $R_SIG-testing && $KOJI edit-tag $R_SIG-testing --perm=build-${SIGNAME} --arches "${ARCHES}" $KOJI list-tags | grep $R_SIG-release &> /dev/null - [ $? -gt 0 ] && echo "Creating tag : ${R_SIG}-release" && $KOJI add-tag $R_SIG-release && $KOJI edit-tag $R_SIG-release --perm=build-${SIGNAME} + [ $? -gt 0 ] && echo "Creating tag : ${R_SIG}-release" && $KOJI add-tag $R_SIG-release && $KOJI edit-tag $R_SIG-release --perm=build-${SIGNAME} --arches "${ARCHES}" for TAG in $TAGS do diff --git a/scripts/sigs/sclo/sclo-inheritance.sh b/scripts/sigs/sclo/sclo-inheritance.sh index a9c6b88..94a38f5 100755 --- a/scripts/sigs/sclo/sclo-inheritance.sh +++ b/scripts/sigs/sclo/sclo-inheritance.sh @@ -345,3 +345,6 @@ koji add-tag-inheritance sclo7-rh-maven36-rh-el7-build sclo7-rh-java-common-rh-c koji add-tag-inheritance sclo7-rh-maven36-rh-el7-build sclo7-rh-maven35-rh-candidate --priority 16 koji add-tag-inheritance sclo7-rh-python38-rh-el7-build sclo7-httpd24-rh-candidate --priority 15 +koji add-tag-inheritance sclo7-rh-python38-rh-el7-build sclo7-devtoolset-9-rh-candidate --priority 16 + +koji add-tag-inheritance sclo7-rh-perl530-rh-el7-build sclo7-httpd24-rh-candidate --priority 15