Skip to content

Commit

Permalink
Dev: Clarify file naming in release verification doc (#19233)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstandish authored Oct 26, 2021
1 parent eba1b68 commit efdfd15
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
10 changes: 5 additions & 5 deletions dev/README_RELEASE_AIRFLOW.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ The files should be present in the sub-folder of
The following files should be present (9 files):
* -bin-tar.gz + .asc + .sha512
* -source.tar.gz + .asc + .sha512
* -.whl + .asc + .sha512
* .tar.gz + .asc + .sha512
* -py3-none-any.whl + .asc + .sha512
As a PMC you should be able to clone the SVN repository:
Expand Down Expand Up @@ -438,8 +438,8 @@ warning. By importing the server in the previous step and importing it via ID fr
this is a valid Key already.
```
Checking apache-airflow-2.0.2rc4-bin.tar.gz.asc
gpg: assuming signed data in 'apache-airflow-2.0.2rc4-bin.tar.gz'
Checking apache-airflow-2.0.2rc4.tar.gz.asc
gpg: assuming signed data in 'apache-airflow-2.0.2rc4.tar.gz'
gpg: Signature made sob, 22 sie 2020, 20:28:28 CEST
gpg: using RSA key 12717556040EEF2EEAF1B9C275FCCD0A25FA0E4B
gpg: Good signature from "Kaxil Naik <kaxilnaik@gmail.com>" [unknown]
Expand Down Expand Up @@ -478,7 +478,7 @@ done
You should get output similar to:
```
Checking apache-airflow-2.0.2rc4-bin.tar.gz.sha512
Checking apache-airflow-2.0.2rc4.tar.gz.sha512
Checking apache_airflow-2.0.2rc4-py2.py3-none-any.whl.sha512
Checking apache-airflow-2.0.2rc4-source.tar.gz.sha512
```
Expand Down
16 changes: 8 additions & 8 deletions dev/README_RELEASE_AIRFLOW_UPGRADE_CHECK.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ official Apache releases must not include the rcN suffix.
- Rename the sdist

```shell script
mv dist/apache-airflow-upgrade-check-${VERSION%rc?}.tar.gz apache-airflow-upgrade-check-${VERSION}-bin.tar.gz
mv dist/apache-airflow-upgrade-check-${VERSION%rc?}.tar.gz apache-airflow-upgrade-check-${VERSION}.tar.gz
mv dist/apache_airflow_upgrade_check-${VERSION%rc?}-py2.py3-none-any.whl apache_airflow_upgrade_check-${VERSION}-py2.py3-none-any.whl
```

Expand All @@ -129,7 +129,7 @@ official Apache releases must not include the rcN suffix.

```shell script
${AIRFLOW_REPO_ROOT}/dev/sign.sh apache-airflow-upgrade-check-${VERSION}-source.tar.gz
${AIRFLOW_REPO_ROOT}/dev/sign.sh apache-airflow-upgrade-check-${VERSION}-bin.tar.gz
${AIRFLOW_REPO_ROOT}/dev/sign.sh apache-airflow-upgrade-check-${VERSION}.tar.gz
${AIRFLOW_REPO_ROOT}/dev/sign.sh apache_airflow_upgrade_check-${VERSION}-py2.py3-none-any.whl
```

Expand Down Expand Up @@ -228,7 +228,7 @@ The files can be downloaded from https://dist.apache.org/repos/dist/dev/airflow/
- apache-airflow-upgrade-check-1.3.0rc1-source.tar.gz is a source
release containing the files that made up the binary and wheel
releases.
- apache-airflow-upgrade-check-1.3.0rc1-bin.tar.gz is the binary
- apache-airflow-upgrade-check-1.3.0rc1.tar.gz is the binary
Python "sdist" release.
- apache_airflow_upgrade_check-1.3.0rc1-py2.py3-none-any.whl is the
binary Python pre-compiled wheel file.
Expand Down Expand Up @@ -283,9 +283,9 @@ The files should be present in the sub-folder of
The following files should be present (9 files):
* -bin-tar.gz + .asc + .sha512
* -source.tar.gz + .asc + .sha512
* -.whl + .asc + .sha512
* .tar.gz + .asc + .sha512
* -py3-none-any.whl + .asc + .sha512
As a PMC you should be able to clone the SVN repository:
Expand Down Expand Up @@ -360,8 +360,8 @@ warning. By importing the server in the previous step and importing it via ID fr
this is a valid Key already.

```
Checking apache-airflow-upgrade-check-1.3.0rc1-bin.tar.gz.asc
gpg: assuming signed data in 'apache-airflow-upgrade-check-1.3.0rc1-bin.tar.gz'
Checking apache-airflow-upgrade-check-1.3.0rc1.tar.gz.asc
gpg: assuming signed data in 'apache-airflow-upgrade-check-1.3.0rc1.tar.gz'
gpg: Signature made Tue 9 Mar 23:22:24 2021 GMT
gpg: using RSA key CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F
gpg: Good signature from "Kaxil Naik <kaxilnaik@apache.org>" [ultimate]
Expand Down Expand Up @@ -400,7 +400,7 @@ done
You should get output similar to:

```
Checking apache-airflow-upgrade-check-1.3.0rc1-bin.tar.gz.sha512
Checking apache-airflow-upgrade-check-1.3.0rc1.tar.gz.sha512
Checking apache_airflow_upgrade_check-1.3.0rc1-py2.py3-none-any.whl.sha512
Checking apache-airflow-upgrade-check-1.3.0rc1-source.tar.gz.sha512
```
Expand Down
15 changes: 7 additions & 8 deletions dev/README_RELEASE_PROVIDER_PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ Consider this my (binding) +1.
Airflow Providers are available at:
https://dist.apache.org/repos/dist/dev/airflow/providers/
*apache-airflow-providers-<PROVIDER>-*-bin.tar.gz* are the binary
*apache-airflow-providers-<PROVIDER>-*.tar.gz* are the binary
Python "sdist" release - they are also official "sources" for the provider packages.
*apache_airflow_providers_<PROVIDER>-*.whl are the binary
Expand Down Expand Up @@ -443,11 +443,10 @@ Please modify the message above accordingly to clearly exclude those packages.
The files should be present in
[Airflow dist](https://dist.apache.org/repos/dist/dev/airflow/providers/)

The following files should be present (9 files):
The following files should be present (6 files):

* -source.tar.gz + .asc + .sha512 (one set of files)
* -bin-tar.gz + .asc + .sha512 (one set of files per provider)
* -.whl + .asc + .sha512 (one set of files per provider)
* .tar.gz + .asc + .sha512 (one set of files per provider)
* -py3-none-any.whl + .asc + .sha512 (one set of files per provider)

As a PMC you should be able to clone the SVN repository:

Expand Down Expand Up @@ -529,8 +528,8 @@ warning. By importing the server in the previous step and importing it via ID fr
this is a valid Key already.

```
Checking apache-airflow-2.0.2rc4-bin.tar.gz.asc
gpg: assuming signed data in 'apache-airflow-2.0.2rc4-bin.tar.gz'
Checking apache-airflow-2.0.2rc4.tar.gz.asc
gpg: assuming signed data in 'apache-airflow-2.0.2rc4.tar.gz'
gpg: Signature made sob, 22 sie 2020, 20:28:28 CEST
gpg: using RSA key 12717556040EEF2EEAF1B9C275FCCD0A25FA0E4B
gpg: Good signature from "Kaxil Naik <kaxilnaik@gmail.com>" [unknown]
Expand Down Expand Up @@ -569,7 +568,7 @@ done
You should get output similar to:

```
Checking apache-airflow-providers-google-1.0.0rc1-bin.tar.gz.sha512
Checking apache-airflow-providers-google-1.0.0rc1.tar.gz.sha512
Checking apache_airflow-providers-google-1.0.0rc1-py3-none-any.whl.sha512
```

Expand Down

0 comments on commit efdfd15

Please sign in to comment.