mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 03:21:43 +02:00
fix(coreos-base/coreos-installer): Set correct source path in repo.
Use local repo checkout instead of falling back to git-2.eclass, otherwise local development doesn't work.
This commit is contained in:
parent
1b493e4167
commit
4a3a8636e3
@ -5,6 +5,7 @@ EAPI="4"
|
||||
CROS_WORKON_COMMIT="fc7ed6285432bded9c784a749cae78bd0412324a"
|
||||
CROS_WORKON_PROJECT="coreos/installer"
|
||||
CROS_WORKON_LOCALNAME="installer"
|
||||
CROS_WORKON_LOCALDIR="src/platform"
|
||||
CROS_WORKON_OUTOFTREE_BUILD=1
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
EAPI="4"
|
||||
CROS_WORKON_PROJECT="coreos/installer"
|
||||
CROS_WORKON_LOCALNAME="installer"
|
||||
CROS_WORKON_LOCALDIR="src/platform"
|
||||
CROS_WORKON_OUTOFTREE_BUILD=1
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user