summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-09-19 15:10:30 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-09-19 15:10:30 +0100
commit12b31f7cfb4a745829b66babb517e2e2317d9019 (patch)
tree8ccd71968ec76e4ffe69fdd95ffc990db4e8cb1b
parent0b35df1183073786dfffa4019ce321b893cab0ed (diff)
downloadlorries-12b31f7cfb4a745829b66babb517e2e2317d9019.tar.gz
Add force-push refspecs
These repos were all failing because of some refs not being fast-forward pushable. Plus some were enlightenmnet, where I added the refspecs pre-emptively.
-rw-r--r--open-source-lorries/cmake.lorry6
-rw-r--r--open-source-lorries/enlightenment-all.lorry42
-rw-r--r--open-source-lorries/git.lorry3
-rw-r--r--open-source-lorries/glade.lorry6
-rw-r--r--open-source-lorries/gnome-settings-daemon.lorry6
-rw-r--r--open-source-lorries/libgdata.lorry6
-rw-r--r--open-source-lorries/linux-rt.lorry6
-rw-r--r--open-source-lorries/qt5-tools-all.lorry6
8 files changed, 67 insertions, 14 deletions
diff --git a/open-source-lorries/cmake.lorry b/open-source-lorries/cmake.lorry
index af7645b..2cc9e1a 100644
--- a/open-source-lorries/cmake.lorry
+++ b/open-source-lorries/cmake.lorry
@@ -1,6 +1,10 @@
{
"cmake": {
"type": "git",
- "url": "git://cmake.org/cmake.git"
+ "url": "git://cmake.org/cmake.git",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
}
}
diff --git a/open-source-lorries/enlightenment-all.lorry b/open-source-lorries/enlightenment-all.lorry
index 0007871..a58bda2 100644
--- a/open-source-lorries/enlightenment-all.lorry
+++ b/open-source-lorries/enlightenment-all.lorry
@@ -9,30 +9,58 @@
},
"enlightenment/elementary": {
"type": "git",
- "url": "git://git.enlightenment.org/core/elementary.git"
+ "url": "git://git.enlightenment.org/core/elementary.git",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
},
"enlightenment/enlightenment": {
"type": "git",
- "url": "git://git.enlightenment.org/core/enlightenment.git"
+ "url": "git://git.enlightenment.org/core/enlightenment.git",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
},
"enlightenment/emotion_generic_players": {
"type": "git",
- "url": "git://git.enlightenment.org/core/emotion_generic_players.git"
+ "url": "git://git.enlightenment.org/core/emotion_generic_players.git",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
},
"enlightenment/evas_generic_loaders": {
"type": "git",
- "url": "git://git.enlightenment.org/core/evas_generic_loaders.git"
+ "url": "git://git.enlightenment.org/core/evas_generic_loaders.git",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
},
"enlightenment/imlib2": {
"type": "git",
- "url": "git://git.enlightenment.org/legacy/imlib2.git"
+ "url": "git://git.enlightenment.org/legacy/imlib2.git",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
},
"enlightenment/libast": {
"type": "git",
- "url": "git://git.enlightenment.org/misc/libast.git"
+ "url": "git://git.enlightenment.org/misc/libast.git",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
},
"enlightenment/eterm": {
"type": "git",
- "url": "git://git.enlightenment.org/apps/eterm.git"
+ "url": "git://git.enlightenment.org/apps/eterm.git",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
}
}
diff --git a/open-source-lorries/git.lorry b/open-source-lorries/git.lorry
index d365bde..26bc352 100644
--- a/open-source-lorries/git.lorry
+++ b/open-source-lorries/git.lorry
@@ -5,7 +5,8 @@
"refspecs": [
"snap", "master", "+next", "initial",
"maint", "maint-1.7.6", "maint-1.7.7",
- "refs/tags/*"
+ "+refs/heads/*",
+ "+refs/tags/*"
]
}
}
diff --git a/open-source-lorries/glade.lorry b/open-source-lorries/glade.lorry
index 43276be..50c4f7b 100644
--- a/open-source-lorries/glade.lorry
+++ b/open-source-lorries/glade.lorry
@@ -1,6 +1,10 @@
{
"glade": {
"type": "git",
- "url": "git://git.gnome.org/glade"
+ "url": "git://git.gnome.org/glade",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
}
}
diff --git a/open-source-lorries/gnome-settings-daemon.lorry b/open-source-lorries/gnome-settings-daemon.lorry
index 1b7f701..9d752d8 100644
--- a/open-source-lorries/gnome-settings-daemon.lorry
+++ b/open-source-lorries/gnome-settings-daemon.lorry
@@ -1,6 +1,10 @@
{
"gnome-settings-daemon": {
"type": "git",
- "url": "git://git.gnome.org/gnome-settings-daemon"
+ "url": "git://git.gnome.org/gnome-settings-daemon",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
}
}
diff --git a/open-source-lorries/libgdata.lorry b/open-source-lorries/libgdata.lorry
index e863c42..4260d04 100644
--- a/open-source-lorries/libgdata.lorry
+++ b/open-source-lorries/libgdata.lorry
@@ -1,6 +1,10 @@
{
"libgdata": {
"type": "git",
- "url": "git://git.gnome.org/libgdata"
+ "url": "git://git.gnome.org/libgdata",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
}
}
diff --git a/open-source-lorries/linux-rt.lorry b/open-source-lorries/linux-rt.lorry
index 7daf9cf..8d20b18 100644
--- a/open-source-lorries/linux-rt.lorry
+++ b/open-source-lorries/linux-rt.lorry
@@ -1,6 +1,10 @@
{
"linux-rt": {
"type": "git",
- "url": "git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git"
+ "url": "git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
}
}
diff --git a/open-source-lorries/qt5-tools-all.lorry b/open-source-lorries/qt5-tools-all.lorry
index c75f2fe..6b19abe 100644
--- a/open-source-lorries/qt5-tools-all.lorry
+++ b/open-source-lorries/qt5-tools-all.lorry
@@ -69,7 +69,11 @@
},
"qt5/qtdeclarative": {
"type": "git",
- "url": "git://gitorious.org/qt/qtdeclarative.git"
+ "url": "git://gitorious.org/qt/qtdeclarative.git",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
},
"qt5/qttranslations": {
"type": "git",