# HG changeset patch # User Bjoern Ricks # Date 1290425166 0 # Node ID b5e0c81c9bccf257ec5339befcf7cfdd39c1e120 # Parent f525825d186e9ea11d1f578b49c6f2866cb96ba9 update regex for tag name schema diff -r f525825d186e -r b5e0c81c9bcc treepkg/git.py --- a/treepkg/git.py Mon Nov 15 16:43:39 2010 +0000 +++ b/treepkg/git.py Mon Nov 22 11:26:06 2010 +0000 @@ -179,7 +179,7 @@ def tag_pkg_parameters(self, tag_name): # FIXME: Don't hardcore regex #match = re.search(r"enterprise[^.]*\.[^.]*\." - match = re.search(r"enterprise[^.]*" + match = re.search(r"enterprise[^.]*\.[^.]*" r"(?P[0-9]{8})", tag_name) if match: