mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
bump(app-emulation/docker): v0.12
This commit is contained in:
parent
80d2ed899d
commit
e4c3f52d6e
@ -17,8 +17,8 @@ if [[ ${PV} == *9999 ]]; then
|
||||
DOCKER_GITCOMMIT="deadbee"
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="fb99f992c081a1d433c97c99ffb46d12693eeb76" # v0.11.1
|
||||
DOCKER_GITCOMMIT="fb99f99" # hack(philips): delete when an epatch isn't in use
|
||||
CROS_WORKON_COMMIT="14680bf724161785d164fd99de36e3eb03a823ef" # v0.12.0
|
||||
DOCKER_GITCOMMIT="14680bf"
|
||||
KEYWORDS="amd64"
|
||||
fi
|
||||
|
||||
@ -131,11 +131,6 @@ pkg_setup() {
|
||||
check_extra_config
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/daemon-ensure-the-var-lib-docker-dir-exists.patch
|
||||
epatch "${FILESDIR}"/fix-daemon-prepend-host-etc-hosts-instead-of-bind-mo.patch
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# hack(philips): to keep the git commit from being dirty
|
||||
mv .git .git.old
|
||||
|
Loading…
x
Reference in New Issue
Block a user