summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-15 10:22:41 +0000
committerAdnan Ali <adnan.ali@codethink.co.uk>2012-02-15 10:28:56 +0000
commitd263830dfdcdf0f3c873aaac4fc7710d45e8d9db (patch)
tree4fcbed812c5e8097784ee40bde3c3483906833d4
parent127fedfaa71465939e48f622ddab48fc28afc836 (diff)
downloadlorry-d263830dfdcdf0f3c873aaac4fc7710d45e8d9db.tar.gz
add missing lorries
-rw-r--r--baserock.lorry5
-rw-r--r--lorries/cliapp.lorry6
-rw-r--r--lorries/flex.lorry7
-rw-r--r--lorries/openssh.lorry7
4 files changed, 25 insertions, 0 deletions
diff --git a/baserock.lorry b/baserock.lorry
index c54c632..137453a 100644
--- a/baserock.lorry
+++ b/baserock.lorry
@@ -317,6 +317,11 @@
"branches": "branches/*/Build/source",
"tags": "tags/*/Build/source"
}
+ },
+ "openssh": {
+ "type": "cvs",
+ "url": "anoncvs@anoncvs.mindrot.org:/cvs",
+ "module": "openssh"
}
}
diff --git a/lorries/cliapp.lorry b/lorries/cliapp.lorry
new file mode 100644
index 0000000..3dea3da
--- /dev/null
+++ b/lorries/cliapp.lorry
@@ -0,0 +1,6 @@
+{
+ "cliapp": {
+ "type": "bzr",
+ "url": "http://code.liw.fi/cliapp/bzr/trunk/"
+ }
+}
diff --git a/lorries/flex.lorry b/lorries/flex.lorry
new file mode 100644
index 0000000..63596fd
--- /dev/null
+++ b/lorries/flex.lorry
@@ -0,0 +1,7 @@
+{
+ "flex": {
+ "type": "cvs",
+ "url": ":pserver:anonymous@flex.cvs.sourceforge.net:/cvsroot/flex",
+ "module": "flex"
+ }
+}
diff --git a/lorries/openssh.lorry b/lorries/openssh.lorry
new file mode 100644
index 0000000..d29124f
--- /dev/null
+++ b/lorries/openssh.lorry
@@ -0,0 +1,7 @@
+{
+ "openssh": {
+ "type": "cvs",
+ "url": "anoncvs@anoncvs.mindrot.org:/cvs",
+ "module": "openssh"
+ }
+}