Bug 163982 - [MANTAINER UPDATE] sysutils/py-supervisor to 3.0a12
Summary: [MANTAINER UPDATE] sysutils/py-supervisor to 3.0a12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-10 10:10 UTC by hizel
Modified: 2012-01-10 11:32 UTC (History)
0 users

See Also:


Attachments
file.diff (4.98 KB, patch)
2012-01-10 10:10 UTC, hizel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hizel 2012-01-10 10:10:12 UTC
- The pid command in supervisorctl can now be used to retrieve the PIDs of child processes. See help pid. Patch by Gregory Wisniewski.
- Added a new host_node_name expansion that will be expanded to the value returned by Python's platform.node (see http://docs.python.org/library/platform.html#platform.node). Patch by Joseph Kondel.
- Fixed a bug in the web interface where pages over 64K would be truncated. Thanks to Drew Perttula and Timothy Jones for reporting this.
- Renamed README.txt to README.rst so GitHub renders the file as ReStructuredText.
- The XML-RPC server is now compatible with clients that do not send empty <params> when there are no parameters for the method call. Thanks to Johannes Becker for reporting this.
- Fixed supervisorctl --help output to show the correct program name.
- The behavior of the configuration options minfds and minprocs has changed. Previously, if a hard limit was less than minfds or minprocs, supervisord would unconditionally abort with an error. Now, supervisord will attempt to raise the hard limit. This may succeed if supervisord is run as root, otherwise the error is printed as before. Patch by Benoit Sigoure.
- Add a boolean program option killasgroup, defaulting to false, if true when resorting to send SIGKILL to stop/terminate the process send it to its whole process group instead to take care of possible children as well and not leave them behind. Patch by Samuele Pedroni.
- Environment variables may now be used in the configuration file for options that support string expansion. Patch by GitHub user "silver-".
- Fixed a race condition where supervisord might not act on a signal sent to it. Thanks to Adar Dembo for reporting the issue and supplying the initial patch.
- Updated the output of echo_supervisord_conf to fix typos and improve comments. Thanks to Jens Rantil for noticing these.

Fix: Patch attached with submission follows:
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-01-10 10:18:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 hizel 2012-01-10 10:29:10 UTC
it's me, ok :)

-- 
e-mail: hizel@vyborg.ru
jid: hizel@vyborg.ru
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-01-10 11:08:08 UTC
rm          2012-01-10 11:07:57 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/py-supervisor Makefile distinfo pkg-plist 
    sysutils/py-supervisor/files supervisord.in 
  Added files:
    sysutils/py-supervisor/files patch-supervisor_options.py 
  Removed files:
    sysutils/py-supervisor/files patch-src-supervisor-options.py 
  Log:
  - update to 3.0a12
  
  While i'm here, fix couple whitespace issues in rc-script.
  
  Changelog:
  http://www.mail-archive.com/supervisor-users@lists.supervisord.org/msg00794.html
  
  PR:             163982
  Submitted by:   Ildar Hizbulin <hizel at vyborg dot ru> (maintainer)
  
  Revision  Changes    Path
  1.6       +10 -3     ports/sysutils/py-supervisor/Makefile
  1.6       +2 -2      ports/sysutils/py-supervisor/distinfo
  1.3       +0 -14     ports/sysutils/py-supervisor/files/patch-src-supervisor-options.py (dead)
  1.1       +14 -0     ports/sysutils/py-supervisor/files/patch-supervisor_options.py (new)
  1.2       +9 -9      ports/sysutils/py-supervisor/files/supervisord.in
  1.3       +0 -6      ports/sysutils/py-supervisor/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-01-10 11:32:41 UTC
State Changed
From-To: open->closed

Committed, thank you! I also renamed patch file and fix couple of 
whitespaces in rc-script