Here are the versions I'm using.
$ ls -l ./pythonlibs/source_tarballs/
-rw-rw-rw- 1 tim tim 39788 Mar 28 14:37 meld3-0.6.5.tar.gz
-rw-rw-rw- 1 tim tim 332203 Mar 28 14:37 setuptools-0.6c9-py2.4.egg
-rw-rw-rw- 1 tim tim 20001 Mar 28 14:37 superlance-0.5.tar.gz
-rw-rw-rw- 1 tim tim 414131 Mar 28 14:37 supervisor-3.0a9.tar.gz


Here are some relevant excerpts from my build script... (not the whole thing, 
of course).

BUILD_AREA=$VPA_HOME/pythonlibs/build

rm -rf $BUILD_AREA
mkdir $BUILD_AREA
cd $BUILD_AREA

echo  --------------------------------------------------------------------------
echo installing python-meld3
rm -rf meld3-0.6.5
(tar xzf $VPA_HOME/pythonlibs/source_tarballs/meld3-0.6.5.tar.gz && cd 
meld3-0.6.5 &&  python setup.py build -b $BUILD_AREA ) 2>&1 > 
/tmp/.vpa-compile-python-meld3.$LOGNAME.txt

echo  --------------------------------------------------------------------------
echo installing supervisor-3.0a9
cd $BUILD_AREA
rm -rf supervisor-3.0a9

(tar xzf $VPA_HOME/pythonlibs/source_tarballs/supervisor-3.0a9.tar.gz && \
echo build area follows... ; ls -l && \
cd supervisor-3.0a9/src && \
echo applying supervisord_patch_use_poll_in_place_of_select.diff && \
#patch -c -p1 -i 
$VPA_HOME/pythonlibs/source_tarballs/supervisord_patch_use_poll_in_place_of_select.diff
 && \
cd .. && \
python setup.py build -b $BUILD_AREA ) 2>&1 > 
/tmp/.vpa-compile-python-supervisor.$LOGNAME.txt

echo  --------------------------------------------------------------------------
echo installing superlance-0.5

cd $BUILD_AREA
rm -rf superlance-0.5
(tar xzf $VPA_HOME/pythonlibs/source_tarballs/superlance-0.5.tar.gz && cp 
../source_tarballs/setuptools-0.6c9-py2.4.egg superlance-0.5 && cd 
superlance-0.5 && python setup.py build -b $BUILD_AREA ) 2>&1 > 
/tmp/.vpa-compile-python-superlance.$LOGNAME.txt



Hope this helps.
From: Randy Kleinman [mailto:[email protected]]
Sent: Wednesday, April 03, 2013 12:40 PM
To: Timothy Jones
Cc: [email protected]
Subject: Re: [Supervisor-users] Supervisor 2 Docs

Any build from source instructions?

On Wed, Apr 3, 2013 at 11:34 AM, Timothy Jones 
<[email protected]<mailto:[email protected]>> wrote:
We're stuck on RHEL 5.5 too, but we're building Supervisor 3.08a from source 
with no problems.  We've been using it production for about 2 years.



tlj

From: 
[email protected]<mailto:[email protected]>
 
[mailto:[email protected]<mailto:[email protected]>]
 On Behalf Of Randy Kleinman
Sent: Wednesday, April 03, 2013 12:28 PM
To: 
[email protected]<mailto:[email protected]>
Subject: [Supervisor-users] Supervisor 2 Docs

Is there anyone that can provide me with the docs for supervisor 2.1? I am 
stuck with RHEL/CentOS 5 and the EPEL RPM for Supervisor is the following:

Installed Packages
Name       : supervisor
Arch       : noarch
Version    : 2.1
Release    : 3.el5
Size       : 1.4 M
Repo       : installed
Summary    : A System for Allowing the Control of Process State on UNIX
URL        : http://www.plope.com/software/supervisor2/
License    : ZPL/BSD
Description: The supervisor is a client/server system that allows its users to 
control a
           : number of processes on UNIX-like operating systems.


I would really really like to see the docs since all off the docs (even from 
the wayback machine) are for Supervisor 3+.

Thanks!

_______________________________________________
Supervisor-users mailing list
[email protected]
https://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to