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

[04/10] lucene-solr:branch_6_4: 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/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'))