changeset 2499:1ec36890cf6a

switch to git for LilyPond.
author hanwen <hanwen@lilypond.org>
date Wed, 25 Oct 2006 12:19:53 +0100
parents 770f840fbeb2
children 9bc1505ddc69
files specs/lilypond.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/specs/lilypond.py	Wed Oct 25 12:19:37 2006 +0100
+++ b/specs/lilypond.py	Wed Oct 25 12:19:53 2006 +0100
@@ -44,8 +44,8 @@
     def __init__ (self, settings):
         targetpackage.TargetBuildSpec.__init__ (self, settings)
         self.with (branch=settings.lilypond_branch,
-##                   mirror='git:http://lilypond.org/~hanwen/lilypond.git/'
-                   mirror=cvs.gnu
+                   mirror='git:http://lilypond.org/~hanwen/lilypond.git/'
+##                   mirror=cvs.gnu
 
                    )