diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2012-01-05 18:02:36 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2012-01-05 18:02:36 +0000 |
commit | e8378235b686ad7a41410ccd7b51b7f1080622df (patch) | |
tree | a34100bbed8291a00cb5eaef5350d4489ab908e1 | |
parent | 6fc2dd78c8325e686e6e4c267f6c8941da407da5 (diff) | |
download | lorry-e8378235b686ad7a41410ccd7b51b7f1080622df.tar.gz |
Add bc and sudo to baserock.lorry, make test.lorry test tarballs
-rw-r--r-- | baserock.lorry | 10 | ||||
-rw-r--r-- | test.lorry | 6 |
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" } } @@ -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" } } |