#8041 epel6-infra tag requires autosign permission
Closed: Fixed 5 years ago by mohanboddu. Opened 5 years ago by mizdebsk.

  • Describe the issue
    epel6-infra Koji tag requires autosign permission, while other infra tags require infra permission. Please fix epel6-infra tag to require infra permission instead of autosign.

Related to: #7910, #7431

  • When do you need this? (YYYY/MM/DD)
    Earliest convenience

  • When is this no longer needed or useful? (YYYY/MM/DD)
    N/A

  • If we cannot complete your request, what is the impact?
    Fedora Infrastructure members will not be able to deploy their builds into production.


@mizdebsk I didn't get what exactly you want. You are saying two contemplating things

epel6-infra Koji tag requires autosign permission

and

Please fix epel6-infra tag to require infra permission instead of autosign.

But as far as I understand, second statement is what you want. We need to remove autosign permission on epel6-infra tag and add infra permission. Is that right?

Current (unwanted) state: epel6-infra Koji tag requires autosign permission:

$ koji taginfo epel6-infra | grep permission
Required permission: 'autosign'

This is not consistent with other *-infra tags, which require infra permission.

Desired state: epel6-infra Koji tag requires infra permission

In short, what I need is: koji edit-tag --perm infra epel6-infra

Done.

$ koji taginfo epel6-infra | grep permission
Required permission: 'infra'

Metadata Update from @mohanboddu:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata