-
-
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
qownnotes: 25.1.5 -> 25.1.6 #377623
qownnotes: 25.1.5 -> 25.1.6 #377623
Conversation
4074176
to
6d25afc
Compare
|
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.
Looks good to me!
Thank you for the update script!
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.
There are several changes in here:
- Version update
- Rewriting to use the
finalAttrs
pattern instead of alet ... in
- Change of the
meta
attribute to not use thewith lib;
pattern - Adding of the update script
Please split your commit into several commits, each doing one change at a time.
Normally I wouldn't mind a bit of change next to a version update, but this is simply too much, sorry.
Either way, thanks in advance for your effort!
I hope this PR gets merged in the next few hours so I can test it with a new release. 😁 |
Not sure whether we should wait for the tests... 🤔 |
I'm running the commit before the commit split on 3 machines (x86_64). ️But I don't know about darwin. 🤷🏻 |
|
Logs for darwin:
|
Thank you for the test! I don't think the end2end tests are working on darwin, they depend on X11. |
Lets do it |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.11
git worktree add -d .worktree/backport-377623-to-release-24.11 origin/release-24.11
cd .worktree/backport-377623-to-release-24.11
git switch --create backport-377623-to-release-24.11
git cherry-pick -x 47082f6caae6176d8b486fcb30c7a0adc6f91e90 2db0ef3a8da472a69341aecc7a2daf241b4c414b 54ddab9dff910352aee24d2116279169aa48de43 3b92f76bc53659705dcd2e94f009a696713d5011 |
As this is a minor update, I guess we also want to backport this. I know that it includes a few patches that refactor the package, but I think its worth it... |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.11
git worktree add -d .worktree/backport-377623-to-release-24.11 origin/release-24.11
cd .worktree/backport-377623-to-release-24.11
git switch --create backport-377623-to-release-24.11
git cherry-pick -x 47082f6caae6176d8b486fcb30c7a0adc6f91e90 2db0ef3a8da472a69341aecc7a2daf241b4c414b 54ddab9dff910352aee24d2116279169aa48de43 3b92f76bc53659705dcd2e94f009a696713d5011 |
Hm, is there a bot for GitHub to automatically create Pull Requests or something instead of manually calling |
Yes there is: |
Fix : #377621
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/
)Add a 👍 reaction to pull requests you find important.