GNOME Bugzilla – Bug 673847
express: Make use of 'distro' data from libosinfo
Last modified: 2016-03-31 14:02:02 UTC
Make use of 'distro' data from libosinfo.
Created attachment 211761 [details] [review] express: Make use of 'distro' data from libosinfo No need to hardcode each fedora version anymore.
Review of attachment 211761 [details] [review]: ack ::: src/media-manager.vala @@ +111,3 @@ return new FedoraInstaller.copy (media); + case "win": (I feel like "windows" would have been a more sensible "distro" name choice)
(In reply to comment #2) > ::: src/media-manager.vala > @@ +111,3 @@ > return new FedoraInstaller.copy (media); > > + case "win": > > (I feel like "windows" would have been a more sensible "distro" name choice) Agreed but you'll need to talk to danpb about this.
Attachment 211761 [details] pushed as 05049ff - express: Make use of 'distro' data from libosinfo