Skip to content
Snippets Groups Projects
Verified Commit eb5cb87e authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

Merge branch 'archwiki-wgGitRepositoryViewers' into 'master'

archwiki: LocalSettings.php: add gitlab.archlinux.org to wgGitRepositoryViewers

See merge request !825
parents 719521b2 58fbac9d
No related branches found
No related tags found
1 merge request!825archwiki: LocalSettings.php: add gitlab.archlinux.org to wgGitRepositoryViewers
Pipeline #98741 passed
......@@ -76,6 +76,7 @@ $wgRightsIcon = "$wgResourceBasePath/resources/assets/licenses/gnu-fdl.png";
$wgResourceLoaderMaxQueryLength = -1;
$wgGitRepositoryViewers['https://github.com/(.*?)(.git)?'] = 'https://github.com/$1/commit/%H';
$wgGitRepositoryViewers['https://gitlab.archlinux.org/(.*?)(.git)?'] = 'https://gitlab.archlinux.org/$1/-/commit/%H';
$wgJobRunRate = 0;
$wgRunJobsAsync = 1;
......
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