Changeset 19800

Show
Ignore:
Timestamp:
02/06/07 11:05:49 (2 years ago)
Author:
patrick
Message:

MF20 [rev 19799]: Fixed a bug where the current branch identifiers for the

version strings were not parsed correctly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/build_windows.py

    r19795 r19800  
    501501 
    502502      version_re      = re.compile(r'((\d+)\.(\d+)\.(\d+)-(\d+))\s') 
    503       branch_re       = re.compile(r'BRANCH\s*=\s*([\w\d-]+)') 
     503      branch_re       = re.compile(r'BRANCH\s*=\s*(.+)') 
    504504      canon_name_re   = re.compile(r'CANON_NAME\s*=\s*(\S.+)') 
    505505      subst_re        = re.compile(r'@(\w+)@')