Skip to content
Snippets Groups Projects
Commit 1b3e21e0 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

archive_coverage: Add GitWeb to the list of origin types

Related to swh/devel/swh-lister#1800.
parent 00a57281
No related branches found
No related tags found
1 merge request!1159archive_coverage: Add GitWeb to the list of origin types
This commit is part of merge request !1159. Comments created here will be created in the context of that merge request.
static/img/logos/gitweb.png

672 B

......@@ -153,6 +153,14 @@ listed_origins: Dict[str, Any] = {
"default": "gitlab",
},
},
{
"type": "gitweb",
"info_url": "https://git-scm.com/book/en/v2/Git-on-the-Server-GitWeb",
"info": "public repositories from GitWeb instances",
"search_pattern": {
"default": "gitweb",
},
},
{
"type": "gogs",
"info_url": "https://gogs.io/",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment