Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
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 /sugar-jhbuild
parent1e96a24d43a8408d996a0d95536dcf3a0af93569 (diff)
update location on upstream jhbuild
fixes #332
Diffstat (limited to 'sugar-jhbuild')
-rwxr-xr-xsugar-jhbuild2
1 files changed, 1 insertions, 1 deletions
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.'