diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-13 16:05:07 -0800 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-13 16:05:07 -0800 |
commit | c7cd75f2a3eb4c7b3730f33692650dca2b17a4b5 (patch) | |
tree | 4ad0151a8330946470c1757336b14e41c1d39a96 /jenkins-scripts | |
parent | 48a978996e5af71257b35cfdf1006d1abad09097 (diff) |
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 <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jenkins-scripts')
-rwxr-xr-x | jenkins-scripts/basic_settings.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |