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

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new cb742c6796a [v3-1-test] Fix reproducibility check source tarball 
instructions (#58077) (#58078)
cb742c6796a is described below

commit cb742c6796aa22a147fa1e38332446a9a08005c4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 8 19:10:27 2025 +0100

    [v3-1-test] Fix reproducibility check source tarball instructions (#58077) 
(#58078)
    
    (cherry picked from commit bfa9d5fe764e56eda010e7b4a8ca990b1fb3e834)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 dev/README_RELEASE_AIRFLOWCTL.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev/README_RELEASE_AIRFLOWCTL.md b/dev/README_RELEASE_AIRFLOWCTL.md
index 609310626d3..6ee1e22e19b 100644
--- a/dev/README_RELEASE_AIRFLOWCTL.md
+++ b/dev/README_RELEASE_AIRFLOWCTL.md
@@ -484,7 +484,7 @@ cd "${AIRFLOW_REPO_ROOT}"
 Choose the tag you used for release:
 
 ```shell
-git fetch apache --tags
+git fetch apache --tags --force
 git checkout airflow-ctl/${VERSION_RC}
 ```
 
@@ -498,6 +498,7 @@ rm -rf dist/*
 
 ```shell
 breeze release-management prepare-airflow-ctl-distributions 
--distribution-format both
+breeze release-management prepare-tarball --tarball-type apache_airflow_ctl 
--version "${VERSION}" --version-suffix "${VERSION_SUFFIX}"
 ```
 
 5) Switch to the folder where you checked out the SVN dev files

Reply via email to