You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/04/01 08:47:04 UTC

[solr] branch branch_9_0 updated: Add git pull for the 'gradlew documentation' todo (#780)

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch branch_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9_0 by this push:
     new d9fbaa4  Add git pull for the 'gradlew documentation' todo (#780)
d9fbaa4 is described below

commit d9fbaa416b5eecb96d3c7525cfd1e935e9d843bb
Author: Jan Høydahl <ja...@users.noreply.github.com>
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 c4f4156..5136cab 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -615,6 +615,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