stratis-storage / ci

To manage CI for various project repos.
0 stars 6 forks source link

For release management scripts, allow vendoring with cargo-vendor-filterer #448

Closed mulkieran closed 10 months ago

mulkieran commented 11 months ago

Sub of https://github.com/stratis-storage/project/issues/265

mulkieran commented 11 months ago

I think we want a new option, --vendor-method with two choices, filter, and standard. Make the standard choice the default.

bgurney-rh commented 11 months ago

For create_release.py, there's :param bool add_vendor_option; should it be involved in adding the new option?

mulkieran commented 11 months ago

For create_release.py, there's :param bool add_vendor_option; should it be involved in adding the new option?

I don't think we need to. This can be one of those cases where the program ignores the value of vendor_method if vendor is not set to True.

mulkieran commented 10 months ago

Next step is to add this option to the .packit.yaml config. And then, to release scripts in this repo.

mulkieran commented 10 months ago

I think we're done.