-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
gnome3.updateScript: Add freeze functionality #85968
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
Conversation
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 great, could you run find-latest-version.py
through black
?
3f1b793
to
51c2e73
Compare
51c2e73
to
350dc80
Compare
Cool. So now we get an |
libgudev? |
Yes, that attribute gives out of bounds because its version |
350dc80
to
372393f
Compare
On stable releases, we will want to change the freeze parameter in pkgs/desktops/gnome-3/update.nix to true to limit the gnome update script to only bump patch versions.
372393f
to
b0a2fb1
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.
I ran update.nix on gnome3
attribute on master
without frozen without a problem ✔️
I ran update.nix on gnome3
attribute on release-20.03
without a problem,
and packages were updated in the proper bound ✔️
Motivation for this change
On stable releases, we will want to change the freeze parameter in
pkgs/desktops/gnome-3/update.nix
to true to limit the gnome update script to only bump patch versions.Things done
release-20.03
branch withfreeze = true
cc @worldofpeace @hedning