Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Use mantle/ignition versions which have the opt/org.flatcar-linux Ignition variable #77

Merged
merged 1 commit into from Sep 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions coreos-devel/mantle/mantle-9999.ebuild
Expand Up @@ -6,12 +6,12 @@ CROS_WORKON_PROJECT="flatcar-linux/mantle"
CROS_WORKON_LOCALNAME="mantle"
CROS_WORKON_REPO="git://github.com"
COREOS_GO_PACKAGE="github.com/coreos/mantle"
COREOS_GO_MOD="vendor"

if [[ "${PV}" == 9999 ]]; then
COREOS_GO_MOD="vendor"
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="e7983fc86fae0b77e24611c6f96da3765dc81d1d" # v0.12.0
CROS_WORKON_COMMIT="54ee38b425c6f493232cc75be003bbee50148504" # v0.13.0+54ee38b
KEYWORDS="amd64 arm64"
fi

Expand Down
2 changes: 1 addition & 1 deletion sys-apps/ignition/ignition-9999.ebuild
Expand Up @@ -11,7 +11,7 @@ inherit coreos-go cros-workon systemd udev
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="c65e95cdaecd7268e1d345c804557a1990a66314" # tag v0.33.0
CROS_WORKON_COMMIT="cf4f871aec3c1b9d429e5703fb4feab25ea14fd5" # tag v0.33.0
KEYWORDS="amd64 arm64"
fi

Expand Down