As of 2024/06/27 16:45 JST(=UTC+9h), fedpkg co is failing:
fedpkg co
[tasaka1@localhost fedora-specific]$ fedpkg co telepathy-glib Cloning into 'telepathy-glib'... fatal: detected dubious ownership in repository at '/srv/git/repositories/rpms/telepathy-glib.git' To add an exception for this directory, call: git config --global --add safe.directory /srv/git/repositories/rpms/telepathy-glib.git 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. [tasaka1@localhost fedora-specific]$ fedpkg co -a telepathy-glib Cloning into 'telepathy-glib'... fatal: unable to access 'https://src.fedoraproject.org/rpms/telepathy-glib.git/': The requested URL returned error: 500 Could not execute clone: Failed to execute command.
I get the same thing when trying to pull, will take a look.
Metadata Update from @nphilipp: - Issue assigned to nphilipp
Metadata Update from @nphilipp: - Issue priority set to: Waiting on Assignee (was: Needs Review) - Issue tagged with: Needs investigation, high-gain, src.fp.o
Metadata Update from @nphilipp: - Issue tagged with: pagure
Metadata Update from @nphilipp: - Issue untagged with: pagure
Same issue in releng tickets: https://pagure.io/releng/issue/12181
Pulling from pagure.io works for me.
This looks to be the same as #11330 (concerning pagure.io) – pkgs01 is missing /etc/gitconfig with the necessary configuration.
pkgs01
/etc/gitconfig
Change pushed to Ansible: fedora-infra/ansible#2090
The changes fixes pulling from distgit for me:
nils@gibbon:~/dist-git/fedora/rpms/python-rpmautospec-core (rawhide)> git pull remote: Enumerating objects: 1, done. remote: Counting objects: 100% (1/1), done. remote: Total 1 (delta 0), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (1/1), 203 bytes | 203.00 KiB/s, done. From ssh://pkgs.fedoraproject.org/rpms/python-rpmautospec-core 2f23017..e509340 rawhide -> origin/rawhide * [new branch] f40 -> origin/f40 e9c2387..e509340 main -> origin/main Updating 2f23017..e509340 Fast-forward nils@gibbon:~/dist-git/fedora/rpms/python-rpmautospec-core (rawhide)>
Metadata Update from @nphilipp: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.