1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-20 01:34:41 +00:00

Merge pull request #35 from SvenDowideit/v0.7.1-release

v0.7.1 kernel source
This commit is contained in:
Sven Dowideit
2016-11-14 15:35:25 +10:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -12,5 +12,9 @@ ENV SHELL /bin/bash
ENV HOME ${DAPPER_SOURCE}
WORKDIR ${DAPPER_SOURCE}
ENV KERNEL_TAG=Ubuntu-4.4.0-47.68-rancher1
ENV KERNEL_URL=https://github.com/rancher/linux/archive/${KERNEL_TAG}.tar.gz
ENV KERNEL_SHA1=9e93ea7fc7acf9988572c1961a32ddc17e042b50
ENTRYPOINT ["./scripts/entry"]
CMD ["ci"]

View File

@@ -1,8 +1,6 @@
#!/bin/bash
set -e
: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.4.0-42.62-rancher1.tar.gz"}
: ${KERNEL_SHA1:="65cd630a6e8ebc5964427d62d4bc187eaee59f08"}
: ${ARTIFACTS:=$(pwd)/assets}
: ${BUILD:=/usr/src}
: ${CONFIG:=$(pwd)/config}