Skip to content
Snippets Groups Projects

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

Merged nl6720 requested to merge nl6720/infrastructure:archwiki-wgGitRepositoryViewers into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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;
Loading