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

Commit

Permalink
Use mantle/ignition versions which have the opt/org.flatcar-linux Ign…
Browse files Browse the repository at this point in the history
…ition var

The mantle and ignition build should always use vendoring because it's done
in a sandbox without internet access.
  • Loading branch information
pothos committed Sep 18, 2019
1 parent b45b6ba commit a5f3e5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions coreos-devel/mantle/mantle-9999.ebuild
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit a5f3e5d

Please sign in to comment.