Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modules/system.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/modules/system.json')
-rw-r--r--config/modules/system.json23
1 files changed, 17 insertions, 6 deletions
diff --git a/config/modules/system.json b/config/modules/system.json
index eda65a9..3279428 100644
--- a/config/modules/system.json
+++ b/config/modules/system.json
@@ -1,16 +1,27 @@
[
{
- "branch": "sugar-build-v1.11.6",
- "name": "automake",
- "repo": "git://github.com/dnarvaez/automake.git"
- },
- {
"name": "node",
"options_ev": [
"'--prefix=%s' % prefix"
],
"out-of-source": false,
- "repo": "git://github.com/joyent/node.git"
+ "repo": "git://github.com/joyent/node.git",
+ "tag": "v0.8.18-release"
+ },
+ {
+ "name": "node-dbus",
+ "out-of-source": false,
+ "repo": "git://github.com/Shouqun/node-dbus.git"
+ },
+ {
+ "name": "node-static",
+ "out-of-source": false,
+ "repo": "git://github.com/cloudhead/node-static.git"
+ },
+ {
+ "branch": "sugar-build-v1.11.6",
+ "name": "automake",
+ "repo": "git://github.com/dnarvaez/automake.git"
},
{
"branch": "gnome-3-4",