[Bug 1690270] Re: enable-esm should also install ca-certificates
Andreas Hasenack
andreas at canonical.com
Wed Aug 2 14:39:46 UTC 2017
I did this verification while checking
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-
tools/+bug/1686183/comments/33. I'll reproduce it below.
To properly test this I configured apt to not install recommends by default, otherwise just by installing apt-transport-https we would already get ca-certificates. This was the local config change:
$ cat /etc/apt/apt.conf.d/no-recommends
APT::Install-Recommends "false";
Here are the results:
a) zesty:
Package from proposed:
*** 2 500
500 http://br.archive.ubuntu.com/ubuntu zesty-proposed/main amd64 Packages
ubuntu at zesty-ubuntu-advantage:~$ sudo ubuntu-advantage enable-esm <redacted>
Installing missing dependency apt-transport-https
Installing missing dependency ca-certificates
Running apt-get update...
(...)
b) xenial:
Package from proposed:
*** 2 500
500 http://br.archive.ubuntu.com/ubuntu xenial-proposed/main amd64 Packages
ubuntu at xenial-ubuntu-advantage:~$ sudo ubuntu-advantage enable-esm <redacted>
Installing missing dependency apt-transport-https
Installing missing dependency ca-certificates
Running apt-get update...
(...)
c) trusty:
Package from proposed:
*** 2 0
500 http://archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 Packages
ubuntu at trusty-ubuntu-advantage-1686183:~$ sudo ubuntu-advantage enable-esm <redacted>
Installing missing dependency apt-transport-https
Installing missing dependency ca-certificates
Running apt-get update...
(...)
** Tags removed: verification-needed-trusty
** Tags added: verification-done-trusty
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1690270
Title:
enable-esm should also install ca-certificates
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-advantage-script/+bug/1690270/+subscriptions
More information about the Ubuntu-server-bugs
mailing list