Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------jhbuild0
-rwxr-xr-xsugar-jhbuild2
2 files changed, 1 insertions, 1 deletions
diff --git a/jhbuild b/jhbuild
-Subproject 5478dc5562c59d6ec50d1ba56d5787a7e06a777
+Subproject 4f11b513743de37781158d69829b8fba2b2b10b
diff --git a/sugar-jhbuild b/sugar-jhbuild
index fc2baac..691eb36 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -36,7 +36,7 @@ else:
cwd = os.getcwd()
os.chdir(base_dir)
- jhbuild_repo = 'git://git.gnome.org/jhbuild'
+ jhbuild_repo = 'git://git.gnome.org/preview/jhbuild'
retcode = subprocess.call(['git', 'clone', jhbuild_repo])
if retcode:
print 'Failed to clone sugar-jhbuild.'