-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
gitlab: 12.3.5 -> 12.4.0 + module fixes #72088
Conversation
- gitlab-shell no longer requires ruby for anything else than the install script, so the bundlerEnv stuff could be dropped - gitlab-shell and gitlab-workhorse now report their versions correctly
Default behavior is to continue executing the script even when one or multiple steps fail. We want to abort early if any part of the initialization fails to not run with a partially initialized state. Default behavior also allows dereferencing non-existent variables, potentially resulting in hard-to-find bugs.
Also, remove the old and unused PermissionsStartOnly definition in the gitlab-workhorse systemd service.
@@ -68,10 +113,37 @@ | |||
fetch = { | |||
type = "git"; | |||
url = "https://github.com/getsentry/raven-go"; | |||
rev = "v0.1.0"; | |||
rev = "v0.1.2"; | |||
sha256 = "1dl80kar4lzdcfl3w6jssi1ld6bv0rmx6sp6bz6rzysfr9ilm02z"; |
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.
This doesn't look right, sha256
should have been updated as well.
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.
Indeed, that's weird. I guess it worked for me since the old package was already in my store. I know I ran nix-collect-garbage
, but I might have had a result
lying around somewhere...
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.
Ah, nope, this is correct: https://github.com/getsentry/raven-go/releases
No idea why it's tagged like that, but it is 😕
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.
Ok, thanks for checking.
@GrahamcOfBorg build gitlab |
This update breaks the images on the welcome screen - this is apparently a known GitLab issue that is fixed in master, but not yet released. It's nothing disastrous, but looks a bit broken; sounds like they're going to release a patch pretty soon, though, so I'll wait for that before porting this to 19.09. |
Summary
unknown
Things done
Tested by running in a VM. Specific features tested:
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @globin @fpletz @flokli