mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 19:42:15 +02:00
bump(coreos-base/coretest): Update to latest code, add live ebuild.
This increases our default timeout for the docker test to 60 seconds. Update to our current scheme of keeping everything in the live ebuild.
This commit is contained in:
parent
96a501156a
commit
8c7f9af2e6
@ -1 +0,0 @@
|
||||
coretest-0.0.1.ebuild
|
1
sdk_container/src/third_party/coreos-overlay/coreos-base/coretest/coretest-0.0.1-r2.ebuild
vendored
Symbolic link
1
sdk_container/src/third_party/coreos-overlay/coreos-base/coretest/coretest-0.0.1-r2.ebuild
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
coretest-9999.ebuild
|
@ -1,29 +0,0 @@
|
||||
#
|
||||
# $Header:$
|
||||
#
|
||||
|
||||
EAPI=4
|
||||
CROS_WORKON_COMMIT="000fa3a301fdfd04b3fe34e3a761285e5f7d12dd"
|
||||
CROS_WORKON_PROJECT="coreos/coretest"
|
||||
CROS_WORKON_LOCALNAME="coretest"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
inherit cros-workon
|
||||
|
||||
DESCRIPTION="Sanity tests for CoreOS"
|
||||
HOMEPAGE="https://github.com/coreos/coretest"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="APACHE"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-lang/go-1.1"
|
||||
|
||||
src_compile() {
|
||||
./build
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin "${S}/${PN}"
|
||||
}
|
34
sdk_container/src/third_party/coreos-overlay/coreos-base/coretest/coretest-9999.ebuild
vendored
Normal file
34
sdk_container/src/third_party/coreos-overlay/coreos-base/coretest/coretest-9999.ebuild
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright (c) 2014 The CoreOS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
CROS_WORKON_PROJECT="coreos/coretest"
|
||||
CROS_WORKON_LOCALNAME="coretest"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="daf0a79a981fd6912bad81978f15461f5e161f11"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
fi
|
||||
|
||||
inherit cros-workon
|
||||
|
||||
DESCRIPTION="Sanity tests for CoreOS"
|
||||
HOMEPAGE="https://github.com/coreos/coretest"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-lang/go-1.1"
|
||||
|
||||
src_compile() {
|
||||
./build || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin "${S}/${PN}"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user