#7388 Look into permissions on a project fork in src.fedoraproject.org
Closed: Fixed 5 years ago Opened 5 years ago by dminer.

  • Describe what you need us to do:
    I forked this project an hour ago, but there's still an error message indicating that permissions haven't finished updating, and so I can't clone the repository with fedpkg. Could someone look into this and make sure it isn't stuck? I've been told taking this long is very abnormal.

  • When do you need this? (YYYY/MM/DD)
    2018/11/30

  • When is this no longer needed or useful? (YYYY/MM/DD)
    Whenever permissions finish updating by themselves, if they do.

  • If we cannot complete your request, what is the impact?
    I won't be able to submit a PR to update the upstream package to a new version.


As an update, cloning via normal git/with SSH doesn't seem to work either:

dminer $ fedpkg clone ssh://dminer@pkgs.fedoraproject.org/dminer/rpms/dnf-plugin-spacewalk.git
Cloning into 'dnf-plugin-spacewalk'...
No such repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Could not execute clone: Failed to execute command.
~ 
dminer $ git clone ssh://dminer@pkgs.fedoraproject.org/dminer/rpms/dnf-plugin-spacewalk.git
Cloning into 'dnf-plugin-spacewalk'...
No such repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I do have my public key added to my FAS account in admin.fedoraproject.org.

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

5 years ago

Neeeeeeever mind; I had the namespace wrong. The proper URL was ssh://dminer@pkgs.fedoraproject.org/forks/dminer/rpms/dnf-plugin-spacewalk

As you noticed, the banner actually doesn't impact anything except for the UI anymore.
However, I did just find and fix the root cause of it not disappearing, thanks for reporting!

Login to comment on this ticket.

Metadata