Whamcloud - gitweb
LU-278 only use the v* tag and limit the match
authorBrian J. Murrell <brian@whamcloud.com>
Mon, 9 May 2011 19:11:12 +0000 (15:11 -0400)
committerOleg Drokin <green@whamcloud.com>
Thu, 19 May 2011 00:42:46 +0000 (17:42 -0700)
commit3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b
tree6cfc6d7115ac943136ce6fdeedf2ae8475568bf8
parent53def88477b3f50e129e0cdad7036059414919eb
LU-278 only use the v* tag and limit the match

In order to allow people to create tags such as 2.0.59-1foobar,
only try to match on the v* type tags, and even then, tighten up
the match pattern (as best we can using globs) to try to limit the
number of false positives.

Signed-off-by: Brian J. Murrell <brian@whamcloud.com>
Change-Id: I2d6e422fc0c17df7eb4169efea8e3557e80b941d
Reviewed-on: http://review.whamcloud.com/517
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Yang Sheng <ys@whamcloud.com>
Reviewed-by: Michael MacDonald <mjmac@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
build/autoconf/lustre-build.m4