changeset 2461:44c11cb9ac11

set vc_branch for null packages too.
author hanwen <hanwen@lilypond.org>
date Tue, 24 Oct 2006 16:58:29 +0100
parents 2054de3af69a
children b51841ee2044
files specs/python.py specs/zlib.py
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/specs/python.py	Tue Oct 24 10:36:23 2006 +0100
+++ b/specs/python.py	Tue Oct 24 16:58:29 2006 +0100
@@ -142,6 +142,7 @@
     def __init__ (self, settings):
         gub.NullBuildSpec.__init__ (self, settings)
         self.version = (lambda: '2.3')
+        self.vc_branch = ''
         self.has_source = False
     def srcdir (self):
         return '%(allsrcdir)s/python-darwin'
--- a/specs/zlib.py	Tue Oct 24 10:36:23 2006 +0100
+++ b/specs/zlib.py	Tue Oct 24 16:58:29 2006 +0100
@@ -46,7 +46,7 @@
         gub.NullBuildSpec.__init__ (self, settings)
         self.version = (lambda: '1.2.3')
         self.has_source = False
-
+        self.vc_branch = ''
     def srcdir (self):
         return '%(allsrcdir)s/zlib-darwin'