summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-13 12:08:16 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-13 12:08:16 +0000
commit2be9ccc54f24feff48c627a05e57ef44eb495016 (patch)
tree9a78ccef41517a73688dbcae1dfe655cf053ae6b
parent031c9067cd3ede80a8c7467e9bf6a55749a6f3cd (diff)
downloadlorry-2be9ccc54f24feff48c627a05e57ef44eb495016.tar.gz
lorries: add refspecs to git and perl
Add refspecs for every branch except topic branches. This is more refspecs than I would like because refspecs appear not to support refs of the form refs/heads/maint*
-rw-r--r--lorries/git.lorry7
-rw-r--r--lorries/perl.lorry8
2 files changed, 13 insertions, 2 deletions
diff --git a/lorries/git.lorry b/lorries/git.lorry
index 682697e..ece7faa 100644
--- a/lorries/git.lorry
+++ b/lorries/git.lorry
@@ -1,6 +1,11 @@
{
"git": {
"type": "git",
- "url": "git://github.com/gitster/git.git"
+ "url": "git://github.com/gitster/git.git",
+ "refspecs": [
+ "snap", "master", "next", "naster", "initial",
+ "maint", "maint-1.7.6", "maint-1.7.7",
+ "refs/tags/*"
+ ]
}
}
diff --git a/lorries/perl.lorry b/lorries/perl.lorry
index f0d0244..8800e64 100644
--- a/lorries/perl.lorry
+++ b/lorries/perl.lorry
@@ -1,6 +1,12 @@
{
"perl": {
"type": "git",
- "url": "git://perl5.git.perl.org/perl.git"
+ "url": "git://perl5.git.perl.org/perl.git",
+ "refspecs": [
+ "blead", "compile",
+ "maint-1.0", "maint-5.004", "maint-5.005", "maint-5.6",
+ "maint-5.6", "maint-5.10", "maint-5.12", "maint-14",
+ "refs/tags/*"
+ ]
}
}