Remove Ubuntu mirror 89/4989/1
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 1 Feb 2017 21:27:10 +0000 (15:27 -0600)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 1 Feb 2017 21:27:10 +0000 (15:27 -0600)
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 <vvalderrama@linuxfoundation.org>
jenkins-scripts/basic_settings.sh

index 7c44d36..37ca057 100755 (executable)
@@ -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