potiuk commented on code in PR #26589:
URL: https://github.com/apache/airflow/pull/26589#discussion_r977502612
##########
dev/README_RELEASE_AIRFLOW.md:
##########
@@ -314,12 +314,12 @@ The Release Candidate artifacts we vote upon should be
the exact ones we vote ag
```shell script
# First clone the repo
- svn checkout https://dist.apache.org/repos/dist/dev/airflow airflow-dev
- cd airflow-dev
- # Or move into it if you already have it cloned
+
+ [ -d asf-dist ] || svn checkout --depth=immediates
https://dist.apache.org/repos/dist asf-dist
Review Comment:
I like the idea of unifying it iunder arlfow repo. We need to add asf-dist
to .gitignore though.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]