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
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>
1 year ago
..
distsign clientupdate/distsign: add ability to validate a binary that is already located on disk 1 year ago
clientupdate.go client/web, clientupdate, util/linuxfw, wgengine/magicsock: Use %v verb for errors 1 year ago
clientupdate_test.go clientupdate: add linux tarball updates (#9144) 1 year ago
clientupdate_windows.go cmd/tailscale/cli,clientupdate: extract new clientupdate package (#8827) 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