[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-08-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-advantage-tools - 2

---
ubuntu-advantage-tools (2) trusty; urgency=medium

  * ubuntu-advantage & /etc/update-motd.d/99-esm now build, run and are quiet
on non-precise release. (LP: #1686183)
  * Add simple dep8 tests.
  * Also install ca-certificates (LP: #1690270)

 -- David Britton   Fri, 30 Jun 2017
15:20:00 -0600

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-08-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-advantage-tools - 2

---
ubuntu-advantage-tools (2) trusty; urgency=medium

  * ubuntu-advantage & /etc/update-motd.d/99-esm now build, run and are quiet
on non-precise release. (LP: #1686183)
  * Add simple dep8 tests.
  * Also install ca-certificates (LP: #1690270)

 -- David Britton   Fri, 30 Jun 2017
15:20:00 -0600

** Changed in: ubuntu-advantage-tools (Ubuntu Zesty)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-08-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-advantage-tools - 2

---
ubuntu-advantage-tools (2) trusty; urgency=medium

  * ubuntu-advantage & /etc/update-motd.d/99-esm now build, run and are quiet
on non-precise release. (LP: #1686183)
  * Add simple dep8 tests.
  * Also install ca-certificates (LP: #1690270)

 -- David Britton   Fri, 30 Jun 2017
15:20:00 -0600

** Changed in: ubuntu-advantage-tools (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

** Changed in: ubuntu-advantage-tools (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-08-02 Thread Andreas Hasenack
** Tags added: verification-done-xenial verification-done-zesty

-- 
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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-08-02 Thread Andreas Hasenack
** Tags added: verification-done-xenial verification-done-zesty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-08-02 Thread Andreas Hasenack
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@zesty-ubuntu-advantage:~$ sudo ubuntu-advantage enable-esm 
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@xenial-ubuntu-advantage:~$ sudo ubuntu-advantage enable-esm 
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@trusty-ubuntu-advantage-1686183:~$ sudo ubuntu-advantage enable-esm 

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-08-02 Thread Steve Langasek
** Also affects: ubuntu-advantage-tools (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-advantage-tools (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-advantage-tools (Ubuntu Xenial)
   Status: New => Fix Committed

** Changed in: ubuntu-advantage-tools (Ubuntu Zesty)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-08-02 Thread Andreas Hasenack
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@zesty-ubuntu-advantage:~$ sudo ubuntu-advantage enable-esm 
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@xenial-ubuntu-advantage:~$ sudo ubuntu-advantage enable-esm 
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@trusty-ubuntu-advantage-1686183:~$ sudo ubuntu-advantage enable-esm 

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
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-07-28 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-advantage-tools - 2

---
ubuntu-advantage-tools (2) trusty; urgency=medium

  * ubuntu-advantage & /etc/update-motd.d/99-esm now build, run and are quiet
on non-precise release. (LP: #1686183)
  * Add simple dep8 tests.
  * Also install ca-certificates (LP: #1690270)

 -- David Britton   Fri, 30 Jun 2017
15:20:00 -0600

** Changed in: ubuntu-advantage-tools (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-07-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/ubuntu-advantage-
tools/trusty-proposed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-07-27 Thread Steve Langasek
Hello Steve, or anyone else affected,

Accepted ubuntu-advantage-tools into trusty-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/ubuntu-advantage-tools/2 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-trusty to verification-done-trusty. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-trusty. In either case, details of your
testing will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: ubuntu-advantage-tools (Ubuntu Trusty)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-06-30 Thread Bug Watch Updater
** Changed in: ubuntu-advantage-script
   Status: Unknown => Fix Released

** Changed in: ubuntu-advantage-script
   Importance: Medium => Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-06-30 Thread David Britton
** Changed in: ubuntu-advantage-script
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-06-30 Thread David Britton
** Changed in: ubuntu-advantage-tools (Ubuntu)
   Importance: Undecided => Medium

** Changed in: ubuntu-advantage-tools (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-06-30 Thread David Britton
** Changed in: ubuntu-advantage-tools (Ubuntu)
 Assignee: Canonical Server Team (canonical-server) => David Britton 
(davidpbritton)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-06-30 Thread David Britton
** Bug watch added: github.com/CanonicalLtd/ubuntu-advantage-script/issues #25
   https://github.com/CanonicalLtd/ubuntu-advantage-script/issues/25

** Also affects: ubuntu-advantage-script via
   https://github.com/CanonicalLtd/ubuntu-advantage-script/issues/25
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-05-17 Thread Joshua Powers
** Changed in: ubuntu-advantage-tools (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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/+source/ubuntu-advantage-tools/+bug/1690270/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1690270] Re: enable-esm should also install ca-certificates

2017-05-15 Thread Steve Langasek
On Mon, May 15, 2017 at 12:11:49PM -, Andreas Hasenack wrote:
> Shouldn't apt-transport-https have a dependency on ca-certificates?

No, because one might use apt-transport-https with a private https apt
source that you manage the certificates for yourself.

It should probably have a *recommends* on ca-certificates, but that still
would not guarantee enable-esm would work correctly on all systems (since
some admins disable recommends).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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/+source/ubuntu-advantage-tools/+bug/1690270/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-05-15 Thread Andreas Hasenack
Sorry, dependency*

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ubuntu-advantage-tools in Ubuntu.
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/+source/ubuntu-advantage-tools/+bug/1690270/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-05-15 Thread Andreas Hasenack
Shouldn't apt-transport-https have a dependenci on ca-certificates?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ubuntu-advantage-tools in Ubuntu.
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/+source/ubuntu-advantage-tools/+bug/1690270/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-05-15 Thread Andreas Hasenack
Shouldn't apt-transport-https have a dependenci on ca-certificates?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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/+source/ubuntu-advantage-tools/+bug/1690270/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1690270] Re: enable-esm should also install ca-certificates

2017-05-15 Thread Andreas Hasenack
Sorry, dependency*

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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/+source/ubuntu-advantage-tools/+bug/1690270/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs