-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
redmine: 4.1.0 -> 4.1.1 #84823
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
redmine: 4.1.0 -> 4.1.1 #84823
Conversation
@GrahamcOfBorg test redmine.mysql redmine.pgsql |
@@ -124,6 +152,8 @@ | |||
}; | |||
capybara = { | |||
dependencies = ["addressable" "mini_mime" "nokogiri" "rack" "rack-test" "regexp_parser" "xpath"]; | |||
groups = ["test"]; |
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.
@manveru up until this point I have been using bundix
from NixOS 18.09
because bundix
past that point added groups
to gemset.nix
. Mostly because I've been lazy I haven't dug into how to fix this...
I'll be forced to use a newer bundix
now, as we discussed over IRC. This is a good thing... but I'm wondering if you have any insight into how I can fix the current error I'm getting here:
https://logs.nix.ci/?key=nixos/nixpkgs.84823&attempt_id=21b0f328-2508-4399-8376-b725c7c03c3c
machine# [ 18.110780] flgad10fxwl3fxvcndgc5cd1x4f3iz6j-unit-script-redmine-pre-start[868]: Bundler::GemNotFound: Could not find capybara-3.25.0 in any of the sources
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.
You should be able to add test
to the groups in the default.nix
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.
@manveru thanks for the simple and straight forward answer, though I'm left wondering why redmine
is choking because of capybara
when that is supposed to be a test only thing... 🤔
@GrahamcOfBorg test redmine.mysql |
I tested this update, using an existing database from 19.09's Redmine 4.0.6. I had some troubles with updating the test system to the master branch, but the Redmine update itself worked well. |
@pvgoran thanks for testing. Can you elaborate on the issues you had? |
@aanderse Apart from a minor configuration issue ( |
@pvgoran thank you for reporting. It sounds like you're approving this PR then 🎉 |
Motivation for this change
https://www.redmine.org/projects/redmine/wiki/Changelog_4_1
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)