-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
gitlab:12.8.8 -> 12.8.9 #85623
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.8.8 -> 12.8.9 #85623
Conversation
Hm, there seems to be some bundler version incompatibilities in our bundlerEnv:
|
This seems to be another invocation of nix-community/bundix#63. pinging @manveru. |
@flokli is there a specific reason to use bundler 1.x here? |
@manveru we just invoke |
It's important that you use bundix from the same nixpkgs version, so bundler won't differ. |
I did set This should be correct, shouldn't it? |
I changed the
There's still an error from vgo2nix, but I think that's out of scope for me :) |
While it's already possible to invoke `update-data` with the `--rev` argument, one still needs to run all later phases manually. Fix this, by having `update-all` also accept a `--rev` argument, and pass it down to `update-data`. Also, make the help text a bit more usable, by suggesting the usual versioning scheme used these times.
`bundix -l` doesn't work, as it treats bundler's warning about upgrading the lockfile version as an error, so invoke `bundle lock` manually.
@manveru thanks for taking a look! I didn't run into the I successfully managed to build gitlab with it, Is there a bug report open about |
@GrahamcOfBorg test gitlab |
Thanks @petabyteboy for merging this! Did you also backport to 20.03? |
I just did so in 9153c23157a |
Thanks for fixing my mistake with the other commits. |
Motivation for this change
See
https://about.gitlab.com/releases/2020/04/14/critical-security-release-gitlab-12-dot-9-dot-3-released/
for details.
update-all
scriptWhile it's already possible to invoke
update-data
with the--rev
argument, one still needs to run all later phases manually.
Fix this, by having
update-all
also accept a--rev
argument, andpass it down to
update-data
.Also, make the help text a bit more usable, by suggesting the usual
versioning scheme used these times.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)