From 1e5b46e4d20c47b3d726a5b99f6343df229f481c Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Thu, 4 Feb 2016 11:51:50 -0800 Subject: [PATCH] app-emulation/rkt: v1.0.0 --- .../coreos-overlay/app-emulation/rkt/rkt-1.0.0.ebuild | 1 + .../coreos-overlay/app-emulation/rkt/rkt-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.0.0.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.0.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.0.0.ebuild new file mode 120000 index 0000000000..e476440198 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.0.0.ebuild @@ -0,0 +1 @@ +rkt-9999.ebuild \ No newline at end of file diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild index 50e48774e9..35ae75113c 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild @@ -18,7 +18,7 @@ if [[ "${PV}" == "9999" ]]; then KEYWORDS="~amd64" else KEYWORDS="amd64" - CROS_WORKON_COMMIT="c742464af051aa7075819278ca8c30f701e2cf9c" # v0.16.0 + CROS_WORKON_COMMIT="1ddc36601c8688ff207210bc9ecbf973d09573fa" # v1.0.0 fi PXE_VERSION="794.1.0"