From d1969e796bb2e9123ce3240a15eb3390c7c5a787 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Apr 01 2020 09:42:57 +0000 Subject: Adding automatically arches on testing,candidate,release tags, used by dist-repo Signed-off-by: Fabian Arrotin --- 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