(no title)
Goopplesoft | 8 years ago
It isn't obvious to me how that is dramatically different from traditional package managers as far as the update process goes. Upgrading decencies seems like a generally active and involved process as far as most package managers I've seen go.
pip/apt/npm/go-get/glide/yum/nixos etc all require you to actively discover and upgrade your dependencies and I've never been prompted to upgrade a package from any of the programs (a few do ask if you actively engage special subcommands on CLI e.g apt list --upgrade). Unattended-upgrades might be close but you can really only enable that on security releases and most package managers don't have the resources to setup special distros (and fewer backport security fixes).
So is the pain really just not having a quick upgrade cli and is that dramatically different from going to a github page and getting the new URL for a new binary? Would something as simple as writing a script to list and download versions of binaries from github releases make this a non issue?
sambe|8 years ago
timlyo|8 years ago
https://nixos.org/nixos/manual/#idm140737316798064
jhasse|8 years ago
Also: an update prompt which you get on Ubuntu, is still better than nothing.
rekado|8 years ago
Guix has updater programmes for various kinds of origins to discover updates.