Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-03-28 16:50:08 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-03-28 16:50:08 (GMT)
commit3b56346d71d40461831f71442de35fd54ff13f74 (patch)
tree1efd4e3a01ef5783b0b40660c7e66256645965a2 /config
parent628c8d5c0aaadf57a8ffc1376e3a22717962fcf6 (diff)
parentaa119dbcc480cf6fce4e729449b7d8e178118899 (diff)
Merge branch 'master' of git.sugarlabs.org:sugar-jhbuild/mainline into mainline
Diffstat (limited to 'config')
-rw-r--r--config/modulesets/buildbot.modules27
-rw-r--r--config/sysdeps/50ubuntu-10.04.xml19
2 files changed, 35 insertions, 11 deletions
diff --git a/config/modulesets/buildbot.modules b/config/modulesets/buildbot.modules
index 5b50407..645c3af 100644
--- a/config/modulesets/buildbot.modules
+++ b/config/modulesets/buildbot.modules
@@ -5,30 +5,35 @@
href="http://downloads.sourceforge.net/sourceforge/"/>
<repository type="tarball" name="twistedmatrix.com"
href="http://tmrc.mit.edu/mirror/twisted/"/>
- <repository type="tarball" name="zope.org"
- href="http://www.zope.org/Products/"/>
+ <repository type="tarball" name="pypi" href="http://pypi.python.org/packages/source/" />
+
+ <distutils id="distribute">
+ <branch repo="pypi" module="d/distribute/distribute-0.6.10.tar.gz" version="0.6.10"
+ size="385641" hash="sha512:992ed3ac16e357ef351bc0d2edacb5cfb9369ae9fbf0a1c72c914ec00a32fc0cfd09a6f3534e2e918e889c60ff67386943bc13cc862fec8241a6b3bc9c3e48c4" />
+ </distutils>
<distutils id="zope-interface">
- <branch repo="zope.org"
- module="ZopeInterface/3.3.0/zope.interface-3.3.0.tar.gz" version="3.3.0"
- size="104204" md5sum="93668855e37b4691c5c956665c33392c" />
+ <branch repo="pypi" module="z/zope.interface/zope.interface-3.5.3.tar.gz" version="3.5.3"
+ size="115571" hash="sha512:d34e150b48eb68a52c533bfa63c215a718e0971d9cf83bc0a9232363af63e7be632ef970653bd62065b185896b9fb0f91f26344437856df65753027d1307f94d" />
+ <dependencies>
+ <dep package="distribute"/>
+ </dependencies>
</distutils>
<distutils id="twisted">
- <branch repo="twistedmatrix.com"
- module="Twisted/8.1/Twisted-8.1.0.tar.bz2" version="8.1.0"
- size="2371422" md5sum="a575f29ead4cc02c54e9061d0e6ac7c3" />
+ <branch repo="twistedmatrix.com" module="Twisted/10.0/Twisted-10.0.0.tar.bz2" version="10.0.0"
+ size="2583372" hash="sha512:dc57690e8f67e13f372af61d4933882876ae5d7b1e76dda4037746b910ef6cbe3f9ab99d672372362c5a6c44d86ec84c84ee1e53d05c90f1676e4b83078d6783" />
<dependencies>
<dep package="zope-interface"/>
</dependencies>
</distutils>
<distutils id="buildbot">
- <branch repo="sourceforge.net"
- module="buildbot/buildbot-0.7.11p3.tar.gz" version="0.7.11p3"
- size="1019706" md5sum="6e4ef001d11caf270e2ed7d1d7d43318" />
+ <branch repo="sourceforge.net" module="buildbot/buildbot-0.7.12.tar.gz" version="0.7.12"
+ size="1296550" hash="sha512:782341a9591f5b6f69d1bf58a1e66e0363afa2268fe6049ae2015ed213335bec53126008f7930132e57caa09af582c923e2828d4a17f03573d0b13a94f97b7ce" />
<dependencies>
<dep package="twisted"/>
+ <dep package="distribute"/>
</dependencies>
</distutils>
diff --git a/config/sysdeps/50ubuntu-10.04.xml b/config/sysdeps/50ubuntu-10.04.xml
new file mode 100644
index 0000000..a7cecbf
--- /dev/null
+++ b/config/sysdeps/50ubuntu-10.04.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<dependencies>
+ <package name="espeak"/>
+ <package name="espeak-data"/>
+ <package name="libtelepathy-glib0" source="telepathy-glib"/>
+ <package name="libdbus-glib-1-dev" source="dbus-glib"/>
+ <package name="libxklavier-dev" source="libxklavier"/>
+ <package name="metacity" source="metacity"/>
+ <package name="pep8" source="pep8"/>
+ <package name="pylint" source="pylint"/>
+ <package name="python-evince" source="gnome-python-desktop"/>
+<!-- <package name="python-metacity" source="gnome-python-desktop"/> -->
+ <package name="python-rsvg" source="gnome-python-desktop"/>
+ <package name="python-telepathy" source="telepathy-python"/>
+ <package name="python-wnck" source="gnome-python-desktop"/>
+ <package name="telepathy-gabble" source="telepathy-gabble"/>
+ <package name="telepathy-salut" source="telepathy-salut"/>
+ <package name="xulrunner-1.9.1-dev" source="xulrunner"/><!-- for hulahop -->
+</dependencies>