[Bug 993034] Re: lxc deployed units don't support https APT repositories

2012-07-09 Thread Launchpad Bug Tracker
This bug was fixed in the package juju - 0.5+bzr531-0ubuntu1.2

---
juju (0.5+bzr531-0ubuntu1.2) precise-proposed; urgency=low

  * d/p/upstream-541-542.patch: fix shell script to make proposed work
for local provider. (LP: #1007657)

juju (0.5+bzr531-0ubuntu1.1) precise-proposed; urgency=low

  * d/p/upstream-532.patch: use proper whitespace separation in
relation-ids. (LP: #988065)
  * d/p/upstream-533.patch: workaround to suppress Zookeeper logging
which goes out of control in local provider on Reboot.(LP: #958312)
  * d/p/upstream-534.patch: fix to stop juju-log and relation-set commands
outputting {} to stdout, which can break some programs and makes it
difficult to use them in a debug-hooks session. (LP: #915506)
  * d/p/upstream-537.patch: make HTTPS apt sources usable inside local
provider. (LP: #993034)
  * d/p/upstream-538.patch: Add support to install juju from proposed
pocket to test proposed SRU's. (LP: #926550)
 -- Clint Byrum cl...@ubuntu.com   Mon, 18 Jun 2012 14:00:56 -0700

** Changed in: juju (Ubuntu Precise)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju in Ubuntu.
https://bugs.launchpad.net/bugs/993034

Title:
  lxc deployed units don't support https APT repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/993034/+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 993034] Re: lxc deployed units don't support https APT repositories

2012-06-26 Thread James Page
** Changed in: juju (Ubuntu Precise)
Milestone: None = ubuntu-12.04.1

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju in Ubuntu.
https://bugs.launchpad.net/bugs/993034

Title:
  lxc deployed units don't support https APT repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/993034/+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 993034] Re: lxc deployed units don't support https APT repositories

2012-06-01 Thread Clint Byrum
Cannot test this one as it is blocked on upstream bug #1007657. A fix is
pending, and will need to be pushed into precise-proposed before this
can be verified.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju in Ubuntu.
https://bugs.launchpad.net/bugs/993034

Title:
  lxc deployed units don't support https APT repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/993034/+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 993034] Re: lxc deployed units don't support https APT repositories

2012-05-31 Thread Chris Halse Rogers
Hello Thomas, or anyone else affected,

Accepted juju into precise-proposed. The package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: juju (Ubuntu Precise)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju in Ubuntu.
https://bugs.launchpad.net/bugs/993034

Title:
  lxc deployed units don't support https APT repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/993034/+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 993034] Re: lxc deployed units don't support https APT repositories

2012-05-31 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/juju

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju in Ubuntu.
https://bugs.launchpad.net/bugs/993034

Title:
  lxc deployed units don't support https APT repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/993034/+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 993034] Re: lxc deployed units don't support https APT repositories

2012-05-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/precise/juju/testing-time

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju in Ubuntu.
https://bugs.launchpad.net/bugs/993034

Title:
  lxc deployed units don't support https APT repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/993034/+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 993034] Re: lxc deployed units don't support https APT repositories

2012-05-29 Thread Clint Byrum
** Also affects: juju (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: juju (Ubuntu)
   Status: New = Triaged

** Changed in: juju (Ubuntu)
   Importance: Undecided = Medium

** Also affects: juju (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Description changed:

+ [Impact]
+ Charms written to use https based APT sources (such as private PPA's) will 
fail on the local provider because of the required connection through 
apt-cacher-ng.
+ 
+ [Dev Fix]
+ apt should be configured not to proxy HTTPS based sources through 
apt-cacher-ng
+ 
+ [Stable Fix]
+ Backport of the dev fix.
+ 
+ [Test Case]
+ 1. Create a charm whic adds an HTTPS based APT source with a valid 
certificate.
+ 2. Deploy said charm in a 'type: local' environment.
+ 3. Affected juju will fail with a 'PROXY CONNECT' error. Fixed juju will 
succeed.
+ 
+ [Regression Potential]
+ Very low. Fix has been upstream for some time. Very simple change, and any 
regression would be contained to apt use of HTTPS urls in local provider, which 
seems to have been totally broken as well.
+ 
+  Original Bug Description 
+ 
  I tried to use a repository over HTTPS in a charm testing locally, and
  it was failing with a PROXY CONNECT error. It seems we try to use apt-
  cacher-ng for it and it doesn't work.
  
  Adding Acquire::https { Proxy false; }; to /etc/apt/apt.conf.d/02juju-
  apt-proxy (done in ./juju/lib/lxc/data/juju-create) seems to fix the
  issue.

** Changed in: juju (Ubuntu Precise)
   Status: New = Triaged

** Changed in: juju (Ubuntu Precise)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju in Ubuntu.
https://bugs.launchpad.net/bugs/993034

Title:
  lxc deployed units don't support https APT repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/993034/+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 993034] Re: lxc deployed units don't support https APT repositories

2012-05-29 Thread Launchpad Bug Tracker
This bug was fixed in the package juju - 0.5+bzr538-0ubuntu1

---
juju (0.5+bzr538-0ubuntu1) quantal; urgency=low

  * New upstream snapshot (LP: #993034, LP: #926550)
 -- Clint Byrum cl...@ubuntu.com   Tue, 29 May 2012 22:36:40 -0700

** Changed in: juju (Ubuntu)
   Status: Triaged = Fix Released

** Branch linked: lp:ubuntu/juju

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju in Ubuntu.
https://bugs.launchpad.net/bugs/993034

Title:
  lxc deployed units don't support https APT repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/993034/+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