summaryrefslogtreecommitdiff
path: root/boto/pyami/scriptbase.py
Commit message (Expand)AuthorAgeFilesLines
* pyami module: tidy up to meet PEP8 betterFelix Yan2014-07-291-4/+3
* Whitespace removal.Daniel Lindsley2013-12-181-1/+1
* Switched all classes over to new-style classes.Daniel Lindsley2013-12-181-1/+1
* Add missing argument specification for cwd argument.John Walsh2011-01-071-1/+1
* Add the ability to specify the working directory for a command to be run, and...John Walsh2011-01-061-2/+2
* fixed bugs and cleaned up boto.pyamipaltman2010-02-221-2/+2
* Add the command that failed to the error log and the error email to help debu...walsh1592009-12-141-2/+4
* forgot to import boto.utilskopertop2008-09-221-0/+1
* Moved notify out of script base and into boto.utilskopertop2008-09-221-18/+1
* Change the default behavior for spriptbase.run send an email if the command f...walsh1592008-04-091-1/+1
* Adding convenience method, lookup, to boto module to allow easy lookup of any...Mitch.Garnaat2008-04-091-1/+3
* Changes to allow copybot to copy all ACL's for bucket and keys.Mitch.Garnaat2008-04-041-1/+1
* Add support for exit_on_completion option. Also checking in a sample config ...Mitch.Garnaat2008-03-311-0/+1
* Only do the login if a username was passed in to notify.Mitch.Garnaat2008-03-311-1/+2
* Some tweaks to scriptbase to better handle status from shell commands and to ...Mitch.Garnaat2008-03-261-7/+9
* Further work to enable Python logging on pyami startup scripts.Mitch.Garnaat2008-03-101-2/+2
* More changes to incorporate Python logging module.Mitch.Garnaat2008-03-101-18/+4
* Change exit_on_error to be False by default rather than True. Get working_di...Mitch.Garnaat2008-03-101-1/+1
* Use get_ts method now in utils.pyMitch.Garnaat2008-02-211-7/+2
* Turn off notification emails on failures. Fix some bugs in startup.py.Mitch.Garnaat2008-02-061-3/+4
* Trying to get general script running working. Adding a hello world script ex...Mitch.Garnaat2008-02-061-2/+5
* More tweaks of the Pyami startup stuff.Mitch.Garnaat2008-02-061-18/+12
* Allow run to report error without exiting.Mitch.Garnaat2008-02-041-2/+3
* Fixing some config references. Added notification to load_boto script.Mitch.Garnaat2008-01-271-5/+5
* Base class for scriptsMitch.Garnaat2008-01-271-0/+72