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 2018/03/29 17:52:30 UTC

[1/2] lucene-solr:master: LUCENE-8106: add missing import

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 47849eea7 -> 06e43084a
  refs/heads/master 701af06f6 -> 1ce72537b


LUCENE-8106: add missing import


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

Branch: refs/heads/master
Commit: 1ce72537b8b7577657c275dd7a6bfbb081392575
Parents: 701af06
Author: Steve Rowe <sa...@apache.org>
Authored: Thu Mar 29 13:51:39 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Thu Mar 29 13:51:39 2018 -0400

----------------------------------------------------------------------
 dev-tools/scripts/reproduceJenkinsFailures.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1ce72537/dev-tools/scripts/reproduceJenkinsFailures.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/reproduceJenkinsFailures.py b/dev-tools/scripts/reproduceJenkinsFailures.py
index 55194a0..f36513b 100644
--- a/dev-tools/scripts/reproduceJenkinsFailures.py
+++ b/dev-tools/scripts/reproduceJenkinsFailures.py
@@ -14,6 +14,7 @@
 # limitations under the License.
 
 import argparse
+import http.client
 import os
 import re
 import subprocess


[2/2] lucene-solr:branch_7x: LUCENE-8106: add missing import

Posted by sa...@apache.org.
LUCENE-8106: add missing import


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

Branch: refs/heads/branch_7x
Commit: 06e43084a57d29fd9dc176dfec145c148c2b5e50
Parents: 47849ee
Author: Steve Rowe <sa...@apache.org>
Authored: Thu Mar 29 13:51:39 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Thu Mar 29 13:52:10 2018 -0400

----------------------------------------------------------------------
 dev-tools/scripts/reproduceJenkinsFailures.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/06e43084/dev-tools/scripts/reproduceJenkinsFailures.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/reproduceJenkinsFailures.py b/dev-tools/scripts/reproduceJenkinsFailures.py
index 55194a0..f36513b 100644
--- a/dev-tools/scripts/reproduceJenkinsFailures.py
+++ b/dev-tools/scripts/reproduceJenkinsFailures.py
@@ -14,6 +14,7 @@
 # limitations under the License.
 
 import argparse
+import http.client
 import os
 import re
 import subprocess