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

feat: change default nfpm bindir #2910

Merged
merged 1 commit into from Feb 15, 2022
Merged

feat: change default nfpm bindir #2910

merged 1 commit into from Feb 15, 2022

Conversation

caarlos0
Copy link
Member

@caarlos0 caarlos0 commented Feb 14, 2022

/usr/local/bin is intended for binaries compiled locally, which is never the case for goreleaser.

This PR changes the default to /usr/bin instead.

closes #2909

/usr/local/bin is intended for binaries compiled locally, which is never
the case for goreleaser.

this changes the default to /usr/bin instead.

closes #2909

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
@caarlos0 caarlos0 self-assigned this Feb 14, 2022
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Feb 14, 2022
@vercel vercel bot temporarily deployed to Preview February 14, 2022 11:51 Inactive
@caarlos0 caarlos0 added the enhancement New feature or request label Feb 14, 2022
@caarlos0 caarlos0 marked this pull request as ready for review February 14, 2022 11:51
@caarlos0 caarlos0 mentioned this pull request Feb 14, 2022
2 tasks
@codecov
Copy link

codecov bot commented Feb 14, 2022

Codecov Report

Merging #2910 (62bb05c) into main (0b3106b) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2910   +/-   ##
=======================================
  Coverage   84.49%   84.49%           
=======================================
  Files         111      111           
  Lines        8903     8903           
=======================================
  Hits         7523     7523           
  Misses       1109     1109           
  Partials      271      271           
Impacted Files Coverage Δ
internal/pipe/nfpm/nfpm.go 93.41% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b3106b...62bb05c. Read the comment docs.

@caarlos0 caarlos0 merged commit d07a5a8 into main Feb 15, 2022
@caarlos0 caarlos0 deleted the bindir branch February 15, 2022 00:54
@github-actions github-actions bot added this to the v1.6.0 milestone Feb 15, 2022
@staticdev
Copy link
Contributor

@caarlos0 do you have a plan to have a release with this in the following days?

@caarlos0
Copy link
Member Author

caarlos0 commented Mar 4, 2022

yes, likely this weekend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lintian /usr/local errors
2 participants