Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modules
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-16 15:17:10 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-16 15:17:10 (GMT)
commit2cac32f92d73eb68d261dc01c0d34314401cf79f (patch)
treea60f963a8a56f9babe6f8b5b2c86e2a218d80a44 /config/modules
parent267e9d4de8b5330025aaad788d676a09e17f49f4 (diff)
Rework the autoinstall command
It now automatically listen on all the sugar trees
Diffstat (limited to 'config/modules')
-rw-r--r--config/modules/sugar.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/config/modules/sugar.json b/config/modules/sugar.json
index bbceb6d..bc96cac 100644
--- a/config/modules/sugar.json
+++ b/config/modules/sugar.json
@@ -3,13 +3,16 @@
{ "name": "sugar-toolkit",
"repo": "git://git.sugarlabs.org/sugar-toolkit/mainline.git" },
{ "name": "sugar-toolkit-gtk3",
- "repo": "git://git.sugarlabs.org/sugar-toolkit-gtk3/sugar-toolkit-gtk3.git" },
+ "repo": "git://git.sugarlabs.org/sugar-toolkit-gtk3/sugar-toolkit-gtk3.git",
+ "autoinstall": true },
{ "name": "sugar",
- "repo": "git://git.sugarlabs.org/sugar/mainline.git" },
+ "repo": "git://git.sugarlabs.org/sugar/mainline.git",
+ "autoinstall": true },
{ "name": "sugar-artwork",
"repo": "git://git.sugarlabs.org/sugar-artwork/mainline.git" },
{ "name": "sugar-datastore",
- "repo": "git://git.sugarlabs.org/sugar-datastore/mainline.git" },
+ "repo": "git://git.sugarlabs.org/sugar-datastore/mainline.git",
+ "autoinstall": true },
{ "name": "gst-plugins-espeak",
"repo": "git://git.sugarlabs.org/gst-plugins-espeak/mainline.git",
"out-of-source": false }]