From c7cd75f2a3eb4c7b3730f33692650dca2b17a4b5 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 13 Feb 2017 16:05:07 -0800 Subject: Bring in fail build and stomp on Ubuntu auto-up Bring in changes to fail the build if something does not properly install or has an error during the build. Also, forcibly disable and mask out the apt-daily service and timer on Ubuntu 16.04 and hopefully destroy any cron related to it for 14.04 Change-Id: I301d9c696c3d166ecece8060d415dd931d446335 Signed-off-by: Andrew Grimberg --- jenkins-scripts/basic_settings.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'jenkins-scripts/basic_settings.sh') diff --git a/jenkins-scripts/basic_settings.sh b/jenkins-scripts/basic_settings.sh index 09563cd59..ed3743925 100755 --- a/jenkins-scripts/basic_settings.sh +++ b/jenkins-scripts/basic_settings.sh @@ -19,7 +19,6 @@ case "$(facter operatingsystem)" in # Configure Ubuntu mirror perl -pi -e 'unless(m{(security|fd\.io)}){ s{://[^/]+/}{://ca.archive.ubuntu.com/} }' /etc/apt/sources.list - apt-get update ;; *) # Do nothing on other distros for now -- cgit 1.2.3-korg