GNOME Bugzilla – Bug 765823
Add a simple way (dconf key?) to enable upgrades to unstable releases
Last modified: 2016-06-28 08:51:43 UTC
This is re the new graphical OS upgrade support feature: https://blogs.gnome.org/hughsie/2016/04/20/upgrading-fedora-23-to-24-using-gnome-software/ It would be useful for testing if there were a simple way to enable upgrades to development releases (i.e. easier than hand-editing a JSON file). Perhaps a dconf key would be good enough? Or a tweak-tool setting backed by a dconf key, or something like that. Filing this ticket per discussion at this week's QA meeting.
commit 7d1bf2a9438a0ce5982ffb7090ed0a467cb3dd40 Author: Richard Hughes <richard@hughsie.com> Date: Tue Jun 28 09:50:11 2016 +0100 Add a GSettings key for allowing upgrading to pre-release distro versions Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=765823 To use, just do: `gsettings set org.gnome.software upgrade-allow-prerelease true`