From 2e477f733585bd27d78bd04bf426235b4afd0a6d Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Mon, 4 Apr 2016 17:52:00 -0700 Subject: [PATCH] bump to Ubuntu-4.2.0-34.39 with the latest Rancher TCMU patches --- scripts/build-common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-common b/scripts/build-common index 1957b35..13ce852 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-30.36-rancher.tar.gz"} -: ${KERNEL_SHA1:="5a803c07a2c880161dcd37f9cccbfe7e0cf71784"} +: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.2.0-34.39-rancher.tar.gz"} +: ${KERNEL_SHA1:="e3b0cb607fda3993b3e55df379a87f20edad0559"} : ${ARTIFACTS:=$(pwd)/assets} : ${BUILD:=/usr/src} : ${CONFIG:=$(pwd)/config}