summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-08 20:40:39 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:48:09 +0100
commit79f4515431f4f0eca4f15ea8fc14d10211617398 (patch)
treebc4c92ac59b14e742e1983d4fa2d642308beb7e3
parent62b9f56a9240ec9f45f79702f3665520eb68040e (diff)
downloadlorries-79f4515431f4f0eca4f15ea8fc14d10211617398.tar.gz
Update URL and refspecs for Perl
Perl's main repository moved from perl5.git.perl.org to GitHub. Also update the list of stable maintenance branches to be mirrored.
-rw-r--r--open-source-lorries/perl.lorry9
1 files changed, 6 insertions, 3 deletions
diff --git a/open-source-lorries/perl.lorry b/open-source-lorries/perl.lorry
index 8cc953d..abcc5e4 100644
--- a/open-source-lorries/perl.lorry
+++ b/open-source-lorries/perl.lorry
@@ -1,11 +1,14 @@
{
"perl": {
"type": "git",
- "url": "git://perl5.git.perl.org/perl.git",
+ "url": "https://github.com/perl/perl5.git",
"refspecs": [
"blead", "compile", "maint-1.0", "maint-5.004",
- "maint-5.005", "maint-5.6", "maint-5.10", "maint-5.12",
- "maint-5.14", "refs/tags/*"
+ "maint-5.005", "maint-5.6", "maint-5.8", "maint-5.10",
+ "maint-5.12", "maint-5.14", "maint-5.16", "maint-5.18",
+ "maint-5.20", "maint-5.22", "maint-5.24", "maint-5.26",
+ "maint-5.28", "maint-5.30", "maint-5.32",
+ "refs/tags/*"
]
}
}