Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/modules/activities.json
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-12 13:58:41 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-12 19:26:16 (GMT)
commit14740279b23f591fe9ff486493d3ed4628299628 (patch)
tree5f1a4ad7d05d92131b13d78172d24fd52115c310 /scripts/modules/activities.json
parentab56e1fe5cc1fc40d7fc3db3ef5ebad083b0cff9 (diff)
Switch everything from jhbuild to dn-build
Diffstat (limited to 'scripts/modules/activities.json')
-rw-r--r--scripts/modules/activities.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/modules/activities.json b/scripts/modules/activities.json
index 1abf756..e97a0fc 100644
--- a/scripts/modules/activities.json
+++ b/scripts/modules/activities.json
@@ -1,6 +1,7 @@
[{ "name": "browse",
- "repo": "git://git.sugarlabs.org/browse/mainline.git" },
+ "repo": "git://git.sugarlabs.org/browse/mainline.git",
+ "out-of-source": false },
{ "name": "chat",
"repo": "git://git.sugarlabs.org/chat/mainline.git",
- "branch": "gtk3" }
-]
+ "branch": "gtk3",
+ "out-of-source": false }]