All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
update_versions.py File Reference

Go to the source code of this file.

Namespaces

 update_versions
 

Functions

def update_versions.extract_version
 
def update_versions.change_cml_version
 
def update_versions.change_version
 
def update_versions.gather_new_versions
 
def update_versions.extract_recent_rel_notes
 
def update_versions.add_release_separator_bar
 
def update_versions.main
 

Variables

string update_versions.__author__ = "Marco Clemencic <Marco.Clemencic@cern.ch>"
 
string update_versions.__version__ = "$Id: update_versions.py,v 1.3 2008/11/10 19:43:31 marcocle Exp $"
 
tuple update_versions._req_version_pattern = re.compile(r"^\s*version\s*(v[0-9]+r[0-9]+(?:p[0-9]+)?)\s*$")
 
tuple update_versions._cml_version_pattern = re.compile(r"^\s*gaudi_subdir\s*\(\s*\S+\s+(v[0-9]+r[0-9]+(?:p[0-9]+)?)\)\s*$")
 
tuple update_versions._use_pattern = re.compile(r"^\s*use\s*(\w+)\s*(v[0-9]+r[0-9]+(?:p[0-9]+)?)\s*(\w+)?\s*$")