-
Notifications
You must be signed in to change notification settings - Fork 29
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
Migrate sub directory to fluent-package #448
Conversation
I expect to pass CI in this PR. Could you rename also directory names in Rakefile and .github/workflows/? fluent-package-builder/Rakefile Lines 18 to 29 in 15f3ab2
Probably they aren't affect to built package names, so that tests will pass by only fixing them. |
f821e2d
to
349f97b
Compare
TODO: fix test case |
a972071
to
4bc9909
Compare
One thing is existing that I've been wondering for. |
Yes, it should be done. but all of such changes in a single PR are not appropriate (it makes it hard to review, and so on), so they will be solved in another PR. This PR focus on a small task on purpose. |
Even though many timeouts occurs, now CI has passed. |
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.
I prefer getting source directory by __dir__
instead of defining PACKAGE_DIR
.
okay, I'll try to fix it. Thanks. |
3807650
to
58a8f04
Compare
With checking local build, there is no difference like this:
|
All checks have passed again. |
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
@kenhys Could you revise the first comment to reflect the current status? (Since we migrated merge style to |
NOTE: * package name (td-agent) is not changed yet * PACKAGE and ALL_PACKAGE use fluent-package in Rakefile, but it is just used to change sub directory. * internal path of /opt/td-agent is not changed yet So it keeps compatibility. Signed-off-by: Kentaro Hayashi <[email protected]>
Signed-off-by: Kentaro Hayashi <[email protected]>
Signed-off-by: Kentaro Hayashi <[email protected]>
58a8f04
to
243fe8c
Compare
Update the commit message, is it reasonable? |
Please revise also the title & first comment of this PR. |
Fixed now. |
Thanks! |
1 similar comment
Thanks! |
This PR is follow-up of fluent#448 . NOTE: * The internal path (such as /opt/td-agent) is not changed. It keeps compatibility. Signed-off-by: Kentaro Hayashi <[email protected]>
This PR is follow-up of fluent#448 . NOTE: * The internal path (such as /opt/td-agent) is not changed. * Install/Upgrade package test is now testing from td-agent 4 to fluent-package 5. It keeps compatibility. Signed-off-by: Kentaro Hayashi <[email protected]>
This PR is follow-up of fluent#448 . NOTE: * The internal path (such as /opt/td-agent) is not changed. * Install/Upgrade package test is now testing from td-agent 4 to fluent-package 5. * It provides transitional td-agent package intentionally.. It should be removed after a while. It keeps compatibility. Signed-off-by: Kentaro Hayashi <[email protected]>
The package name (td-agent) is changed to fluent-package. This PR is follow-up of #448 . NOTE: * The internal path (such as /opt/td-agent) is not changed. * Install/Upgrade package test is now testing from td-agent 4 to fluent-package 5. * It provides transitional td-agent package intentionally.. It should be removed after a while. It keeps compatibility. --------- Signed-off-by: Kentaro Hayashi <[email protected]> Co-authored-by: Takuro Ashie <[email protected]>
NOTE:
* PACKAGE and ALL_PACKAGE use fluent-package in Rakefile,
but it is just used to change sub directory.
So it keeps compatibility.