summaryrefslogtreecommitdiff
path: root/test.lorry
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-02-22 12:49:04 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-02-22 12:49:04 +0000
commit636c371a2240b1a70e73b28f733d38a2111d72b0 (patch)
tree03efb2f1b550c843277f4ebc58116b5524e9167a /test.lorry
parentafad170ffd9e056c753a6ea337e54e7d21ba7070 (diff)
downloadlorry-636c371a2240b1a70e73b28f733d38a2111d72b0.tar.gz
Move test.lorry from lorries dir so we don't use it for production runs
Diffstat (limited to 'test.lorry')
-rw-r--r--test.lorry18
1 files changed, 18 insertions, 0 deletions
diff --git a/test.lorry b/test.lorry
new file mode 100644
index 0000000..26dcef2
--- /dev/null
+++ b/test.lorry
@@ -0,0 +1,18 @@
+{
+ "gawk": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/gawk.git"
+ },
+ "binutils": {
+ "type": "bzr",
+ "branches": {
+ "trunk": "lp:binutils"
+ }
+ },
+ "bc": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz"
+ }
+}