Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-02-13 09:33:08 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-02-13 09:33:08 (GMT)
commitd8601bb4e7003f07bcdf93c38dbe9f34a1015c43 (patch)
tree1809f7b0733489a5e4fe29f88b851b498b1e903d /config
parenteef5e81415e44cd0a24845d2483df5d4c0b10db3 (diff)
Move log repo to sugarlabs.org
Diffstat (limited to 'config')
-rw-r--r--config/modulesets/fructose.modules11
1 files changed, 4 insertions, 7 deletions
diff --git a/config/modulesets/fructose.modules b/config/modulesets/fructose.modules
index 6c12c47..6d60ea3 100644
--- a/config/modulesets/fructose.modules
+++ b/config/modulesets/fructose.modules
@@ -25,7 +25,7 @@
<branch module="read/mainline.git" checkoutdir="read"/>
</bundle>
<bundle id="terminal">
- <branch module="terminal/mainline.git" checkoutdir="terminal" />
+ <branch module="terminal/mainline.git" checkoutdir="terminal" />
</bundle>
<bundle id="write">
<branch module="write/mainline.git" checkoutdir="write" />
@@ -36,11 +36,8 @@
<bundle id="calculate">
<branch module="calculate/mainline.git" checkoutdir="calculate" />
</bundle>
- <bundle id="log-activity">
- <branch repo="dev.laptop.org/projects" />
- </bundle>
- <bundle id="pippy-activity">
- <branch repo="dev.laptop.org/projects" />
+ <bundle id="log">
+ <branch module="log/mainline.git" checkoutdir="log" />
</bundle>
<bundle id="imageviewer">
<branch module="imageviewer/mainline.git" checkoutdir="imageviewer" />
@@ -61,7 +58,7 @@
<dep package="write"/>
<dep package="terminal"/>
<dep package="calculate"/>
- <dep package="log-activity"/>
+ <dep package="log"/>
<dep package="pippy-activity"/>
<dep package="imageviewer"/>
<dep package="turtleart"/>