Configure Ubuntu mirror 23/8623/2
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Mon, 2 Oct 2017 23:53:37 +0000 (18:53 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Mon, 2 Oct 2017 23:57:43 +0000 (18:57 -0500)
The Vexxhost mirror is causing build failures when updating security
repos.  This change to modify the mirror to point to a more stable
Ubuntu mirror.

Change-Id: I3772920808865800f970578f7769f9a719d3b9dc
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
jenkins-scripts/basic_settings.sh

index 0cebb2b..56ae20d 100755 (executable)
@@ -18,7 +18,7 @@ case "$(facter operatingsystem)" in
 #    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/} }' /etc/apt/sources.list
+    perl -pi -e 'unless(m{fd\.io}){ s{://[^/]+/}{://ca.archive.ubuntu.com/} }' /etc/apt/sources.list
     ;;
   *)
     # Do nothing on other distros for now