Skip to content

Fix passing packages using arguments#37636

Merged
potiuk merged 1 commit intoapache:mainfrom
potiuk:handle-packages-selected-by-arguments-back
Feb 22, 2024
Merged

Fix passing packages using arguments#37636
potiuk merged 1 commit intoapache:mainfrom
potiuk:handle-packages-selected-by-arguments-back

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Feb 22, 2024

The #37502 added --package-list option to prepare-provider-packages and publish-docs release management command, but in cases packages were passed by arguments it actually generated empty list of packages and all packages were attempted to be created. Only those ready to be released were prepared, but all of them.

This PR fixes it.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

The apache#37502 added --package-list option to prepare-provider-packages
and publish-docs release management command, but in cases packages
were passed by arguments it actually generated empty list of packages
and all packages were attempted to be created. Only those ready to
be released were prepared, but all of them.

This PR fixes it.
@potiuk potiuk force-pushed the handle-packages-selected-by-arguments-back branch from a6f6eb5 to ca87e2a Compare February 22, 2024 21:28
@potiuk potiuk merged commit 977d8cb into apache:main Feb 22, 2024
@potiuk potiuk deleted the handle-packages-selected-by-arguments-back branch February 22, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants