summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-22 12:23:22 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-22 12:23:22 +0100
commit714c97379c4e09c616e79c9253869f8b7e5aa2e4 (patch)
treea7a62ac307f1ccb871ffed697077ce91fc92d203
parentf925bc9dcecd12196ef76f01a0e2ef0c55917668 (diff)
parentd9a507b22de217c8cef1b4f90fb548dc4a61a8d7 (diff)
downloadlorry-714c97379c4e09c616e79c9253869f8b7e5aa2e4.tar.gz
Merge branch 'master' of git://git.baserock.org/baserock/lorry
-rw-r--r--lorries/libyaml.lorry7
-rw-r--r--lorries/metacity.lorry6
2 files changed, 13 insertions, 0 deletions
diff --git a/lorries/libyaml.lorry b/lorries/libyaml.lorry
new file mode 100644
index 0000000..2c8963d
--- /dev/null
+++ b/lorries/libyaml.lorry
@@ -0,0 +1,7 @@
+{
+ "libyaml": {
+ "type": "svn",
+ "url": "http://svn.pyyaml.org/libyaml",
+ "layout": "standard"
+ }
+}
diff --git a/lorries/metacity.lorry b/lorries/metacity.lorry
new file mode 100644
index 0000000..6200aea
--- /dev/null
+++ b/lorries/metacity.lorry
@@ -0,0 +1,6 @@
+{
+ "metacity": {
+ "type": "git",
+ "url": "git://git.gnome.org/metacity"
+ }
+}