This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new bd26aab Add git pull for the 'gradlew documentation' todo (#780)
bd26aab is described below
commit bd26aab5d4ac913b15a65f4a099b8f447bbd587d
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri Apr 1 10:45:52 2022 +0200
Add git pull for the 'gradlew documentation' todo (#780)
(cherry picked from commit 4985eb52ba13ca468a9655f291c62251a235a64b)
---
dev-tools/scripts/releaseWizard.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/dev-tools/scripts/releaseWizard.yaml
b/dev-tools/scripts/releaseWizard.yaml
index 40cf2f3..cb60154 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -628,6 +628,14 @@ groups:
cmd: git checkout {{ release_branch }}
stdout: true
- !Command
+ cmd: git clean -df && git checkout -- .
+ comment: Make sure checkout is clean and up to date
+ logfile: git_clean.log
+ tee: true
+ - !Command
+ cmd: git pull --ff-only
+ tee: true
+ - !Command
cmd: "{{ gradle_cmd }} documentation"
post_description: Check that the task passed. If it failed, commit fixes
for the failures before proceeding.
- !Todo