Update supervisor to 3.0b2 (latest version)

Asked by Zivago Lee

Hello,

Is there someone who can possibly upgrade supervisor to the most current stable version? I believe right now it is 3.0b2 and 3.0a8 is VERY old.. (released January 2010 - http://supervisord.org/installing.html).

Thanks,
Zivago

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu supervisor Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

I suggest you report a bug. If the bug and security fixes are significant it will be upgraded. Packages are not upgraded simply because they are 'old'

You may also find a PPA of someone who has packaged the newer version.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

What is the output of :

lsb_release -a; uname -a

Thanks

Revision history for this message
Zivago Lee (zivagolee) said :
#3

# lsb_release -a; uname -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.2 LTS
Release: 12.04
Codename: precise
Linux staging3 3.2.0-45-virtual #70-Ubuntu SMP Wed May 29 20:31:52 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

There are other issues with this package (name bug #609457). I did more of a search and looks like this PPA has the latest ver:

https://launchpad.net/~schooltool-owners/+archive/trunk/+packages

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#4

sudo add-apt-repository ppa:schooltool-owners/trunk
sudo apt-get update
sudo apt-get upgrade

Revision history for this message
Zivago Lee (zivagolee) said :
#5

Yes, this will work for now. At least I can get the current update with some of the much needed fixes.

Revision history for this message
Zivago Lee (zivagolee) said :
#6

Thanks actionparsnip, that solved my question.