Clarify ACL needed for requesting branch#58
Open
CtrlZmaster wants to merge 1 commit intofedora-eln:masterfrom
Open
Clarify ACL needed for requesting branch#58CtrlZmaster wants to merge 1 commit intofedora-eln:masterfrom
CtrlZmaster wants to merge 1 commit intofedora-eln:masterfrom
Conversation
Member
|
The relevant part of It does seem to be an omission in Fedora's docs, but I think https://docs.fedoraproject.org/en-US/package-maintainers/Installing_Packager_Tools/ may be a better place to mention this. |
Author
|
@yselkowitz you're right. Would you consider linking to this page instead if it gets merged: https://pagure.io/fedora-docs/package-maintainer-docs/pull-request/185 But I get it if you want to keep this focused on eln, feel free to close this MR in that case. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Somewhat unintuitively, you need the "Create a ticket" ACL for the
fedpkg request-branchcommand, because it just created this ticket: https://pagure.io/releng/fedora-scm-requests/issue/77929 I never needed to interact with the Pagure API before, so I didn't have any API key before this. I wanted minimal permissions, so I chose "Modify a project" because that sounded reasonable and that's why my previous attempts for requesting branch failed. I was also trying out API keys from the dist-git Pagure instance and project settings... Then I just created the API key with all ACLs and it finally worked - but I wanted to document this as I wasn't able to find any help by searching the internet.