ansible-community / antsibull-build

Tooling for building various things related to ansible
GNU General Public License v3.0
60 stars 31 forks source link

`prepare` subcommand: allow to preserve existing `.deps` files #599

Closed felixfontein closed 5 months ago

felixfontein commented 5 months ago

Improves on the rather crude 'skip prepare step' mechanism from #598 by allowing to incorporate the dependencies from an existing .deps file, while still doing everything else that the prepare step does.

This simplifies creating release candidates and major releases since you only have to copy the .deps files in place, without having to take care of all the other files that prepare updates/creates.

Ref: https://github.com/ansible-community/ansible-build-data/issues/391#issuecomment-2078667782