mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
commit
355d0dc88c
@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
|
||||
EGIT_REPO_URI="https://${GITHUB_URI}.git"
|
||||
inherit git-r3
|
||||
else
|
||||
EGIT_COMMIT="03e5862ec0d8d3b3f750e19fca3ee367e13c090e"
|
||||
EGIT_COMMIT="aa8187dbd3b7ad67d8e5e3a15115d3eef43a7ed1"
|
||||
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 arm64"
|
||||
inherit vcs-snapshot
|
||||
|
@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
|
||||
DOCKER_GITCOMMIT="unknown"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="bd248c13a16ae08b9c3fa871a361c4177c9840ea" # coreos-1.13.0
|
||||
CROS_WORKON_COMMIT="092cba3727bb9b4a2f0e922cd6c0f93ea270e363" # coreos-1.13.1
|
||||
DOCKER_GITCOMMIT="${CROS_WORKON_COMMIT:0:7}"
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
@ -8,9 +8,9 @@ GITHUB_URI="github.com/opencontainers/runc"
|
||||
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
||||
COREOS_GO_VERSION="go1.6"
|
||||
# the commit of runc that docker uses.
|
||||
# see https://github.com/docker/docker/blob/v1.13.0/hack/dockerfile/binaries-commits#L4
|
||||
# see https://github.com/docker/docker/blob/v1.13.1/hack/dockerfile/binaries-commits#L6
|
||||
# Note: this commit is only really present in `docker/runc` in the 'docker/1.13.x' branch
|
||||
COMMIT_ID="2f7393a47307a16f8cee44a37b262e8b81021e3e"
|
||||
COMMIT_ID="9df8b306d01f59d3a8029be411de015b7304dd8f"
|
||||
|
||||
inherit eutils flag-o-matic coreos-go-depend vcs-snapshot
|
||||
|
Loading…
x
Reference in New Issue
Block a user