Mercurial > treepkg
changeset 531:b5e0c81c9bcc
update regex for tag name schema
author | Bjoern Ricks <bricks@intevation.de> |
---|---|
date | Mon, 22 Nov 2010 11:26:06 +0000 |
parents | f525825d186e |
children | 9c8e2c05c775 |
files | treepkg/git.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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<date>[0-9]{8})", tag_name) if match: