You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/clientupdate
Andrew Lytvynov 593c086866
clientupdate: distinguish when auto-updates are possible (#9896)
clientupdate.Updater will have a non-nil Update func in a few cases
where it doesn't actually perform an update:
* on Arch-like distros, where it prints instructions on how to update
* on macOS app store version, where it opens the app store page

Add a new clientupdate.Arguments field to cause NewUpdater to fail when
we hit one of these cases. This results in c2n updates being "not
supported" and `tailscale set --auto-update` returning an error.

Updates #755

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
1 year ago
..
distsign clientupdate/distsign: add new prod root signing key to keychain 1 year ago
clientupdate.go clientupdate: distinguish when auto-updates are possible (#9896) 1 year ago
clientupdate_test.go clientupdate: change Mac App Store support (#9891) 1 year ago
clientupdate_windows.go clientupdate: manually restart Windows GUI after update (#9906) 1 year ago
systemd_linux.go clientupdate: add linux tarball updates (#9144) 1 year ago
systemd_other.go clientupdate: add linux tarball updates (#9144) 1 year ago