-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
morgen: 3.5.9 -> 3.6.6 #367347
base: master
Are you sure you want to change the base?
morgen: 3.5.9 -> 3.6.6 #367347
Conversation
You made the nix expression invalid. Check the CI pipeline, after proposing the change, if it fails fix it! If your confident, that your changes are ready to be merged contact the maintainers of the package (here: justanotherariel, see meta section of the file you edited...) And again: Do not create a new pr for each version bump because a new patch has been released, simply update your pr. |
Thank you! I fixed and tested the changes locally. I'll keep an eye on the checks.
Thanks, that's helpful because it gives me agency. If all the tests pass, I'll reach out to them. |
}; | ||
|
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Looks good so far, ofborg will take very long time to finish, but your change looks good. If you tested it locally and it all still works (which is the case usually for simple patch updates) you can ping the maintainer to check it too. |
Line re-introduced :-)
Thanks for the information. I'm learning a lot! But if that's the case, shouldn't I just move the whole thing to |
Yea, I planned doing that at some point but didn't get to it. Sorry for the late reply - things have been very busy lately. Seems like something broke in the auto update script... that needs fixing too, then ryantm will take care of creating these PRs. |
And you can (and should) test your chages in nixpkgs by checking out the repository/branch, and then executing |
No worries about a late reply. This is volunteer work. I must admit the process here is confusing to me, but I am just trying to be helpful. I did test it locally. That's the version I'm running now. I believe the trailing whitespace was fixed after I addressed the comment from @felbinger |
Branch has been updated with latest version of Morgen, 3.6.6 |
Please rebase, merge commits aren't allowed!
|
|
Turns out that rebasing was a pretty poor strategy. It added a ton of partial or unresolved commits. Which surprises me, because I would assume nixpkgs commit history shouldn't contain that kind of discrepancies. Do you know why that's the case? Anyway, I reset to |
Upgrades Morgen from 3.5.9 to 3.6.6
This is a follow-up of #361802
I tried making the PR as skimmable and easy-to-process as possible. I would love to hear how I can make the process easier on the maintainers. Thank you for the work you're doing here!
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.