summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-29 16:48:21 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-29 17:46:24 +0100
commit15e224681258b4bd32f64c0bf66b4bba5cae8a83 (patch)
tree5c11a4981ea4b627e6714893bab15e1898c3ac44
parent012eecfcd2042abdbbc3c873479c910caaf38a3b (diff)
downloadlorries-sam/update-nodejs.tar.gz
Add new nodejs reposam/update-nodejs
The canonical repo has changed. The 'master' branch in the old version contains lots of stuff that's not in the 'master' branch of the new version so I don't think we can just update the existing repo without risking breakage.
-rw-r--r--open-source-lorries/node.lorry12
1 files changed, 8 insertions, 4 deletions
diff --git a/open-source-lorries/node.lorry b/open-source-lorries/node.lorry
index 3a66edd..7c680f7 100644
--- a/open-source-lorries/node.lorry
+++ b/open-source-lorries/node.lorry
@@ -1,6 +1,10 @@
{
- "node": {
- "type": "git",
- "url": "git://github.com/joyent/node.git"
- }
+ "node": {
+ "type": "git",
+ "url": "git://github.com/joyent/node.git"
+ },
+ "node-new": {
+ "type": "git",
+ "url": "git://github.com/nodejs/node.git"
+ }
}