fluent / fluent-package-builder

td-agent (Fluentd) Building and Packaging System
Apache License 2.0
22 stars 25 forks source link

Support LTS related stuff to convert #544

Closed kenhys closed 1 year ago

kenhys commented 1 year ago

Before:

./convert-artifacts-layout.sh apt ./convert-artifacts-layout.sh yum

After:

./convert-artifacts-layout.sh apt ./convert-artifacts-layout.sh yum ./convert-artifacts-layout.sh apt lts ./convert-artifacts-layout.sh yum lts

Then artifacts/5 or artifacts/lts/5 will be used for output.

daipom commented 1 year ago

Thanks! Will this file be needed separately?

https://github.com/fluent/fluent-package-builder/blob/447ec25ff18f2353f2f46bbdb37a48a72f6692a7/fluent-lts-apt-source/convert-artifacts-layout.sh

kenhys commented 1 year ago

Will this file be needed separately?

I think that no need to fix them.

kenhys commented 1 year ago

Added one more fix for dry-downloa,upload

daipom commented 1 year ago

I think we should add some usage here.

https://github.com/fluent/fluent-package-builder/blob/bb096998e5b7ad71c9fdf3edae4b490a8087ecae/fluent-package/convert-artifacts-layout.sh#L3-L7

kenhys commented 1 year ago

manage-fluent-repositories.sh for Amazon 2023 should be modified a bit, but create another PR for it.