From 8d275a40e1011587941c5e9b18f310bc9892eab1 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Tue, 1 Mar 2016 15:50:59 -0800 Subject: [PATCH] bump to Ubuntu-4.2.0-30.36 with the latest TCMU patches (rc2) --- scripts/build-common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-common b/scripts/build-common index e3345e4..1957b35 100644 --- a/scripts/build-common +++ b/scripts/build-common @@ -1,8 +1,8 @@ #!/bin/bash set -e -: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.2.0-28.33-rancher.tar.gz"} -: ${KERNEL_SHA1:="2cf7bf21f84570dc337bfa4eed43570a32e312a4"} +: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.2.0-30.36-rancher.tar.gz"} +: ${KERNEL_SHA1:="5a803c07a2c880161dcd37f9cccbfe7e0cf71784"} : ${ARTIFACTS:=$(pwd)/assets} : ${BUILD:=/usr/src} : ${CONFIG:=$(pwd)/config}