-
Notifications
You must be signed in to change notification settings - Fork 301
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
DAOS-623 packaging: Fix go/golang per distro name #12588
Conversation
Bug-tracker data: |
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. No errors found by checkpatch.
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 for this. I just hit this exact problem on Aurora! Does this not need a release bump and changelog?
It does, once I have seen that it's successful and I am ready for it to be reviewed and landed. Updating those pre-maturely typically means having to continually resolve conflicts and update them every time you rebase/merge. Waiting until you are ready for reviews means just having to set them once. But I also need to add the test tag that does the daos build test. |
0c07077
to
0cc6fba
Compare
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. No errors found by checkpatch.
cfcb1f6
to
bb75707
Compare
Can you update the component in the PR title. |
I would suggest that Do I just add it to Lines 30 to 31 in 6e55d30
|
Yes, add it to there if you think it's valid. The check is run using the target, not the pr so this pr will still warn about it but future ones should be happy. |
In the Requires: on the client-tests Skip-build-ubuntu20-rpm: true Skip-unit-tests: true Skip-func-test-leap15: false Skip-func-test-el8: false Skip-func-hw-test: true Test-tag: test_dfuse_daos_build_wb Skip-PR-comments: true Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
6e55d30
to
5ecacc1
Compare
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. No errors found by checkpatch.
utils/rpms/daos.spec
Outdated
@@ -554,7 +554,10 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |||
# No files in a shim package | |||
|
|||
%changelog | |||
* Thu Jun 29 2023 Michael MacDonald <mjmac.macdonald@intel.com> 2.3.105-6 | |||
* Fri Jul 07 2023 Brian J. Murrell <brian.murrell@intel.com> 2.5.100-7 | |||
- Fix golang aos-client-tests dependency to be go instead |
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.
- Fix golang aos-client-tests dependency to be go instead | |
- Fix golang daos-client-tests dependency to be go instead |
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've updated the PR with this change.
Skip-build-ubuntu20-rpm: true Skip-unit-tests: true Skip-func-test-leap15: false Skip-func-test-el8: false Skip-func-hw-test: true Test-tag: test_dfuse_daos_build_wb Skip-PR-comments: true Required-githooks: true Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
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. No errors found by checkpatch.
Skip-func-test-leap15: false Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
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. No errors found by checkpatch.
In the Requires: on the client-tests
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Test-tag: test_dfuse_daos_build_wb
was used to validate that the daos build test passesGatekeeper: