Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
authorSascha Silbe <sascha-org-sugar-git@silbe.org>2009-04-18 20:56:07 (GMT)
committer Sascha Silbe <sascha-org-sugar-git@silbe.org>2009-04-18 20:56:07 (GMT)
commit50ee70ff5f949d5c53a1182d1288954be58c9459 (patch)
treeffbe9966fa78580d3307cecb667a280e71edb355 /sugar-jhbuild
parenta3d48e51f575fd150dfaf9ea2f8365f9d03ed774 (diff)
jhbuild migrated from preview to toplevel
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 cb64ba0..ab7b2cb 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -37,7 +37,7 @@ else:
os.chdir(base_dir)
print 'Cloning upstream jhbuild'
- jhbuild_repo = 'git://git.gnome.org/preview/jhbuild'
+ jhbuild_repo = 'git://git.gnome.org/jhbuild'
retcode = subprocess.call(['git', 'clone', jhbuild_repo])
if retcode:
print 'Failed to clone upstream jhbuild.'