From 12b31f7cfb4a745829b66babb517e2e2317d9019 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 19 Sep 2013 15:10:30 +0100 Subject: 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. --- open-source-lorries/cmake.lorry | 6 +++- open-source-lorries/enlightenment-all.lorry | 42 ++++++++++++++++++++----- open-source-lorries/git.lorry | 3 +- open-source-lorries/glade.lorry | 6 +++- open-source-lorries/gnome-settings-daemon.lorry | 6 +++- open-source-lorries/libgdata.lorry | 6 +++- open-source-lorries/linux-rt.lorry | 6 +++- open-source-lorries/qt5-tools-all.lorry | 6 +++- 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", -- cgit v1.2.1