You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/03/14 16:45:14 UTC

[airflow] branch master updated (87d61dc -> 23897a5)

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

potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 87d61dc  Add minimum version of pylint (#14775)
     add 23897a5  Add script to verify that all artefacts are in svn (#14777)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                       |   4 +
 dev/README_RELEASE_AIRFLOW.md                    |   7 +
 dev/README_RELEASE_BACKPORT_PROVIDER_PACKAGES.md |   7 +
 dev/README_RELEASE_PROVIDER_PACKAGES.md          |   7 +
 dev/check_files.py                               | 239 +++++++++++++++++++++++
 5 files changed, 264 insertions(+)
 create mode 100644 dev/check_files.py