1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-16 14:58:15 +00:00

Ubuntu-4.2.0-10.12

This commit is contained in:
Ivan Mikushin
2015-09-21 23:49:08 +05:00
parent f8fc2b7d4d
commit 9e1c26bee8

View File

@@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
set -e set -e
: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-3.19.0-27.29.tar.gz"} : ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.2.0-10.12.tar.gz"}
: ${KERNEL_SHA1:="84b9bc53bbb4dd465b97ea54a71a9805e27ae4f2"} : ${KERNEL_SHA1:="0711163d97a787d33de7f0cf6c1a6a0934aabd75"}
: ${ARTIFACTS:=$(pwd)/assets} : ${ARTIFACTS:=$(pwd)/assets}
: ${BUILD:=/usr/src} : ${BUILD:=/usr/src}
: ${CONFIG:=$(pwd)/config} : ${CONFIG:=$(pwd)/config}