coreos-devel/kola-data: support data for testing with old docker

This commit is contained in:
Joe Bowers 2016-10-28 10:29:53 -07:00
parent 066bce27eb
commit ba406a810e
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST docker-1.9.1.tgz 8386688 SHA256 6a095ccfd095b1283420563bd315263fa40015f1cee265de023efef144c7e52d SHA512 64356340adb4c411184a4a4e76a4157c7557693845453cb01e10c56b48ef677d6703c282a052be9dae4e4ff9c244989a2ff724c19d06dc583de53a80c46d9868 WHIRLPOOL 5119a235accfca1bf93ddaa19380ba86fbeef4fa736db5ab90cc67c7c5a206589bfa7cb61368eec0f791df11d305cd91425f0a4f7e7ae726ecd7572139a3eb88

View File

@ -0,0 +1 @@
kola-data-9999.ebuild

View File

@ -0,0 +1,21 @@
# Copyright 2016 CoreOS, Inc
# Distributed under the terms of the GNU General Public License v2
EAPI=6
KEYWORDS="amd64"
DESCRIPTION="Binary assets for use in kola tests"
HOMEPAGE="https://github.com/coreos/mantle"
LICENSE="Apache"
SRC_URI="https://get.docker.com/builds/Linux/x86_64/docker-1.9.1.tgz"
SLOT="0"
QA_PREBUILT="usr/lib/kola/amd64/docker-1.9.1"
S="${WORKDIR}"
src_install() {
exeinto /usr/lib/kola/amd64
newexe usr/local/bin/docker docker-1.9.1
}