-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 01/14/2011 10:42 AM, Timothy Jones wrote: > Good morning... over the past couple days, I've been excitedly > configuring a bunch of programs to run under supervisord on my Debian > Squeeze laptop, and things have been working VERY WELL! Great job! > > However, it's time to test it on our system test server (RHEL 5.5), > to which I do NOT have root access. I can't list the contents of the > RHN repository as non-root, but in the CentOS repo, I don't see any > rpms for supervisord (or medusa or meld3). > > Does there happen to be an RPM repo for RHEL that has a recent > supervisor.rpm in it? Or am I going to have to build all of this > myself into a non-system $PYTHONPATH location?
You should be able to build such an RPM using 'bdist_rpm':' $ cd /tmp $ tar xzf ~/tarballs/supervisor-3.0a9.tar.gz $ cd supervisor-3.0a9 $ /path/to/python setup.py bdist_rpm ... $ ls -laF dist/ supervisor-3.0a9-1.noarch.rpm supervisor-3.0a9.tar.gz supervisor-3.0a9-1.src.rpm $ rpm -qilp dist/supervisor-3.0a9-1.noarch.rpm Name : supervisor Relocations: /usr Version : 3.0a9 Vendor: Chris McDonough <[email protected]> Release : 1 Build Date: Fri 14 Jan 2011 02:17:14 PM EST Install Date: (not installed) Build Host: scout Group : Development/Libraries Source RPM: supervisor-3.0a9-1.src.rpm Size : 2419236 License: BSD-derived (http://www.repoze.org/LICENSE.txt) Signature : (none) URL : http://supervisord.org/ Summary : A system for controlling process state under UNIX Description : Supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems. /usr/local/bin/echo_supervisord_conf /usr/local/bin/pidproxy /usr/local/bin/supervisorctl /usr/local/bin/supervisord ... Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [email protected] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0wok8ACgkQ+gerLs4ltQ61VACeIRWF6exkfX5NJpniN46qkaZH aw0An35hqimywStsHQ3ttNBz9CutxyU6 =HRay -----END PGP SIGNATURE----- _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
