Changelog for
taboot-func-0.3.1-1.fc15.noarch.rpm :
Thu Aug 4 14:00:00 2011 Tim Bielawa
0.3.1-1
- Spelling & grammar fixes all around (Fixes #23) (tbielawaAATTredhat.com)
- Added -E flag to edit script before running (Fixes #18)
(jason.detiberusAATTredhat.com)
- Added -p flag (acts like -n in that it checks syntax, but also prints
resulting yaml to be run onscreen) (Fixes #18) (jason.detiberusAATTredhat.com)
- Cleanup unnecessary documentation (tbielawaAATTredhat.com)
- Those are just bad ideas for a project with concurrency as a selling point
(Remove user input modules) (tbielawaAATTredhat.com)
- Simplify a little example in the docs (tbielawaAATTredhat.com)
- Added -C flag for Concurrency, Fixed an error when -L wasn\'t specified and
added CLIOutput when -L is specified and logging wasn\'t already set
(Fixes #18) (jason.detiberusAATTredhat.com)
- Added command line flag to add logging (Fixes #18) (jason.detiberusAATTredhat.com)
- Add python utility to generate a graphviz dot file of the class inheritance
graph of the python source codes. (tbielawaAATTredhat.com)
- Add conditional Requires on python-argparse. Update README and release notes.
(tbielawaAATTredhat.com)
- Exit/continue the main load-loop sooner so we can validate YAML scripts and
not blow up when not ran on a minion/overlord (like during testing...)
(tbielawaAATTredhat.com)
- Switched argument parsing to use argparse (jason.detiberusAATTredhat.com)
- Fix nagios scheduling causing log-to-file to fail. (Fixes #24)
(tbielawaAATTredhat.com)
Thu Jun 23 14:00:00 2011 Tim Bielawa 0.3.0-1
- Update version. 0.3.0. If Linux can do it -- so can we. (tbielawaAATTredhat.com)
- Now included in EPEL and Fedora. Fixes #9 (tbielawaAATTredhat.com)
- Correct a lot of spelling errors. Fixes #23 (Taboot maintainer has atrocious
spelling) (tbielawaAATTredhat.com)
- Correctly handle YAML files with multiple YAML documents inside. Fixes #22
(tbielawaAATTredhat.com)
- Better YAML loading debugging. Fixes #20 (tbielawaAATTredhat.com)
- Handle bad CLI options gracefully. Fixes #15 (tbielawaAATTredhat.com)
- Modify patch from jdetiber. Fixes #17 - sleep.Minutes not printing correct
status message (tbielawaAATTredhat.com)
- Updated output for sleep.Minutes (jason.detiberusAATTredhat.com)
- Update man page (tbielawaAATTredhat.com)
- Update taboot-tasks manpage (tbielawaAATTredhat.com)
- Make HOST the default for downtime scheduling again (tbielawaAATTredhat.com)
- Updating Nagios task docs (tbielawaAATTredhat.com)
- Rewrite the Nagios task to use the new Func Nagios module instead of CURL.
Fixes #6, #7, #11, #12 (tbielawaAATTredhat.com)
- Adding HTML versions of the man pages to the HTML docs. Fixes #13
(tbielawaAATTredhat.com)
Sun May 8 14:00:00 2011 Tim Bielawa 0.2.13-1
- Package maintenance + version bump
- Fixed spacing in the specfile changelog
Thu May 5 14:00:00 2011 Tim Bielawa 0.2.12-1
- Version Bumpskies
- Add some misc scripts and instructions for making releases
- FIXED: modjk proxy not working. Updated puppet docs
- Added a \'-s\' option to skip preflight sections
Mon May 2 14:00:00 2011 Tim Bielawa 0.2.11-1
- Nagios sys.exit()s if you lack kerberos tickets
- New tasks: puppet.{DeleteLockfile,SafeRun}
- puppet.run ignores errors to deal with puppet 2.6 changes
- Task for deleting puppet lock file.
- New man page, taboot-tasks.5. Fix up some grammar, etc, in taboot.1.
Thu Apr 21 14:00:00 2011 Tim Bielawa 0.2.10-1
- Ceremonial .10 release. Mostly small changes.
- Change Summary wording
- pep0263 fixes pep8 Fixes
- Finally getting around to making the copyright headers uniform again.
- Maintainer scripts for automating release building
Fri Apr 15 14:00:00 2011 Tim Bielawa 0.2.9-1
- Fix \'exit()\' not being callable in python 2.4 (RHEL5) (tbielawaAATTredhat.com)
- Adding a script for building multiple targets (tbielawaAATTredhat.com)
- Changing description (tbielawaAATTredhat.com)
- Need the version file in the manifest when building from setup.py
(tbielawaAATTredhat.com)
- Making cleaning work (tbielawaAATTredhat.com)
- Making build better on RHEL5 Don\'t build the docs at build time (Save in git
tree) Straighten up the spec file (tbielawaAATTredhat.com)
- Including compiled manpage to lower buildrequires (tbielawaAATTredhat.com)
- Typo fix (tbielawaAATTredhat.com)
Tue Apr 12 14:00:00 2011 Tim Bielawa 0.2.8-1
- Version bumpitybump (tbielawaAATTredhat.com)
- Specfile fixup (tbielawaAATTredhat.com)
- Updating example in readme (tbielawaAATTredhat.com)
- Attempting to get kerberos checking working (tbielawaAATTredhat.com)
- Add documentation about preflight block (tbielawaAATTredhat.com)
Mon Apr 11 14:00:00 2011 Tim Bielawa 0.2.7-1
- Made a bad release. Fixing it up
- Add ability to run a set of preflight commands
- Updating build docs
- Enhancing Makefile with build targets
- Remove duplicate license file
Wed Apr 6 14:00:00 2011 Tim Bielawa 0.2.6-1
- Cleaning out the RPM Lint. Adding a manpage (tbielawaAATTredhat.com)
Wed Apr 6 14:00:00 2011 Tim Bielawa 0.2.5-1
- Update version in module (tbielawaAATTredhat.com)
Wed Apr 6 14:00:00 2011 Tim Bielawa 0.2.4-1
- Switching versioning back to the triplet form
- Smarter command line processing:
- Handles command line options like --help
- Adds support processing multiple release files
- Adds support for just validating a scripts syntax via \'-n\'
- Adds version string printing via -V (--version)
- Initialized to use tito
Mon Apr 4 14:00:00 2011 Tim Bielawa - 0.2-3
- Add LOTS of documentation on all the different modules.
- Also, add a new module: sleep, for pausing x minutes or seconds.
Mon Apr 4 14:00:00 2011 Tim Bielawa - 0.2-2
- Rebranding to Taboot. We are now an opensource project.
Wed Jul 14 14:00:00 2010 John Eckersberg - 0.2-1
- updated to version 0.2 which modifies the expected YAML format
(not compatible with versions < 0.2 and vice versa)
Fri May 14 14:00:00 2010 John Eckersberg - 0.1-2
- update nagios to allow host-level downtime scheduling
Thu May 6 14:00:00 2010 John Eckersberg - 0.1-1
- mod_jk bug fixes and improvements
Wed Aug 19 14:00:00 2009 John Eckersberg - 0.0.2-15
- Rewrite nagios tasks to shell out to curl for easy negotiate auth
- Remove all the contrib stuff
Mon Aug 10 14:00:00 2009 John Eckersberg - 0.0.2-13
- Remove Requires on python-modjkapi
Fri Aug 7 14:00:00 2009 John Eckersberg - 0.0.2-12
- Add taboot.contrib to packages in setup.py
Mon Jun 22 14:00:00 2009 John Eckersberg - 0.0.2-9
- Return back string representation of exceptions for mod_jk tasks
Fri Jun 12 14:00:00 2009 John Eckersberg - 0.0.2-6
- Allow LogOutput module to use stdout
Mon Jun 8 14:00:00 2009 John Eckersberg - 0.0.2-5
- Add Require for modjkapi
Mon Jun 8 14:00:00 2009 John Eckersberg - 0.0.2-3
- Add Require for PyYAML
Tue Jun 2 14:00:00 2009 John Eckersberg - 0.0.2-1
- I think we\'re far enough to be 0.0.2
- Added taboot script
Tue May 19 14:00:00 2009 John Eckersberg - 0.0.1-14
- Fix so documentation builds properly
Mon May 18 14:00:00 2009 John Eckersberg - 0.0.1-13
- Rebuild for new goodness
Tue Apr 28 14:00:00 2009 John Eckersberg - 0.0.1-12
- Better output
Tue Apr 28 14:00:00 2009 John Eckersberg - 0.0.1-11
- Fix bug with TaskRunner._bail_failure
Tue Apr 28 14:00:00 2009 John Eckersberg - 0.0.1-10
- Rebuild for documentation
Mon Apr 27 14:00:00 2009 John Eckersberg - 0.0.1-9
- Bail on all hosts if one host bombs.
Fri Apr 24 14:00:00 2009 John Eckersberg - 0.0.1-7
- Fix up poller task and re-architect the way sub-tasks get invoked
Thu Apr 23 14:00:00 2009 Greg Blomquist - 0.0.1-6
- Add poller task
Wed Apr 22 14:00:00 2009 John Eckersberg - 0.0.1-3
- Fix bug where runner would not wait on all tasks
Wed Apr 22 14:00:00 2009 John Eckersberg - 0.0.1-3
- Comment out EmailOutput since EL5 does not have email.mime
Fri Mar 20 13:00:00 2009 John Eckersberg - 0.0.1-2
- Split into python-taboot and taboot-func
Tue Feb 24 13:00:00 2009 John Eckersberg - 0.0.1-1
- Initial spec