Skip to content
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

fix: deb and rpm should install master and agent bins into /usr/bin #5845

Merged
merged 2 commits into from
Jan 27, 2023

Conversation

ioga
Copy link
Contributor

@ioga ioga commented Jan 26, 2023

Description

We've always been installing binaries into /usr/local/bin, but that's wrong. Recent goreleaser update made it obvious #5816.

Test Plan

Linux package installs and upgrades from older versions still work okay.

Commentary (optional)

Checklist

  • Changes have been manually QA'd
  • User-facing API changes need the "User-facing API Change" label.
  • Release notes should be added as a separate file under docs/release-notes/.
    See Release Note for details.
  • Licenses should be included for new code which was copied and/or modified from any external code.

Ticket

@ioga ioga requested review from a team as code owners January 26, 2023 20:46
@ioga ioga requested a review from maxrussell January 26, 2023 20:46
@cla-bot cla-bot bot added the cla-signed label Jan 26, 2023
@netlify
Copy link

netlify bot commented Jan 26, 2023

Deploy Preview for determined-ui canceled.

Name Link
🔨 Latest commit 3302824
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/63d41f8b5e9e4c000795100c

@determined-ci determined-ci added the documentation Improvements or additions to documentation label Jan 26, 2023
@dannysauer
Copy link
Member

Yes, please.

Comment on lines 5 to 6
- Installation: ``.deb`` and ``.rpm`` Linux packages will now install master and agent binaries
into ``/usr/bin/`` instead of ``usr/local/bin/``.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I would offer an explanation why they changed, like "to be more in-line with Unix standards" or "with Debian and RedHat packaging standards" or something. Or even just throw the phrase "more standard" in there somewhere.

@ioga ioga merged commit df4b65b into determined-ai:master Jan 27, 2023
@ioga ioga deleted the no-usr-local-bin branch January 27, 2023 19:16
@dannysauer dannysauer added this to the 0.19.11 milestone Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants