summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-03 13:23:09 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-03 13:23:09 +0100
commit02e8c124429cfa469b504ee91c931f1fd1854c7a (patch)
tree644fa89e487f651dfbfe3ae3c4bb5a6d9e1d2578
parentca0d283e1c654cffa4b1111c37634febae66c744 (diff)
parent64538447cf6d40b3bdd60ae3dc3e2be44e3e9f0d (diff)
downloadlorries-02e8c124429cfa469b504ee91c931f1fd1854c7a.tar.gz
Merge branch 'master' of git://git.baserock.org/baserock/lorries
-rw-r--r--active/connman.lorry6
-rw-r--r--active/gnutls.lorry2
-rw-r--r--active/nohands.lorry7
-rw-r--r--disabled/bluez.lorry6
-rw-r--r--disabled/gnutls.lorry6
-rw-r--r--disabled/iptables.lorry6
6 files changed, 26 insertions, 7 deletions
diff --git a/active/connman.lorry b/active/connman.lorry
new file mode 100644
index 0000000..7a2509d
--- /dev/null
+++ b/active/connman.lorry
@@ -0,0 +1,6 @@
+{
+ "connman": {
+ "type": "git",
+ "url": "git://git.kernel.org/pub/scm/network/connman/connman.git"
+ }
+}
diff --git a/active/gnutls.lorry b/active/gnutls.lorry
index a595921..4fc7c2a 100644
--- a/active/gnutls.lorry
+++ b/active/gnutls.lorry
@@ -1,6 +1,6 @@
{
"gnutls": {
"type": "git",
- "url": "git://git.savannah.gnu.org/gnutls"
+ "url": "git://git.savannah.gnu.org/gnutls.git"
}
}
diff --git a/active/nohands.lorry b/active/nohands.lorry
new file mode 100644
index 0000000..19d0cdc
--- /dev/null
+++ b/active/nohands.lorry
@@ -0,0 +1,7 @@
+{
+ "nohands": {
+ "type": "svn",
+ "url": "https://nohands.svn.sourceforge.net/svnroot/nohands",
+ "layout": "standard"
+ }
+}
diff --git a/disabled/bluez.lorry b/disabled/bluez.lorry
new file mode 100644
index 0000000..45e69eb
--- /dev/null
+++ b/disabled/bluez.lorry
@@ -0,0 +1,6 @@
+{
+ "bluez": {
+ "type": "git",
+ "url": "git://git.kernel.org/pub/scm/bluetooth/bluez.git"
+ }
+}
diff --git a/disabled/gnutls.lorry b/disabled/gnutls.lorry
deleted file mode 100644
index 4fc7c2a..0000000
--- a/disabled/gnutls.lorry
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "gnutls": {
- "type": "git",
- "url": "git://git.savannah.gnu.org/gnutls.git"
- }
-}
diff --git a/disabled/iptables.lorry b/disabled/iptables.lorry
new file mode 100644
index 0000000..64749cf
--- /dev/null
+++ b/disabled/iptables.lorry
@@ -0,0 +1,6 @@
+{
+ "iptables": {
+ "type": "git",
+ "url": "git://git.netfilter.org/iptables.git"
+ }
+}