You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/27 20:33:35 UTC

[1/6] lucene-solr:master: releasedJirasRegex.py: fixed comment about the limitations of the script

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_5_5 74f9bc9f7 -> 1e899fdd4
  refs/heads/branch_5x 4fd61c62c -> 9efad5a2c
  refs/heads/branch_6_0 f814b0a21 -> 4ad0683bc
  refs/heads/branch_6_1 bc52d4ad7 -> 4dfaaa21a
  refs/heads/branch_6x 240dd35f2 -> 09a7e4da3
  refs/heads/master ac473a9fa -> 8c47d20d2


releasedJirasRegex.py: fixed comment about the limitations of the script


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/8c47d20d
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8c47d20d
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8c47d20d

Branch: refs/heads/master
Commit: 8c47d20d23f5bb3cc9f483a87c22d1e65221dfcc
Parents: ac473a9
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Jun 27 16:32:33 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Jun 27 16:32:33 2016 -0400

----------------------------------------------------------------------
 dev-tools/scripts/releasedJirasRegex.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8c47d20d/dev-tools/scripts/releasedJirasRegex.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/releasedJirasRegex.py b/dev-tools/scripts/releasedJirasRegex.py
index 3ed57a5..dc5e1b3 100644
--- a/dev-tools/scripts/releasedJirasRegex.py
+++ b/dev-tools/scripts/releasedJirasRegex.py
@@ -24,9 +24,10 @@ import re
 # under the given version in the given CHANGES.txt file
 # and prints a regular expression that will match all of them
 #
-# Caveat: only works with modern CHANGES releases that use bullets
-# ('*' or '-') - other list item mechanisms (numbers or letters)
-# are not handled properly.
+# Caveat: In ancient versions (Lucene v1.9 and older; Solr v1.1 and older),
+# does not find Bugzilla bugs or JIRAs not mentioned at the beginning of
+# bullets or numbered entries.
+#
 def print_released_jiras_regex(version, filename):
   release_boundary_re = re.compile(r'\s*====*\s+(.*)\s+===')
   version_re = re.compile(r'%s(?:$|[^-])' % version)


[3/6] lucene-solr:branch_6_1: releasedJirasRegex.py: fixed comment about the limitations of the script

Posted by sa...@apache.org.
releasedJirasRegex.py: fixed comment about the limitations of the script


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/4dfaaa21
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4dfaaa21
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4dfaaa21

Branch: refs/heads/branch_6_1
Commit: 4dfaaa21afd260824ea3cbad77bb928e078aeeea
Parents: bc52d4a
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Jun 27 16:32:33 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Jun 27 16:32:58 2016 -0400

----------------------------------------------------------------------
 dev-tools/scripts/releasedJirasRegex.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4dfaaa21/dev-tools/scripts/releasedJirasRegex.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/releasedJirasRegex.py b/dev-tools/scripts/releasedJirasRegex.py
index 3ed57a5..dc5e1b3 100644
--- a/dev-tools/scripts/releasedJirasRegex.py
+++ b/dev-tools/scripts/releasedJirasRegex.py
@@ -24,9 +24,10 @@ import re
 # under the given version in the given CHANGES.txt file
 # and prints a regular expression that will match all of them
 #
-# Caveat: only works with modern CHANGES releases that use bullets
-# ('*' or '-') - other list item mechanisms (numbers or letters)
-# are not handled properly.
+# Caveat: In ancient versions (Lucene v1.9 and older; Solr v1.1 and older),
+# does not find Bugzilla bugs or JIRAs not mentioned at the beginning of
+# bullets or numbered entries.
+#
 def print_released_jiras_regex(version, filename):
   release_boundary_re = re.compile(r'\s*====*\s+(.*)\s+===')
   version_re = re.compile(r'%s(?:$|[^-])' % version)


[4/6] lucene-solr:branch_6_0: releasedJirasRegex.py: fixed comment about the limitations of the script

Posted by sa...@apache.org.
releasedJirasRegex.py: fixed comment about the limitations of the script


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/4ad0683b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4ad0683b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4ad0683b

Branch: refs/heads/branch_6_0
Commit: 4ad0683bc421af5d718b40bbf05e7947d2e2fcc4
Parents: f814b0a
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Jun 27 16:32:33 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Jun 27 16:33:05 2016 -0400

----------------------------------------------------------------------
 dev-tools/scripts/releasedJirasRegex.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4ad0683b/dev-tools/scripts/releasedJirasRegex.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/releasedJirasRegex.py b/dev-tools/scripts/releasedJirasRegex.py
index 3ed57a5..dc5e1b3 100644
--- a/dev-tools/scripts/releasedJirasRegex.py
+++ b/dev-tools/scripts/releasedJirasRegex.py
@@ -24,9 +24,10 @@ import re
 # under the given version in the given CHANGES.txt file
 # and prints a regular expression that will match all of them
 #
-# Caveat: only works with modern CHANGES releases that use bullets
-# ('*' or '-') - other list item mechanisms (numbers or letters)
-# are not handled properly.
+# Caveat: In ancient versions (Lucene v1.9 and older; Solr v1.1 and older),
+# does not find Bugzilla bugs or JIRAs not mentioned at the beginning of
+# bullets or numbered entries.
+#
 def print_released_jiras_regex(version, filename):
   release_boundary_re = re.compile(r'\s*====*\s+(.*)\s+===')
   version_re = re.compile(r'%s(?:$|[^-])' % version)


[6/6] lucene-solr:branch_5_5: releasedJirasRegex.py: fixed comment about the limitations of the script

Posted by sa...@apache.org.
releasedJirasRegex.py: fixed comment about the limitations of the script


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/1e899fdd
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/1e899fdd
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/1e899fdd

Branch: refs/heads/branch_5_5
Commit: 1e899fdd4cd65611aa411d5779d1a7bb037854d0
Parents: 74f9bc9
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Jun 27 16:32:33 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Jun 27 16:33:20 2016 -0400

----------------------------------------------------------------------
 dev-tools/scripts/releasedJirasRegex.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1e899fdd/dev-tools/scripts/releasedJirasRegex.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/releasedJirasRegex.py b/dev-tools/scripts/releasedJirasRegex.py
index 3ed57a5..dc5e1b3 100644
--- a/dev-tools/scripts/releasedJirasRegex.py
+++ b/dev-tools/scripts/releasedJirasRegex.py
@@ -24,9 +24,10 @@ import re
 # under the given version in the given CHANGES.txt file
 # and prints a regular expression that will match all of them
 #
-# Caveat: only works with modern CHANGES releases that use bullets
-# ('*' or '-') - other list item mechanisms (numbers or letters)
-# are not handled properly.
+# Caveat: In ancient versions (Lucene v1.9 and older; Solr v1.1 and older),
+# does not find Bugzilla bugs or JIRAs not mentioned at the beginning of
+# bullets or numbered entries.
+#
 def print_released_jiras_regex(version, filename):
   release_boundary_re = re.compile(r'\s*====*\s+(.*)\s+===')
   version_re = re.compile(r'%s(?:$|[^-])' % version)


[2/6] lucene-solr:branch_6x: releasedJirasRegex.py: fixed comment about the limitations of the script

Posted by sa...@apache.org.
releasedJirasRegex.py: fixed comment about the limitations of the script


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/09a7e4da
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/09a7e4da
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/09a7e4da

Branch: refs/heads/branch_6x
Commit: 09a7e4da3c5e8065f73636a79fe323c2384fcd17
Parents: 240dd35
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Jun 27 16:32:33 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Jun 27 16:32:49 2016 -0400

----------------------------------------------------------------------
 dev-tools/scripts/releasedJirasRegex.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/09a7e4da/dev-tools/scripts/releasedJirasRegex.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/releasedJirasRegex.py b/dev-tools/scripts/releasedJirasRegex.py
index 3ed57a5..dc5e1b3 100644
--- a/dev-tools/scripts/releasedJirasRegex.py
+++ b/dev-tools/scripts/releasedJirasRegex.py
@@ -24,9 +24,10 @@ import re
 # under the given version in the given CHANGES.txt file
 # and prints a regular expression that will match all of them
 #
-# Caveat: only works with modern CHANGES releases that use bullets
-# ('*' or '-') - other list item mechanisms (numbers or letters)
-# are not handled properly.
+# Caveat: In ancient versions (Lucene v1.9 and older; Solr v1.1 and older),
+# does not find Bugzilla bugs or JIRAs not mentioned at the beginning of
+# bullets or numbered entries.
+#
 def print_released_jiras_regex(version, filename):
   release_boundary_re = re.compile(r'\s*====*\s+(.*)\s+===')
   version_re = re.compile(r'%s(?:$|[^-])' % version)


[5/6] lucene-solr:branch_5x: releasedJirasRegex.py: fixed comment about the limitations of the script

Posted by sa...@apache.org.
releasedJirasRegex.py: fixed comment about the limitations of the script


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/9efad5a2
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/9efad5a2
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/9efad5a2

Branch: refs/heads/branch_5x
Commit: 9efad5a2c0e780eda89615736c4e08d699858c28
Parents: 4fd61c6
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Jun 27 16:32:33 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Jun 27 16:33:12 2016 -0400

----------------------------------------------------------------------
 dev-tools/scripts/releasedJirasRegex.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9efad5a2/dev-tools/scripts/releasedJirasRegex.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/releasedJirasRegex.py b/dev-tools/scripts/releasedJirasRegex.py
index 3ed57a5..dc5e1b3 100644
--- a/dev-tools/scripts/releasedJirasRegex.py
+++ b/dev-tools/scripts/releasedJirasRegex.py
@@ -24,9 +24,10 @@ import re
 # under the given version in the given CHANGES.txt file
 # and prints a regular expression that will match all of them
 #
-# Caveat: only works with modern CHANGES releases that use bullets
-# ('*' or '-') - other list item mechanisms (numbers or letters)
-# are not handled properly.
+# Caveat: In ancient versions (Lucene v1.9 and older; Solr v1.1 and older),
+# does not find Bugzilla bugs or JIRAs not mentioned at the beginning of
+# bullets or numbered entries.
+#
 def print_released_jiras_regex(version, filename):
   release_boundary_re = re.compile(r'\s*====*\s+(.*)\s+===')
   version_re = re.compile(r'%s(?:$|[^-])' % version)