[Bug 915506] Re: juju-log and relation-set outputs {}

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

Title:
  juju-log and relation-set outputs {}

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/915506/+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 915506] Re: juju-log and relation-set outputs {}

2012-06-01 Thread Clint Byrum
Verified working in precise-proposed


root@ip-10-244-15-92:/var/lib/juju/units/mysql-0/charm# apt-cache policy juju
juju:
  Installed: 0.5+bzr531-0ubuntu1.1
  Candidate: 0.5+bzr531-0ubuntu1.1
  Version table:
 *** 0.5+bzr531-0ubuntu1.1 0
500 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ 
precise-proposed/universe amd64 Packages
100 /var/lib/dpkg/status
 0.5+bzr531-0ubuntu1 0
500 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ precise/universe 
amd64 Packages
root@ip-10-244-15-92:/var/lib/juju/units/mysql-0/charm# juju-log foo
root@ip-10-244-15-92:/var/lib/juju/units/mysql-0/charm# 


** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  juju-log and relation-set outputs {}

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/915506/+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 915506] Re: juju-log and relation-set outputs {}

2012-05-31 Thread Chris Halse Rogers
Hello Nick, 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/915506

Title:
  juju-log and relation-set outputs {}

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/915506/+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 915506] Re: juju-log and relation-set outputs {}

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

Title:
  juju-log and relation-set outputs {}

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/915506/+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 915506] Re: juju-log and relation-set outputs {}

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

Title:
  juju-log and relation-set outputs {}

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/915506/+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 915506] Re: juju-log and relation-set outputs {}

2012-05-15 Thread Clint Byrum
** Description changed:

+ == SRU Justification ==
+ 
+ === Impact ===
+ 
+ This causes some charms to have to add complex output control logic for
+ calling juju-log.
+ 
+ === Test Case ===
+ 
+ 1. juju bootstrap
+ 2. juju deploy --repository /usr/share/doc/juju/examples local:mysql
+ 3. juju debug-hooks mysql/0
+ 4. upon seeing the install window open, type 'juju-log foo'. Affected 
versions will show '{}', unaffected versions will return without printing 
anything.
+ 
+ === Dev Fix ===
+ 
+ This was fixed in upstream commit 534
+ 
+ === Regression Potential ===
+ 
+ Low. Charms *MIGHT* have been written in a way where not printing {}
+ would cause issues, but this is very unlikely and is easy to work
+ around.
+ 
+ == Original Bug Description ==
+ 
  using juju with lxc provider on oneiric.
  
  Enter debugging session on a unit with 'juju debug-hooks' and catch an event.
  At the console type 'juju-log test'
  The standard output receives a {}
  
  This is really anoying if you called juju-log within a function which
  standard output is important to you...

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

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

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

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

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

Title:
  juju-log and relation-set outputs {}

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