You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/01 05:41:25 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #8037: Update instructions to prepare backport packages

turbaszek commented on a change in pull request #8037: Update instructions to prepare backport packages
URL: https://github.com/apache/airflow/pull/8037#discussion_r401367286
 
 

 ##########
 File path: CONTRIBUTING.rst
 ##########
 @@ -998,10 +998,12 @@ prepare such packages on your own easily.
 
 * Enter the ``backport_packages`` directory
 
+* Run ``python setup_backport_packages.py prepare`` to update deprecated modules & paths.
+
 * Usually you only build some of the providers package. The ``providers`` directory is separated into
   separate providers. You can see the list of all available providers by running
   ``python setup_backport_packages.py list-backport-packages``. You can build the backport package
-  by running ``python setup.py <PROVIDER_NAME> bdist_wheel``. Note that there
+  by running ``python setup_backport_packages.py <PROVIDER_NAME> bdist_wheel``. Note that there
 
 Review comment:
   I think we should encourage people to use one-step-only:
   ```
   scripts/ci/ci_prepare_packages.sh packageA packageB packageC
   ```
   WDYT?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services