-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
vaultwarden: 1.30.5 -> 1.31.0 #325711
vaultwarden: 1.30.5 -> 1.31.0 #325711
Conversation
You may want to add yourself as maintainers of this packages. |
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.
The backup test fails. Is
cp: cannot copy a directory, '/var/lib/vaultwarden/backups', into itself, '/var/lib/vaultwarden/backups/backups'
expected? It also occurs when I run the test on master but the test doesn't fail.
cc @Scrumplex @caffineehacker
This was caused by #318933. For some reason the backup test has its backup directory set to |
See #325861 for the backup script issue |
That doesn't explain the test succeeding on master but failing for this PR. |
No, we don't need more maintainers to defuse ownership just because one update wasn't done immediately. The last release is only 18 hours old. |
@@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec { | |||
homepage = "https://github.com/dani-garcia/vaultwarden"; | |||
changelog = "https://github.com/dani-garcia/vaultwarden/releases/tag/${version}"; | |||
license = licenses.agpl3Only; | |||
maintainers = with maintainers; [ dotlambda SuperSandro2000 ]; | |||
maintainers = with maintainers; [ dotlambda SuperSandro2000 abbe ]; |
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.
Two are fine, we don't need another one.
In my case the test succeeded on master but showed the same error you mentioned. The test was just faulty IMO |
The test succeeds on master for me too, but fails when I check out 1b8364eb8cfa. |
The test fails in this PR with this output:
Is it possible that this file doesn't exist anymore? |
Indeed: dani-garcia/vaultwarden#4085 |
2b0ce06
to
517c52b
Compare
Thanks for digging that up! When that fixes the test, I push the change to this PR. I also applied the other review comments. |
517c52b
to
84b83d4
Compare
@ofborg test vaultwarden.sqlite-backup |
Description of changes
https://github.com/dani-garcia/vaultwarden/releases/tag/1.31.0
https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.5.1b
Fixes #325679
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)closes #325727
Add a 👍 reaction to pull requests you find important.