-
Notifications
You must be signed in to change notification settings - Fork 2k
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
app-emulation/docker-compose: ARM64 support to ebuild. #16311
Conversation
Pull Request assignmentSubmitter: @samip5 app-emulation/docker-compose: @hartwork Linked bugsNo bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment. If you do not receive any reply to this pull request, please open or link a bug to attract the attention of maintainers. Missing GCO sign-offPlease read the terms of Gentoo Certificate of Origin and acknowledge them by adding a sign-off to all your commits. In order to force reassignment and/or bug reference scan, please append Docs: Code of Conduct ● Copyright policy (expl.) ● Devmanual ● GitHub PRs ● Proxy-maint guide |
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.
Hi!
Please let me know if this is not the right way to do it.
Please don't do a revbump for adding a keyword. Just edit existing docker-compose-1.26.0.ebuild
in-place. Thank you!
Signed-off-by: Skyler Mäntysaari <sm+git@samip.fi>
PS: Running |
Okey. I did edit the existing one, and also installing repoman atm. |
The preferred way is to file a keywording request bug on Bugzilla for ~arm64. Thanks. |
Pull request CI reportReport generated at: 2020-06-18 19:12 UTC New issues caused by PR: There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Skyler Mäntysaari <sm+git@samip.fi>
Signed-off-by: Skyler Mäntysaari <sm+git@samip.fi> Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Skyler Mäntysaari <sm+git@samip.fi> Package-Manager: Portage-2.3.100, Repoman-2.3.22
It's required by docker-compose as one of it's dependencies needs it. Signed-off-by: Skyler Mäntysaari <sm+git@samip.fi> Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Skyler Mäntysaari <sm+git@samip.fi> Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Skyler Mäntysaari <sm+git@samip.fi> Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Skyler Mäntysaari <sm@samip.fi> Package-Manager: Portage-2.3.100, Repoman-2.3.22
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Like I said, this isn't the way that the arm64 team works -- I will happily process your keywording bug, but we like to thoroughly test everything first, so there is no need for the PR. We then commit ourselves when ready. |
I get that, but I want to help but it seems that the arm64 keyword was missing for a larger reason than I thought originially. |
That's okay -- we then expand the bug to include all needed dependencies. Often, a lot of packages never had a reason to be keyworded until a package like this needs it. It's rare we can just keyword a package by itself. We will sometimes use mask any deps which don't work too. |
@samip5 sorry for not sending you to bugzilla right away. I guess @thesamesam is right. I don't remember doing keywording outside of bugzilla either when I think about it. |
Okay, well lets see what the QA checks now say with the current commits. I think there were at least one dependency that does not have correct tags etc. Is the keywording usually done inside bugzilla? How does that actually work then? |
@samip5 @hartwork No worries. For the benefit of @samip5... The general procedure is:
The reason we don't do keywording/stables by PR is because we like to run quite exhaustive tests, especially in ~arm64 because we have the hardware for it. We sometimes find some useful errors, not usually arch-specific, but worth fixing. |
@samip5 One more thing: Please make as many keywording (or stable requests -- but don't CC-ARCHES there, same procedure otherwise, just do Stabilisation and no '~') as you like, and I will get to them as soon as I can. We're trying to expand the compatibility for arm64 so it's all really appreciated! You may also want to come chat with us on #gentoo-arm if you aren't already. |
For some unknown reason it did not have the required tag so now it does.
Please let me know if this is not the right way to do it.
Related docker/compose#7370