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:41 UTC

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

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'))