summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/gjs.lorry6
-rw-r--r--open-source-lorries/gobject-introspection.lorry6
-rw-r--r--open-source-lorries/mpfr.lorry6
-rw-r--r--open-source-lorries/nohands.lorry6
-rw-r--r--open-source-lorries/strace.lorry6
5 files changed, 25 insertions, 5 deletions
diff --git a/open-source-lorries/gjs.lorry b/open-source-lorries/gjs.lorry
index 7cd4922..34c1b85 100644
--- a/open-source-lorries/gjs.lorry
+++ b/open-source-lorries/gjs.lorry
@@ -1,6 +1,10 @@
{
"gjs": {
"type": "git",
- "url": "git://git.gnome.org/gjs"
+ "url": "git://git.gnome.org/gjs",
+ "refspecs": [
+ "+refs/tags/*",
+ "+refs/heads/*"
+ ]
}
}
diff --git a/open-source-lorries/gobject-introspection.lorry b/open-source-lorries/gobject-introspection.lorry
index 71c269d..4607a6a 100644
--- a/open-source-lorries/gobject-introspection.lorry
+++ b/open-source-lorries/gobject-introspection.lorry
@@ -1,6 +1,10 @@
{
"gobject-introspection": {
"type": "git",
- "url": "git://git.gnome.org/gobject-introspection"
+ "url": "git://git.gnome.org/gobject-introspection",
+ "refspecs": [
+ "+refs/tags/*",
+ "+refs/heads/*"
+ ]
}
}
diff --git a/open-source-lorries/mpfr.lorry b/open-source-lorries/mpfr.lorry
index afcd004..5b7bc08 100644
--- a/open-source-lorries/mpfr.lorry
+++ b/open-source-lorries/mpfr.lorry
@@ -2,6 +2,10 @@
"mpfr": {
"type": "svn",
"url": "svn://scm.gforge.inria.fr/svn/mpfr/",
- "layout": "standard"
+ "layout": "standard",
+ "refspecs": [
+ "+refs/tags/*",
+ "+refs/heads/*"
+ ]
}
}
diff --git a/open-source-lorries/nohands.lorry b/open-source-lorries/nohands.lorry
index bc63fd0..13ee163 100644
--- a/open-source-lorries/nohands.lorry
+++ b/open-source-lorries/nohands.lorry
@@ -2,6 +2,10 @@
"nohands": {
"type": "svn",
"url": "http://nohands.svn.sourceforge.net/svnroot/nohands",
- "layout": "standard"
+ "layout": "standard",
+ "refspecs": [
+ "+refs/tags/*",
+ "+refs/heads/*"
+ ]
}
}
diff --git a/open-source-lorries/strace.lorry b/open-source-lorries/strace.lorry
index 6273a5b..93912c4 100644
--- a/open-source-lorries/strace.lorry
+++ b/open-source-lorries/strace.lorry
@@ -1,6 +1,10 @@
{
"strace": {
"type": "git",
- "url": "git://strace.git.sourceforge.net/gitroot/strace/strace"
+ "url": "git://strace.git.sourceforge.net/gitroot/strace/strace",
+ "refspecs": [
+ "+refs/tags/*",
+ "+refs/heads/*"
+ ]
}
}