[Commits] sugar-jhbuild branch master updated.
Morgan Collett
morgan.collett at gmail.com
Mon Dec 15 09:07:28 EST 2008
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "/home/olpc-code/git/sugar-jhbuild".
The branch, master has been updated
via 4793a49f33d1186700a511a97df6ea88bb53d394 (commit)
from 9a5edc5fa405eff3d9a7868666b612d400b4b72d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
config/modulesets/fructose.modules | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit 4793a49f33d1186700a511a97df6ea88bb53d394
Author: Morgan Collett <morgan.collett at gmail.com>
Date: Mon Dec 15 16:03:57 2008 +0200
Switch chat and read repos to git.sugarlabs.org.
diff --git a/config/modulesets/fructose.modules b/config/modulesets/fructose.modules
index 0e7837d..bb1dac9 100644
--- a/config/modulesets/fructose.modules
+++ b/config/modulesets/fructose.modules
@@ -1,6 +1,8 @@
<?xml version="1.0"?><!--*- mode: nxml; indent-tabs-mode: nil -*-->
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>
+ <repository type="git" name="git.sugarlabs.org" default="yes"
+ href="git://git.sugarlabs.org"/>
<repository type="git" name="dev.laptop.org"
href="git://dev.laptop.org/"/>
<repository type="git" name="dev.laptop.org/projects"
@@ -16,11 +18,11 @@
<bundle id="pippy-activity">
<branch repo="dev.laptop.org/projects" />
</bundle>
- <bundle id="chat-activity">
- <branch repo="dev.laptop.org" />
+ <bundle id="chat">
+ <branch module="chat/mainline.git" checkoutdir="chat"/>
</bundle>
- <bundle id="read-activity">
- <branch repo="dev.laptop.org/projects" />
+ <bundle id="read">
+ <branch module="read/mainline.git" checkoutdir="read"/>
</bundle>
<bundle id="terminal-activity">
<branch repo="dev.laptop.org/projects" />
@@ -53,9 +55,9 @@
<metamodule id="meta-fructose">
<dependencies>
<dep package="etoys"/>
- <dep package="read-activity"/>
+ <dep package="read"/>
<dep package="web-activity"/>
- <dep package="chat-activity"/>
+ <dep package="chat"/>
<dep package="write"/>
<dep package="terminal-activity"/>
<dep package="calculate"/>
-----------------------------------------------------------------------
--
/home/olpc-code/git/sugar-jhbuild
More information about the Commits
mailing list