app-admin/mayday: Point to flatcar-master and use Go Modules

Pulls in
https://github.com/flatcar-linux/mayday/pull/7
https://github.com/flatcar-linux/mayday/pull/6
https://github.com/flatcar-linux/mayday/pull/4
to include pstore files and the journalctl output in the tar ball
by default, and also use Go Modules to build.
This commit is contained in:
Kai Lüke 2020-03-30 15:33:53 +02:00
parent b0e3361da7
commit 6537cdf2e9
3 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ inherit coreos-go cros-workon
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="a1fafd6bcaab8fd035a081afb4a47ba21c6864ee" # flatcar-master CROS_WORKON_COMMIT="b2b1b3cb6beed130454b3fb04b45a020997a9edd" # flatcar-master
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi
@ -24,7 +24,7 @@ SLOT="0"
IUSE="" IUSE=""
src_compile() { src_compile() {
go_build "${COREOS_GO_PACKAGE}" COREOS_GO_MOD=vendor go_build "${COREOS_GO_PACKAGE}"
} }
src_install() { src_install() {