Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-06-16 02:05:39 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-16 02:05:39 (GMT)
commitf633d3122cf41f01a0d199362e91edb5666a1a18 (patch)
treec4ef30861b706063ce21b4775199a5dc84a22882 /scripts
parent89ae629fbac7788d4f4b1635cfbb62c2fad8e268 (diff)
Use our own pygobject repo fork for now
To work around https://bugzilla.gnome.org/show_bug.cgi?id=678192
Diffstat (limited to 'scripts')
-rw-r--r--scripts/system.modules3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/system.modules b/scripts/system.modules
index 63a9967..52ea0cb 100644
--- a/scripts/system.modules
+++ b/scripts/system.modules
@@ -2,8 +2,9 @@
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>
<repository type="git" name="git.gnome.org" href="git://git.gnome.org"/>
+ <repository type="git" name="github.com/dnarvaez" href="git://github.com/dnarvaez"/>
<autotools id="pygobject">
- <branch repo="git.gnome.org" revision="fb39ba934180e1e48fd15774e69d1cecf47a4c84"/>
+ <branch repo="github.com/dnarvaez"/>
<dependencies>
<dep package="glib"/>
<dep package="gobject-introspection"/>