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

Update dependencies #69

Merged
merged 4 commits into from
Mar 16, 2021
Merged

Update dependencies #69

merged 4 commits into from
Mar 16, 2021

Conversation

der-eismann
Copy link
Member

Update dependencies since logrus 1.8.1 contains a critical fix
https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md#181

@der-eismann der-eismann requested a review from a team as a code owner March 15, 2021 17:25
@der-eismann der-eismann marked this pull request as draft March 15, 2021 17:59
@der-eismann der-eismann marked this pull request as ready for review March 15, 2021 20:25
cmd/buildutil/info.go Show resolved Hide resolved
cmd/buildutil/info.go Show resolved Hide resolved
@@ -276,10 +278,15 @@ func (r *Runner) RunArtifacts(ctx context.Context, cmd *cobra.Command, args []st
case "deb":
version, release := r.Info.Version.StringRelease()

bindir := "/usr/share/bin"
files := map[string]string{}
bindir := "/usr/bin"
Copy link
Member

Choose a reason for hiding this comment

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

Why?

Copy link
Member Author

Choose a reason for hiding this comment

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

Because literally nothing goes in this directory, it wasn't even existing on my machine. Self-compiled stuff is in /usr/local/bin, packages go in /usr/bin

Copy link
Member

Choose a reason for hiding this comment

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

Fair enough. I was sure I had this in my $PATH, but it is not there.

@der-eismann der-eismann merged commit b778149 into master Mar 16, 2021
@der-eismann der-eismann deleted the update-logrus branch March 16, 2021 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants