tailscale/clientupdate
Aaron Klotz 7d60c19d7d clientupdate/distsign: add ability to validate a binary that is already located on disk
Our build system caches files locally and only updates them when something
changes. Since I need to integrate some distsign stuff into the build system
to validate our Windows 7 MSIs, I want to be able to check the cached copy
of a package before downloading a fresh copy from pkgs.

If the signature changes, then obviously the local copy is outdated and we
return an error, at which point we call Download to refresh the package.

Updates https://github.com/tailscale/corp/issues/14334

Signed-off-by: Aaron Klotz <aaron@tailscale.com>
2023-09-05 15:43:36 -06:00
..
distsign clientupdate/distsign: add ability to validate a binary that is already located on disk 2023-09-05 15:43:36 -06:00
clientupdate_test.go clientupdate: add linux tarball updates (#9144) 2023-08-30 17:25:06 -06:00
clientupdate_windows.go cmd/tailscale/cli,clientupdate: extract new clientupdate package (#8827) 2023-08-10 17:01:22 -07:00
clientupdate.go client/web, clientupdate, util/linuxfw, wgengine/magicsock: Use %v verb for errors 2023-09-02 14:06:48 -07:00
systemd_linux.go clientupdate: add linux tarball updates (#9144) 2023-08-30 17:25:06 -06:00
systemd_other.go clientupdate: add linux tarball updates (#9144) 2023-08-30 17:25:06 -06:00