Merge pull request #322 from oremj/bump_coretest

coretest: bump ref and drop service file.
This commit is contained in:
polvi 2014-01-23 17:26:06 -08:00
commit b4536ddb2a
2 changed files with 3 additions and 4 deletions

View File

@ -0,0 +1 @@
coretest-0.0.1.ebuild

View File

@ -3,11 +3,11 @@
# #
EAPI=4 EAPI=4
CROS_WORKON_COMMIT="v0.0.1" CROS_WORKON_COMMIT="000fa3a301fdfd04b3fe34e3a761285e5f7d12dd"
CROS_WORKON_PROJECT="coreos/coretest" CROS_WORKON_PROJECT="coreos/coretest"
CROS_WORKON_LOCALNAME="coretest" CROS_WORKON_LOCALNAME="coretest"
CROS_WORKON_REPO="git://github.com" CROS_WORKON_REPO="git://github.com"
inherit cros-workon systemd inherit cros-workon
DESCRIPTION="Sanity tests for CoreOS" DESCRIPTION="Sanity tests for CoreOS"
HOMEPAGE="https://github.com/coreos/coretest" HOMEPAGE="https://github.com/coreos/coretest"
@ -26,6 +26,4 @@ src_compile() {
src_install() { src_install() {
dobin "${S}/${PN}" dobin "${S}/${PN}"
systemd_dounit "${S}/misc/coretest.service"
} }