summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-05 18:02:36 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-05 18:02:36 +0000
commite8378235b686ad7a41410ccd7b51b7f1080622df (patch)
treea34100bbed8291a00cb5eaef5350d4489ab908e1
parent6fc2dd78c8325e686e6e4c267f6c8941da407da5 (diff)
downloadlorry-e8378235b686ad7a41410ccd7b51b7f1080622df.tar.gz
Add bc and sudo to baserock.lorry, make test.lorry test tarballs
-rw-r--r--baserock.lorry10
-rw-r--r--test.lorry6
2 files changed, 16 insertions, 0 deletions
diff --git a/baserock.lorry b/baserock.lorry
index 7704fcc..1b292e7 100644
--- a/baserock.lorry
+++ b/baserock.lorry
@@ -67,6 +67,16 @@
"parted": {
"type": "git",
"url": "git://git.savannah.gnu.org/parted.git"
+ },
+ "sudo": {
+ "type": "hg",
+ "url": "http://www.sudo.ws/repos/sudo"
+ },
+ "bc": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz"
}
}
diff --git a/test.lorry b/test.lorry
index e696225..26dcef2 100644
--- a/test.lorry
+++ b/test.lorry
@@ -8,5 +8,11 @@
"branches": {
"trunk": "lp:binutils"
}
+ },
+ "bc": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz"
}
}