try to resolve issues with upstream ubuntu apt repo (again)
Change-Id: Ia2d104f9380448da9afeabccb295d0479222fb3c
diff --git a/packer/provision/baseline.sh b/packer/provision/baseline.sh
index e3947d6..6de1527 100644
--- a/packer/provision/baseline.sh
+++ b/packer/provision/baseline.sh
@@ -214,14 +214,14 @@
echo "---> Updating operating system"
- # Change made 2018-07-09 by zdw
- # per discussion on #lf-releng, the upstream Ubuntu image changed to be
- # missing add-apt-repository, so the next command failed.
- apt-get update -m
-
- # added 2019-09-20, sometimes upstream repos are broken w/this package, try to determine why
- apt-cache madison software-properties-common
- apt-get install -y software-properties-common
+ # remove these as the fix seems to be broken now? zdw, 2019-09-20
+ # # Change made 2018-07-09 by zdw
+ # # per discussion on #lf-releng, the upstream Ubuntu image changed to be
+ # # missing add-apt-repository, so the next command failed.
+ # apt-get update -m
+ # # added 2019-09-20, sometimes upstream repos are broken w/this package, try to determine why
+ # apt-cache madison software-properties-common
+ # apt-get install -y software-properties-common
# add additional repositories
add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"