Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Farning <dfarning@3000N100LINUX.(none)>2009-02-09 15:43:46 (GMT)
committer David Farning <dfarning@3000N100LINUX.(none)>2009-02-09 15:43:46 (GMT)
commit93ad54c47a5a26b08688dd2df58e26a780bd1946 (patch)
tree3f588e848f8f50019bf6c02ed29b93a845b825b6
parent1e96a24d43a8408d996a0d95536dcf3a0af93569 (diff)
update location on upstream jhbuild
fixes #332
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.'