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 2017/04/28 14:16:33 UTC

[01/10] lucene-solr:master: LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_5_5 b7d5c73c1 -> dece98f74
  refs/heads/branch_5x fdf81cfcb -> 5513de33b
  refs/heads/branch_6_0 33af05112 -> 6b8fec656
  refs/heads/branch_6_1 7e3580e95 -> 03d24fcdf
  refs/heads/branch_6_2 7cbd99b4d -> e9094e59f
  refs/heads/branch_6_3 daa52a2f5 -> 8aed049ae
  refs/heads/branch_6_4 78190815f -> 3b2bbb9bb
  refs/heads/branch_6_5 2cf5b3442 -> 72319115a
  refs/heads/branch_6x 9f829d134 -> 2f62a9367
  refs/heads/master 1d316ea4c -> 929126a48


LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint


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

Branch: refs/heads/master
Commit: 929126a4896f44645d84caae9c36439dac965169
Parents: 1d316ea
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Apr 28 10:14:38 2017 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Apr 28 10:14:38 2017 -0400

----------------------------------------------------------------------
 dev-tools/scripts/buildAndPushRelease.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/929126a4/dev-tools/scripts/buildAndPushRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/buildAndPushRelease.py b/dev-tools/scripts/buildAndPushRelease.py
index 57f093b..7044e43 100644
--- a/dev-tools/scripts/buildAndPushRelease.py
+++ b/dev-tools/scripts/buildAndPushRelease.py
@@ -97,8 +97,8 @@ def prepare(root, version, gpgKeyID, gpgPassword):
   print('  Check DOAP files')
   checkDOAPfiles(version)
 
-  print('  ant clean test')
-  run('ant clean test')
+  print('  ant clean test validate documentation-lint')
+  run('ant clean test validate documentation-lint')
 
   open('rev.txt', mode='wb').write(rev.encode('UTF-8'))
   


[03/10] lucene-solr:branch_6_5: LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint

Posted by sa...@apache.org.
LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint


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

Branch: refs/heads/branch_6_5
Commit: 72319115a4ed5a3deb1a887b5b126a2e9ce12f87
Parents: 2cf5b34
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Apr 28 10:14:38 2017 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Apr 28 10:15:12 2017 -0400

----------------------------------------------------------------------
 dev-tools/scripts/buildAndPushRelease.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/72319115/dev-tools/scripts/buildAndPushRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/buildAndPushRelease.py b/dev-tools/scripts/buildAndPushRelease.py
index 57f093b..7044e43 100644
--- a/dev-tools/scripts/buildAndPushRelease.py
+++ b/dev-tools/scripts/buildAndPushRelease.py
@@ -97,8 +97,8 @@ def prepare(root, version, gpgKeyID, gpgPassword):
   print('  Check DOAP files')
   checkDOAPfiles(version)
 
-  print('  ant clean test')
-  run('ant clean test')
+  print('  ant clean test validate documentation-lint')
+  run('ant clean test validate documentation-lint')
 
   open('rev.txt', mode='wb').write(rev.encode('UTF-8'))
   


[05/10] lucene-solr:branch_6_3: LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint

Posted by sa...@apache.org.
LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint


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

Branch: refs/heads/branch_6_3
Commit: 8aed049aee3ee4fe37c782c07666f4af806d014c
Parents: daa52a2
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Apr 28 10:14:38 2017 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Apr 28 10:15:34 2017 -0400

----------------------------------------------------------------------
 dev-tools/scripts/buildAndPushRelease.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8aed049a/dev-tools/scripts/buildAndPushRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/buildAndPushRelease.py b/dev-tools/scripts/buildAndPushRelease.py
index 9357b6c..f6dd6f1 100644
--- a/dev-tools/scripts/buildAndPushRelease.py
+++ b/dev-tools/scripts/buildAndPushRelease.py
@@ -97,8 +97,8 @@ def prepare(root, version, gpgKeyID, gpgPassword):
   print('  Check DOAP files')
   checkDOAPfiles(version)
 
-  print('  ant clean test')
-  run('ant clean test')
+  print('  ant clean test validate documentation-lint')
+  run('ant clean test validate documentation-lint')
 
   open('rev.txt', mode='wb').write(rev.encode('UTF-8'))
   


[02/10] lucene-solr:branch_6x: LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint

Posted by sa...@apache.org.
LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint


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

Branch: refs/heads/branch_6x
Commit: 2f62a9367cca8a860706681f224007a47d657870
Parents: 9f829d1
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Apr 28 10:14:38 2017 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Apr 28 10:15:01 2017 -0400

----------------------------------------------------------------------
 dev-tools/scripts/buildAndPushRelease.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2f62a936/dev-tools/scripts/buildAndPushRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/buildAndPushRelease.py b/dev-tools/scripts/buildAndPushRelease.py
index 57f093b..7044e43 100644
--- a/dev-tools/scripts/buildAndPushRelease.py
+++ b/dev-tools/scripts/buildAndPushRelease.py
@@ -97,8 +97,8 @@ def prepare(root, version, gpgKeyID, gpgPassword):
   print('  Check DOAP files')
   checkDOAPfiles(version)
 
-  print('  ant clean test')
-  run('ant clean test')
+  print('  ant clean test validate documentation-lint')
+  run('ant clean test validate documentation-lint')
 
   open('rev.txt', mode='wb').write(rev.encode('UTF-8'))
   


[10/10] lucene-solr:branch_5_5: LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint

Posted by sa...@apache.org.
LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint


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

Branch: refs/heads/branch_5_5
Commit: dece98f74d8c7dd0d554e6b7060d70a83164bebc
Parents: b7d5c73
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Apr 28 10:14:38 2017 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Apr 28 10:16:17 2017 -0400

----------------------------------------------------------------------
 dev-tools/scripts/buildAndPushRelease.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/dece98f7/dev-tools/scripts/buildAndPushRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/buildAndPushRelease.py b/dev-tools/scripts/buildAndPushRelease.py
index ff36f87..55084e0 100644
--- a/dev-tools/scripts/buildAndPushRelease.py
+++ b/dev-tools/scripts/buildAndPushRelease.py
@@ -97,8 +97,8 @@ def prepare(root, version, gpgKeyID, gpgPassword):
   print('  Check DOAP files')
   checkDOAPfiles(version)
 
-  print('  ant clean test')
-  run('ant clean test')
+  print('  ant clean test validate documentation-lint')
+  run('ant clean test validate documentation-lint')
 
   open('rev.txt', mode='wb').write(rev.encode('UTF-8'))
   


[09/10] lucene-solr:branch_5x: LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint

Posted by sa...@apache.org.
LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint


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

Branch: refs/heads/branch_5x
Commit: 5513de33b513874d4569ae42951e575f5aac085e
Parents: fdf81cf
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Apr 28 10:14:38 2017 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Apr 28 10:16:06 2017 -0400

----------------------------------------------------------------------
 dev-tools/scripts/buildAndPushRelease.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5513de33/dev-tools/scripts/buildAndPushRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/buildAndPushRelease.py b/dev-tools/scripts/buildAndPushRelease.py
index ff36f87..55084e0 100644
--- a/dev-tools/scripts/buildAndPushRelease.py
+++ b/dev-tools/scripts/buildAndPushRelease.py
@@ -97,8 +97,8 @@ def prepare(root, version, gpgKeyID, gpgPassword):
   print('  Check DOAP files')
   checkDOAPfiles(version)
 
-  print('  ant clean test')
-  run('ant clean test')
+  print('  ant clean test validate documentation-lint')
+  run('ant clean test validate documentation-lint')
 
   open('rev.txt', mode='wb').write(rev.encode('UTF-8'))
   


[08/10] lucene-solr:branch_6_0: LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint

Posted by sa...@apache.org.
LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint


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

Branch: refs/heads/branch_6_0
Commit: 6b8fec656361e37492e137ac61fd37c0e60b070d
Parents: 33af051
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Apr 28 10:14:38 2017 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Apr 28 10:15:57 2017 -0400

----------------------------------------------------------------------
 dev-tools/scripts/buildAndPushRelease.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6b8fec65/dev-tools/scripts/buildAndPushRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/buildAndPushRelease.py b/dev-tools/scripts/buildAndPushRelease.py
index 1da0e79..5529b03 100644
--- a/dev-tools/scripts/buildAndPushRelease.py
+++ b/dev-tools/scripts/buildAndPushRelease.py
@@ -97,8 +97,8 @@ def prepare(root, version, gpgKeyID, gpgPassword):
   print('  Check DOAP files')
   checkDOAPfiles(version)
 
-  print('  ant clean test')
-  run('ant clean test')
+  print('  ant clean test validate documentation-lint')
+  run('ant clean test validate documentation-lint')
 
   open('rev.txt', mode='wb').write(rev.encode('UTF-8'))
   


[07/10] lucene-solr:branch_6_1: LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint

Posted by sa...@apache.org.
LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint


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

Branch: refs/heads/branch_6_1
Commit: 03d24fcdf2fc456285c7d19679754bab2b7774f0
Parents: 7e3580e
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Apr 28 10:14:38 2017 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Apr 28 10:15:49 2017 -0400

----------------------------------------------------------------------
 dev-tools/scripts/buildAndPushRelease.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/03d24fcd/dev-tools/scripts/buildAndPushRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/buildAndPushRelease.py b/dev-tools/scripts/buildAndPushRelease.py
index 1da0e79..5529b03 100644
--- a/dev-tools/scripts/buildAndPushRelease.py
+++ b/dev-tools/scripts/buildAndPushRelease.py
@@ -97,8 +97,8 @@ def prepare(root, version, gpgKeyID, gpgPassword):
   print('  Check DOAP files')
   checkDOAPfiles(version)
 
-  print('  ant clean test')
-  run('ant clean test')
+  print('  ant clean test validate documentation-lint')
+  run('ant clean test validate documentation-lint')
 
   open('rev.txt', mode='wb').write(rev.encode('UTF-8'))
   


[06/10] lucene-solr:branch_6_2: LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint

Posted by sa...@apache.org.
LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint


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

Branch: refs/heads/branch_6_2
Commit: e9094e59f2116d84e2a0eb44ac3b64029eba39c1
Parents: 7cbd99b
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Apr 28 10:14:38 2017 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Apr 28 10:15:42 2017 -0400

----------------------------------------------------------------------
 dev-tools/scripts/buildAndPushRelease.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e9094e59/dev-tools/scripts/buildAndPushRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/buildAndPushRelease.py b/dev-tools/scripts/buildAndPushRelease.py
index 9357b6c..f6dd6f1 100644
--- a/dev-tools/scripts/buildAndPushRelease.py
+++ b/dev-tools/scripts/buildAndPushRelease.py
@@ -97,8 +97,8 @@ def prepare(root, version, gpgKeyID, gpgPassword):
   print('  Check DOAP files')
   checkDOAPfiles(version)
 
-  print('  ant clean test')
-  run('ant clean test')
+  print('  ant clean test validate documentation-lint')
+  run('ant clean test validate documentation-lint')
 
   open('rev.txt', mode='wb').write(rev.encode('UTF-8'))
   


[04/10] lucene-solr:branch_6_4: LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint

Posted by sa...@apache.org.
LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint


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

Branch: refs/heads/branch_6_4
Commit: 3b2bbb9bb9ca35de6bbd1289491dde5ee2d626ff
Parents: 7819081
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Apr 28 10:14:38 2017 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Apr 28 10:15:25 2017 -0400

----------------------------------------------------------------------
 dev-tools/scripts/buildAndPushRelease.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3b2bbb9b/dev-tools/scripts/buildAndPushRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/buildAndPushRelease.py b/dev-tools/scripts/buildAndPushRelease.py
index 57f093b..7044e43 100644
--- a/dev-tools/scripts/buildAndPushRelease.py
+++ b/dev-tools/scripts/buildAndPushRelease.py
@@ -97,8 +97,8 @@ def prepare(root, version, gpgKeyID, gpgPassword):
   print('  Check DOAP files')
   checkDOAPfiles(version)
 
-  print('  ant clean test')
-  run('ant clean test')
+  print('  ant clean test validate documentation-lint')
+  run('ant clean test validate documentation-lint')
 
   open('rev.txt', mode='wb').write(rev.encode('UTF-8'))