|
Changes,
* Use [SPDX licenses] headers and name.
In SPDX, the license name is "Apache-2.0" not "Apache.
There are inconsistent copyright text "Google Inc." and "Google LLC",
in some files, so we choose "Google LLC" instead.
* Build without CGO (CGO_ENABLED=0).
This require removal of "-ldflags=-linkmode=external" option in GOFLAGS.
* Use explicit install command instead of "*".
* Install and enable the new gce-workload-cert-refresh binary and
systemd timer.
* Remove unneeded systemd preset from package.
* Add Makefile for common tasks
[SPDX licenses]: https://rfc.archlinux.page/0016-spdx-license-identifiers/
|