#5976: Can't push changes into perl-Net-UPnP git ------------------------------+----------------------- Reporter: jplesnik | Owner: rel-eng@… Type: defect | Status: reopened Milestone: Fedora 21 Final | Component: git Resolution: | Keywords: Blocked By: | Blocking: ------------------------------+-----------------------
Comment (by pingou):
Ok you should be able to commit on master now.
The problem is coming from pkgdb and is the following:
The [vcs https://admin.fedoraproject.org/pkgdb/api/vcs] api endpoint used by our script to convert the pkgdb ACLs into the gitolite configuration file lists the packages that are Approved or Orphaned on branches that are not EOL and basically for which there is at least 1 person having a commit ACL.
In the case of perl-Net-UPnP all the previous maintainers have obsolete their commit ACLs, so the package no longer show up in /api/vcs and thus gitolite does not know about it.
I will need to fix this in pkgdb itself, but for the moment as a way around it, I simply granted commit acl to jplesnik on the master branch of perl-Net-UPnP (package remains orphaned though).
So the source of the bug isn't fixed but the symptoms should be :)