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/08/20 10:56:13 UTC

[GitHub] [airflow] potiuk edited a comment on issue #10425: FILES_FOR_REBUILD_CHECK[@]: unbound variable

potiuk edited a comment on issue #10425:
URL: https://github.com/apache/airflow/issues/10425#issuecomment-677525558


   You need to run `./breeze prepare-backport-packages cncf.kubernetes` (and there you get another issue - with missing README.md that you have to add). But I have different (correct) output in Linux so I have to double check it. The output I have:
   
   ```
   Building backport package: cncf.kubernetes
   Traceback (most recent call last):
     File "setup_backport_packages.py", line 1233, in <module>
       do_setup_package_providers(provider_package_id=provider_package,
     File "setup_backport_packages.py", line 269, in do_setup_package_providers
       long_description=get_long_description(provider_package_id),
     File "setup_backport_packages.py", line 218, in get_long_description
       with open(os.path.join(package_folder, "README.md"), encoding='utf-8') as file:
   FileNotFoundError: [Errno 2] No such file or directory: '/opt/airflow/backport_packages/airflow/providers/cncf/kubernetes/README.md'
   ###########################################################################################
     [IN CONTAINER]   EXITING /opt/airflow/scripts/ci/in_container/run_prepare_backport_packages.sh WITH STATUS CODE 1
   ###########################################################################################
   
   ```


----------------------------------------------------------------
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