Skip to content
Snippets Groups Projects

Edit tag if it already exists

Merged Alex Iribarren requested to merge edit_tag into master
8 files
+ 24
0
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 3
0
@@ -20,8 +20,11 @@ $KOJI remove-tag ${TAG}-build
$KOJI add-tag --arches "$ARCHES" --parent="$PARENT" ${TAG}-build
$KOJI add-tag --arches "$ARCHES" ${TAG}-testing
if [[ $? -ne 0 ]]; then $KOJI edit-tag --arches "$ARCHES" ${TAG}-testing; fi
$KOJI add-tag --arches "$ARCHES" ${TAG}-qa
if [[ $? -ne 0 ]]; then $KOJI edit-tag --arches "$ARCHES" ${TAG}-qa; fi
$KOJI add-tag --arches "$ARCHES" ${TAG}-stable
if [[ $? -ne 0 ]]; then $KOJI edit-tag --arches "$ARCHES" ${TAG}-stable; fi
if [[ $DISTTAG != "" ]]; then
$KOJI add-group-pkg ${TAG}-build build buildsys-macros-${DISTTAG}
Loading