summaryrefslogtreecommitdiff
path: root/lorries
diff options
context:
space:
mode:
Diffstat (limited to 'lorries')
-rw-r--r--lorries/libapr-util.lorry7
-rw-r--r--lorries/libapr.lorry9
-rw-r--r--lorries/mutter.lorry6
3 files changed, 18 insertions, 4 deletions
diff --git a/lorries/libapr-util.lorry b/lorries/libapr-util.lorry
new file mode 100644
index 0000000..536c579
--- /dev/null
+++ b/lorries/libapr-util.lorry
@@ -0,0 +1,7 @@
+{
+ "libapr-util": {
+ "type": "svn",
+ "url": "http://svn.apache.org/repos/asf/apr/apr-util/",
+ "layout": "standard"
+ }
+}
diff --git a/lorries/libapr.lorry b/lorries/libapr.lorry
index 0c5af5a..ee520b5 100644
--- a/lorries/libapr.lorry
+++ b/lorries/libapr.lorry
@@ -1,6 +1,7 @@
{
- "name": "libapr",
- "type": "svn",
- "url": "http://svn.apache.org/repos/asf/apr/apr/",
- "layout": "standard"
+ "libapr": {
+ "type": "svn",
+ "url": "http://svn.apache.org/repos/asf/apr/apr/",
+ "layout": "standard"
+ }
}
diff --git a/lorries/mutter.lorry b/lorries/mutter.lorry
new file mode 100644
index 0000000..b86cd0b
--- /dev/null
+++ b/lorries/mutter.lorry
@@ -0,0 +1,6 @@
+{
+ "mutter": {
+ "type": "git",
+ "url": "git://git.gnome.org/mutter"
+ }
+}