[Treepkg-commits] r494 - trunk/treepkg
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Nov 22 12:26:06 CET 2010
Author: bricks
Date: 2010-11-22 12:26:06 +0100 (Mon, 22 Nov 2010)
New Revision: 494
Modified:
trunk/treepkg/git.py
Log:
update regex for tag name schema
Modified: trunk/treepkg/git.py
===================================================================
--- trunk/treepkg/git.py 2010-11-15 16:43:39 UTC (rev 493)
+++ trunk/treepkg/git.py 2010-11-22 11:26:06 UTC (rev 494)
@@ -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:
More information about the Treepkg-commits
mailing list