changeset 2977:72a2ec7d9146

use master as default branch.
author hanwen <hanwen@lilypond.org>
date Sun, 17 Dec 2006 18:39:06 +0100
parents 9ee8d2ff3b5a
children 78d93a419873
files gub-builder.py gup-manager.py installer-builder.py lilypondorg.py
diffstat 4 files changed, 6 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/gub-builder.py	Sun Dec 17 18:15:49 2006 +0100
+++ b/gub-builder.py	Sun Dec 17 18:39:06 2006 +0100
@@ -32,8 +32,8 @@
 
     p.add_option ('-B', '--branch', action='store',
                   dest='lilypond_branch',
-                  default='origin',
-                  help='select lilypond branch [origin]')
+                  default='master',
+                  help='select lilypond branch [master]')
 
     p.add_option ('-k', '--keep', action='store_true',
                   dest='keep_build',
--- a/gup-manager.py	Sun Dec 17 18:15:49 2006 +0100
+++ b/gup-manager.py	Sun Dec 17 18:39:06 2006 +0100
@@ -101,7 +101,7 @@
         p.usage += "    %s - %s\n" % (re.sub ('_', '-', command), doc)
 
     p.add_option ('-B', '--branch',
-                  default="origin",
+                  default="master",
                   dest='branch',
                   help="VC branch to use")
 
--- a/installer-builder.py	Sun Dec 17 18:15:49 2006 +0100
+++ b/installer-builder.py	Sun Dec 17 18:39:06 2006 +0100
@@ -32,9 +32,8 @@
 
     p.add_option ('-B', '--branch', action='store',
                   dest='lilypond_branch',
-                  default='origin',
-                  help='select lilypond branch [origin]')
-    
+                  default='master',
+                  help='select lilypond branch [master]')
     p.add_option ('-l', '--skip-if-locked',
                   default=False,
                   dest="skip_if_locked",
--- a/lilypondorg.py	Sun Dec 17 18:15:49 2006 +0100
+++ b/lilypondorg.py	Sun Dec 17 18:39:06 2006 +0100
@@ -205,7 +205,7 @@
 
     p.add_option ('--branch', action='store',
                   dest='branch',
-                  default='origin',
+                  default='master',
                   help='select upload directory')
 
     p.add_option ('--repo-dir', action='store',