Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-04-12 17:00:38 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-04-12 17:00:38 (GMT)
commit3f132f49eeebfe8c7a880dc422ac54f6a54e602d (patch)
treef6483491ac4d4a9a6b1f7de8b68bd4c4f2ee235c
parenta0672564b5e23407d8a0e7a8a9834e294c20411a (diff)
Switch to our own repository for pygobject
We need to apply a patch which is upstreamed but has not made it to the 3.4 branch.
-rw-r--r--config/modules/system.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/modules/system.json b/config/modules/system.json
index 070afa6..c19a838 100644
--- a/config/modules/system.json
+++ b/config/modules/system.json
@@ -35,8 +35,8 @@
{
"if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'",
"name": "pygobject",
- "repo": "git://git.gnome.org/pygobject",
- "tag": "c36e12368bb430ca1fb6eafd7d86f59c44965a31"
+ "repo": "git://github.com/dnarvaez/pygobject.git",
+ "branch": "sugar-build-3-4"
},
{
"if": "distro == 'debian-7.0'",