From 6c9cd202f0366274b630713f87eaf9d0e078d525 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Wed, 1 Feb 2017 15:27:10 -0600 Subject: Remove Ubuntu mirror Reverting https://gerrit.fd.io/r/#/c/4988/ due to broken builds. We'll submit a new change to configure the mirror once it's been properly tested. Change-Id: Ice894d9c1c48b5a11f45e5e80523dd1ac6e410a1 Signed-off-by: Vanessa Rene Valderrama --- jenkins-scripts/basic_settings.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'jenkins-scripts') diff --git a/jenkins-scripts/basic_settings.sh b/jenkins-scripts/basic_settings.sh index 7c44d3610..37ca057d0 100755 --- a/jenkins-scripts/basic_settings.sh +++ b/jenkins-scripts/basic_settings.sh @@ -17,9 +17,6 @@ case "$(facter operatingsystem)" in # attach to the fd.io.dev apt repo echo 'deb http://nexus.fd.io/content/repositories/fd.io.dev/ ./' >> /etc/apt/sources.list - - # Configure Ubuntu mirror - perl -pi -e 'unless(m{(security|fd\.io)}){ s{://[^/]+/}{://ca.archive.ubuntu.com/ubuntu/ } }' /etc/apt/sources.list ;; *) # Do nothing on other distros for now -- cgit 1.2.3-korg