#6620 Please create infra staging tags
Closed: Fixed 7 years ago Opened 7 years ago by puiterwijk.

I would like to get $dist-infra-stg tags for $dist in epel6, epel7, f24, f25.
Preferably, the -infra-stg tags would then inherit from their $dist-updates tags, and the corresponding $dist-infra tag would be moved to inherit from $dist-infra-stg.
That way, we can get stuff tagged into -infra-candidate, autosign moves it to -infra-stg, and then the responsible infra member can move stuff over from the -infra-stg to -infra once they feel that update can go into production.


I think -infra-stg tag should inherit from -build tag not from -updates tag.

$koji add-tag --parent epel6-infra --arches "i686 x86_64 ppc64" epel6-infra-stg
$koji add-tag --parent epel7-infra --arches "x86_64 ppc64 ppc64le aarch64" epel7-infra-stg
$koji add-tag --parent f24-infra --arches "armv7hl i686 x86_64" f24-infra-stg
$koji add-tag --parent f25-infra --arches "armv7hl i686 x86_64" f25-infra-stg

Updated the inheritances, so that -infra-candidate parent is -infra-stg:

$koji remove-tag-inheritance epel6-infra-candidate
$koji add-tag-inheritance epel6-infra-candidate epel6-infra-stg

$koji remove-tag-inheritance epel7-infra-candidate
$koji add-tag-inheritance epel7-infra-candidate epel7-infra-stg

$koji remove-tag-inheritance f24-infra-candidate
$koji add-tag-inheritance f24-infra-candidate f24-infra-stg

$koji remove-tag-inheritance f25-infra-candidate
$koji add-tag-inheritance f25-infra-candidate f25-infra-stg

@mohanboddu changed the status to Closed

7 years ago

Login to comment on this ticket.

Metadata