diff options
author | Patrick Darley <patrick.darley@codethink.co.uk> | 2015-04-07 15:30:45 +0000 |
---|---|---|
committer | Baserock Gerrit <gerrit@baserock.org> | 2015-04-07 18:55:58 +0000 |
commit | df2e5d3ae7c719060c982f20c469e2baa58eeea0 (patch) | |
tree | b141f56a82aed33d8d7f38d456f9f62d1949e661 /open-source-lorries | |
parent | b909c3d656c8906e34c32b16d9b316f53e3170bd (diff) | |
download | lorries-df2e5d3ae7c719060c982f20c469e2baa58eeea0.tar.gz |
Lorry SCons construction tool
The SCons construction tool is required to build mongodb, among other
things.
Change-Id: Ie94d7cd4ccdfd5bfd34f3d6e3cd3c8bef498c2ba
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/scons.lorry | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/scons.lorry b/open-source-lorries/scons.lorry new file mode 100644 index 0000000..367271f --- /dev/null +++ b/open-source-lorries/scons.lorry @@ -0,0 +1,6 @@ +{ + "scons": { + "type": "hg", + "url": "https://bitbucket.org/scons/scons" + } +} |