-
Notifications
You must be signed in to change notification settings - Fork 29
Backport: Add fluent-release package for yum/dnf update (#845) #855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Need to rebase with #856 |
0190d09 to
a284102
Compare
|
Rebased with #856 |
5931397 to
7cb73cb
Compare
|
The following backport will resolve test failures for AmazonLinux 2. |
6523874 to
6cc89c2
Compare
daipom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Basicially, looks good to me!
fluent-package-lts-v5 section in fluent-package-lts.repo was enabled by default
Could you tell me why we enable lts-v5 instead of lts-v6?
(In #845, we enable v6 by default, so why is there a difference?)
This is for v5 LTS branch. |
rpm: add fluent-release package for yum/dnf update In the previous versions, .repo file was assumed to be created via fluent-package installation script. For migration from packages.treasuredata.com to fluentd.cdn.cncf.io in the future, it might be better to setup proper fluent-release package for it. Changed in backport * baseurl was changed to LTS * fluent-package.repo => fluent-package-lts.repo * changed section name (fluent-package-lts => fluent-package-lts-v5) in fluent-package-lts.repo * fluent-package-lts-v5 section in fluent-package-lts.repo was enabled by default Signed-off-by: Kentaro Hayashi <[email protected]> Co-authored-by: Daijiro Fukuda <[email protected]> Signed-off-by: Kentaro Hayashi <[email protected]>
6cc89c2 to
4455281
Compare
Ah, I see! Thanks! |
daipom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
This was added wrongly at fluent#855. Signed-off-by: Daijiro Fukuda <[email protected]>
This PR will fix backport error in #917 and #855. When I solve the conflict, I introduced the error. Therefore, the `yum` workflow does not works properly. --------- Signed-off-by: Shizuo Fujita <[email protected]> Signed-off-by: Daijiro Fukuda <[email protected]> Co-authored-by: Daijiro Fukuda <[email protected]>
rpm: add fluent-release package for yum/dnf update
In the previous versions, .repo file was assumed to be created via fluent-package installation script.
For migration from packages.treasuredata.com to fluentd.cdn.cncf.io in the future, it might be better to setup proper fluent-release package for it.
Changed in backport