From 2c27fb54d0d6decbda2b2c4498c7b96fb71699b9 Mon Sep 17 00:00:00 2001 From: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:52:20 -0600 Subject: [PATCH] Fix a couple Airflow release doc errors (#31951) --- dev/README_RELEASE_AIRFLOW.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md index 1332874d900d..6a0eec4a834e 100644 --- a/dev/README_RELEASE_AIRFLOW.md +++ b/dev/README_RELEASE_AIRFLOW.md @@ -588,15 +588,14 @@ Check if sources are the same as in the tag: ```bash cd X.Y.Zrc1 tar -xvzf *-source.tar.gz -pushd apache-airflow-X.Y.Zrc1 +pushd apache-airflow-X.Y.Z diff -r airflow "${SOURCE_DIR}" -popd && rm -rf apache-airflow-X.Y.Zrc1 +popd && rm -rf apache-airflow-X.Y.Z ``` The output should only miss some files - but they should not show any differences in the files: ``` -⌂6.50 [jarek:~/asf-dist/dev/airflow/2.6.2rc2/a] * 1 ‡ diff -r airflow ~/code/airflow/ Only in /Users/jarek/code/airflow: .DS_Store Only in /Users/jarek/code/airflow: .asf.yaml Only in /Users/jarek/code/airflow: .bash_aliases @@ -618,7 +617,6 @@ popd && rm -rf a The output should only miss some files - but they should not show any differences in the files: ``` -⌂6.50 [jarek:~/asf-dist/dev/airflow/2.6.2rc2/a] * 1 ‡ diff -r airflow ~/code/airflow/ Only in /Users/jarek/code/airflow: .DS_Store Only in /Users/jarek/code/airflow: .asf.yaml Only in /Users/jarek/code/airflow: .bash_aliases @@ -631,7 +629,7 @@ Check if sdist are the same as in the tag: ```bash cd X.Y.Zrc1 -tar -xvzf apachae-airflow-X.Y.Z.tar.gz +tar -xvzf apache-airflow-X.Y.Z.tar.gz pushd apache-airflow-X.Y.Z diff -r airflow "${SOURCE_DIR}" popd && rm -rf apache-airflow-X.Y.Z @@ -640,7 +638,6 @@ popd && rm -rf apache-airflow-X.Y.Z The output should only miss some files - but they should not show any differences in the files: ``` -⌂6.50 [jarek:~/asf-dist/dev/airflow/2.6.2rc2/a] * 1 ‡ diff -r airflow ~/code/airflow/ Only in /Users/jarek/code/airflow: .DS_Store Only in /Users/jarek/code/airflow: .asf.yaml Only in /Users/jarek/code/airflow: .bash_aliases