Ticket #332: 0001-bug-332-changed-git-git.gnome.org-jhbuild-to-git.patch

File 0001-bug-332-changed-git-git.gnome.org-jhbuild-to-git.patch, 766 bytes (added by homunq, 15 years ago)

patch to fix

  • sugar-jhbuild

    From ab2d7d2ffa557c8c65f5b9f01943cf8fd145779f Mon Sep 17 00:00:00 2001
    From: chema <chema@chema-laptop.(none)>
    Date: Mon, 9 Feb 2009 09:25:27 -0600
    Subject: [PATCH] bug #332: changed git://git.gnome.org/jhbuild to git://git.gnome.org/preview/jhbuild
    
    ---
     sugar-jhbuild |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/sugar-jhbuild b/sugar-jhbuild
    index fc2baac..691eb36 100755
    a b else: 
    3636    cwd = os.getcwd()
    3737    os.chdir(base_dir)
    3838
    39     jhbuild_repo = 'git://git.gnome.org/jhbuild'
     39    jhbuild_repo = 'git://git.gnome.org/preview/jhbuild'
    4040    retcode = subprocess.call(['git', 'clone', jhbuild_repo])
    4141    if retcode:
    4242        print 'Failed to clone sugar-jhbuild.'