mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
Merge pull request #1177 from crawford/rocket
app-emulation/rkt: update rkt
This commit is contained in:
commit
1c5ce8634f
1
sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-0.5.3.ebuild
vendored
Symbolic link
1
sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-0.5.3.ebuild
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
rkt-9999.ebuild
|
@ -2,37 +2,37 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
CROS_WORKON_PROJECT="coreos/rocket"
|
||||
CROS_WORKON_LOCALNAME="rocket"
|
||||
CROS_WORKON_PROJECT="coreos/rkt"
|
||||
CROS_WORKON_LOCALNAME="rkt"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
inherit cros-workon
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="258f946e3c85918e2dbf1920ae3c2bfe64ab2a14" # v0.4.1
|
||||
CROS_WORKON_COMMIT="a8afce77b694ea7e4923dd04bae680da8fb34ec6" # v0.5.3
|
||||
KEYWORDS="amd64"
|
||||
fi
|
||||
|
||||
# Must be in sync with stage1/rootfs/usr/cache.sh
|
||||
# Must be in sync with stage1/rootfs/usr_from_coreos/cache.sh
|
||||
IMG_RELEASE="444.5.0"
|
||||
IMG_URL="http://stable.release.core-os.net/amd64-usr/${IMG_RELEASE}/coreos_production_pxe_image.cpio.gz"
|
||||
|
||||
DESCRIPTION="rocket"
|
||||
HOMEPAGE="https://github.com/coreos/rocket"
|
||||
DESCRIPTION="App Container runtime"
|
||||
HOMEPAGE="https://github.com/coreos/rkt"
|
||||
SRC_URI="${IMG_URL} -> pxe-${IMG_RELEASE}.img"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-lang/go-1.2
|
||||
DEPEND=">=dev-lang/go-1.3
|
||||
app-arch/cpio
|
||||
sys-fs/squashfs-tools"
|
||||
RDEPEND=""
|
||||
|
||||
src_unpack() {
|
||||
local cache="${S}/stage1/rootfs/usr/cache"
|
||||
local cache="${S}/stage1/rootfs/usr_from_coreos/cache"
|
||||
|
||||
cros-workon_src_unpack
|
||||
|
@ -1 +0,0 @@
|
||||
rocket-9999.ebuild
|
1
sdk_container/src/third_party/coreos-overlay/profiles/updates/2Q-2015
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/profiles/updates/2Q-2015
vendored
Normal file
@ -0,0 +1 @@
|
||||
move app-emulation/rocket app-emulation/rkt
|
Loading…
x
Reference in New Issue
Block a user