Project 'infra/sysadm-environment' was moved to 'swh/infra/sysadm-environment'. Please update any links and bookmarks that may still have the old path.
CGit listing of git.yoctoproject.org instance is broken
The listing of the git.yoctoproject.org cgit instance is currently broken in production.
This is due to the use of a no longer valid instance URL (http://git.yoctoproject.org/clean/cgit.cgi/) passed as lister parameter.
The URL parameter must be changed to http://git.yoctoproject.org/ in listing task arguments.
softwareheritage-scheduler=> select type, arguments from task where type = 'list-cgit';
type | arguments
-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
list-cgit | {"args": [], "kwargs": {"url": "https://git.openembedded.org/", "instance": "git.openembedded.org", "base_git_url": "https://git.openembedded.org/"}}
list-cgit | {"args": [], "kwargs": {"url": "https://git.kernel.org/", "instance": "git.kernel.org", "base_git_url": "https://git.kernel.org/"}}
list-cgit | {"args": [], "kwargs": {"url": "https://git.baserock.org/cgit/", "instance": "git.baserock.org", "base_git_url": "https://git.baserock.org/git/"}}
list-cgit | {"args": [], "kwargs": {"url": "https://www.happyassassin.net/cgit/", "instance": "www.happyassassin.net"}}
list-cgit | {"args": [], "kwargs": {"url": "https://cgit.kde.org/", "instance": "kde"}}
list-cgit | {"args": [], "kwargs": {"url": "https://gitweb.torproject.org/", "instance": "gitweb.torproject.org", "base_git_url": "https://gitweb.torproject.org/"}}
list-cgit | {"args": [], "kwargs": {"url": "https://git.zx2c4.com/", "instance": "git.zx2c4.com", "base_git_url": "https://git.zx2c4.com/"}}
list-cgit | {"args": [], "kwargs": {"url": "https://code.qt.io/cgit/", "instance": "code.qt.io", "base_git_url": "http://code.qt.io/"}}
list-cgit | {"args": [], "kwargs": {"url": "http://hdiff.luite.com/cgit/", "instance": "hdiff.luite.com", "base_git_url": "http://hdiff.luite.com/cgit/"}}
list-cgit | {"args": [], "kwargs": {"url": "https://fedorapeople.org/cgit/", "instance": "fedorapeople.org", "base_git_url": "https://fedorapeople.org/cgit/"}}
list-cgit | {"args": [], "kwargs": {"url": "http://git.gnu.org.ua/cgit/", "instance": "git.gnu.org.ua", "base_git_url": "https://git.gnu.org.ua/repo/"}}
list-cgit | {"args": [], "kwargs": {"url": "https://git.alpinelinux.org/", "instance": "git.alpinelinux.org"}}
list-cgit | {"args": [], "kwargs": {"url": "https://git.savannah.gnu.org/cgit/", "instance": "gnu-savannah", "base_git_url": "https://git.savannah.gnu.org/git/"}}
list-cgit | {"args": [], "kwargs": {"url": "https://git.joeyh.name/", "base_git_url": "https://git.joeyh.name/git/"}}
list-cgit | {"args": [], "kwargs": {"url": "https://git.eclipse.org/c/", "instance": "git.eclipse.org", "base_git_url": "https://git.eclipse.org/r/"}}
list-cgit | {"args": [], "kwargs": {"url": "http://git.yoctoproject.org/clean/cgit.cgi/", "instance": "git.yoctoproject.org", "base_git_url": "https://git.yoctoproject.org/git/"}}
Migrated from T4036 (view on Phabricator)