Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-28 | scripts: sweeping change to postpone log string formatting | martinko | |
2013-01-29 | scriptmgr: fix copy-paste error in full_path | Marko Kreen | |
2013-01-21 | scriptmgr: give -nH args to sudo | Marko Kreen | |
2013-01-20 | scriptmgr: fix ~ expansion | Marko Kreen | |
2013-01-18 | scriptmgr: user= support | Marko Kreen | |
Daemon sections can now have user= option. It makes scriptmgr launch (and kill) daemons with sudo -u $user. | |||
2012-07-25 | scripts/scriptmgr.py: status command can optionally be more selective | martinko | |
2012-07-24 | scripts/scriptmgr.py: added option for specifying service type | martinko | |
-t SVC, --type=SVC apply command to all jobs of this service type | |||
2011-11-08 | scripts/scriptmgr.py: added --wait option | martinko | |
The new option will make ScriptMgr to wait for all jobs to finish their processing. This applies to both "stop" and "restart" commands. Btw, restarting should be (much) faster now. | |||
2011-11-08 | scriptmgr.py: fix small logging bug | martinko | |
2011-09-07 | scripts/scriptmgr.py: ignoring stale pid files when starting scripts | martinko | |
2009-06-07 | pkgloader module to be able to coexist with 2.x | Marko Kreen | |
Use scheme that pygtk uses to support parallel installations: import pkgloader pkgloader.require('skytools', '3.0') import skytools This will allow keeping old module installed by default and new version is used only by request. | |||
2009-06-01 | python scripts: Move template config to docstring. | Asko Oja | |
* Template config is now in docstring to make to more easy to keep up-to-date. * dbscript: --ini option to show template config. | |||
2009-02-13 | scripts/ update, mostly from 2.1-stable | Marko Kreen | |
Some docsrting updates also. Dispatchers have not upgraded for cascading yet. | |||
2008-09-17 | - s/self.jobs/jobs/ in "reload" | Martin Pihlak | |
- fix "start" error message when job is already running | |||
2007-07-16 | scriptmgr: more error checking, dont die on user mistakes | Marko Kreen | |
2007-03-13 | final public releaseskytools_2_1 | Marko Kreen | |