Skip to content

Commit

Permalink
tmp: use WIP commits for coreos-init and bootengine for Hetzner OEM s…
Browse files Browse the repository at this point in the history
…upport
  • Loading branch information
apricote committed Apr 11, 2024
1 parent b0301fe commit 69a51eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
CROS_WORKON_PROJECT="flatcar/init"
CROS_WORKON_PROJECT="apricote/flatcar-init"
CROS_WORKON_LOCALNAME="init"
CROS_WORKON_REPO="https://github.com"

if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="32982439c691b6de6446f82b8713edb09451d97b" # flatcar-master
CROS_WORKON_COMMIT="f2ee8abbd3fe4b530dd41a80a7b8f80c148f7773" # hetzner
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
CROS_WORKON_PROJECT="flatcar/bootengine"
CROS_WORKON_PROJECT="apricote/flatcar-bootengine"
CROS_WORKON_LOCALNAME="bootengine"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_REPO="https://github.com"

if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="6c2fba412dbce9a011535a9e57332e1307072855" # flatcar-master
CROS_WORKON_COMMIT="aaa9580d77931c7a6880f18cdbabf57e92415ebb" # hetzner
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 69a51eb

Please sign in to comment.