diff --git a/scripts/create_sig.sh b/scripts/create_sig.sh index ead7c18..1276dcd 100755 --- a/scripts/create_sig.sh +++ b/scripts/create_sig.sh @@ -163,11 +163,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 + [ $? -gt 0 ] && echo "Creating tag : ${R_SIG}-candidate" && $KOJI add-tag $R_SIG-candidate && $KOJI edit-tag $R_SIG-candidate --perm=build-${SIG} $KOJI list-tags | grep $R_SIG-testing &> /dev/null - [ $? -gt 0 ] && echo "Creating tag : ${R_SIG}-testing" && $KOJI add-tag $R_SIG-testing + [ $? -gt 0 ] && echo "Creating tag : ${R_SIG}-testing" && $KOJI add-tag $R_SIG-testing && $KOJI edit-tag $R_SIG-testing --perm=build-${SIG} $KOJI list-tags | grep $R_SIG-release &> /dev/null - [ $? -gt 0 ] && echo "Creating tag : ${R_SIG}-release" && $KOJI add-tag $R_SIG-release + [ $? -gt 0 ] && echo "Creating tag : ${R_SIG}-release" && $KOJI add-tag $R_SIG-release && $KOJI edit-tag $R_SIG-release --perm=build-${SIG} for TAG in $TAGS do