Skip to content
Snippets Groups Projects

Increase the inheritance priority of -testing to 5 and decrease the -stable of openafs to 3

Merged Marta Vila Fernandes requested to merge prioriry into master
15 files
+ 15
15
Compare changes
  • Side-by-side
  • Inline
Files
15
+ 1
1
@@ -54,5 +54,5 @@ $KOJI edit-tag ${TAG}-testing --perm="$PERMS"
$KOJI edit-tag ${TAG}-qa --perm="$PERMS"
$KOJI edit-tag ${TAG}-stable --perm="$PERMS"
$KOJI add-tag-inheritance --priority 1 ${TAG}-build ${TAG}-testing
$KOJI add-tag-inheritance --priority 5 ${TAG}-build ${TAG}-testing
$KOJI add-target ${TAG} ${TAG}-build ${TAG}-testing
Loading