Information for build python-taboot-0.3.0-1.fc14

ID250990
Package Namepython-taboot
Version0.3.0
Release1.fc14
Epoch
SummaryClient utility for scripted multi-system administration over Func
DescriptionTool for managing and executing tasks related to software releases and system administration via customizable YAML scripts. A library of prewritten tasks is built in so you can get started immediately. Taboot uses Func for inter-system communication, eliminating hacky ssh commands and the overhead associated with key management. Taboot can be extended by writing your Func modules and tasks in Python.
Built bytbielawa
State complete
Volume fedora_koji_archive00
StartedWed, 29 Jun 2011 18:13:44 UTC
CompletedWed, 29 Jun 2011 18:15:35 UTC
Taskbuild (f14-candidate, /python-taboot:51a21e25ef5f6e40695e49ede4adfb0d90073bd9)
Tags
dist-f14-updates
RPMs
src
python-taboot-0.3.0-1.fc14.src.rpm (info) (download)
noarch
python-taboot-0.3.0-1.fc14.noarch.rpm (info) (download)
taboot-func-0.3.0-1.fc14.noarch.rpm (info) (download)
Logs
noarch
build.log
root.log
state.log
Changelog * Thu Jun 23 2011 Tim Bielawa <tbielawa@redhat.com> 0.3.0-1 - Update version. 0.3.0. If Linux can do it -- so can we. (tbielawa@redhat.com) - Now included in EPEL and Fedora. Fixes #9 (tbielawa@redhat.com) - Correct a lot of spelling errors. Fixes #23 (Taboot maintainer has atrocious spelling) (tbielawa@redhat.com) - Correctly handle YAML files with multiple YAML documents inside. Fixes #22 (tbielawa@redhat.com) - Better YAML loading debugging. Fixes #20 (tbielawa@redhat.com) - Handle bad CLI options gracefully. Fixes #15 (tbielawa@redhat.com) - Modify patch from jdetiber. Fixes #17 - sleep.Minutes not printing correct status message (tbielawa@redhat.com) - Updated output for sleep.Minutes (jason.detiberus@redhat.com) - Update man page (tbielawa@redhat.com) - Update taboot-tasks manpage (tbielawa@redhat.com) - Make HOST the default for downtime scheduling again (tbielawa@redhat.com) - Updating Nagios task docs (tbielawa@redhat.com) - Rewrite the Nagios task to use the new Func Nagios module instead of CURL. Fixes #6, #7, #11, #12 (tbielawa@redhat.com) - Adding HTML versions of the man pages to the HTML docs. Fixes #13 (tbielawa@redhat.com) * Sun May 08 2011 Tim Bielawa <tbielawa@redhat.com> 0.2.13-1 - Package maintenance + version bump - Fixed spacing in the specfile changelog * Thu May 05 2011 Tim Bielawa <tbielawa@redhat.com> 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 02 2011 Tim Bielawa <tbielawa@redhat.com> 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 2011 Tim Bielawa <tbielawa@redhat.com> 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 2011 Tim Bielawa <tbielawa@redhat.com> 0.2.9-1 - Fix 'exit()' not being callable in python 2.4 (RHEL5) (tbielawa@redhat.com) - Adding a script for building multiple targets (tbielawa@redhat.com) - Changing description (tbielawa@redhat.com) - Need the version file in the manifest when building from setup.py (tbielawa@redhat.com) - Making cleaning work (tbielawa@redhat.com) - Making build better on RHEL5 Don't build the docs at build time (Save in git tree) Straighten up the spec file (tbielawa@redhat.com) - Including compiled manpage to lower buildrequires (tbielawa@redhat.com) - Typo fix (tbielawa@redhat.com) * Tue Apr 12 2011 Tim Bielawa <tbielawa@redhat.com> 0.2.8-1 - Version bumpitybump (tbielawa@redhat.com) - Specfile fixup (tbielawa@redhat.com) - Updating example in readme (tbielawa@redhat.com) - Attempting to get kerberos checking working (tbielawa@redhat.com) - Add documentation about preflight block (tbielawa@redhat.com) * Mon Apr 11 2011 Tim Bielawa <tbielawa@redhat.com> 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 06 2011 Tim Bielawa <tbielawa@redhat.com> 0.2.6-1 - Cleaning out the RPM Lint. Adding a manpage (tbielawa@redhat.com) * Wed Apr 06 2011 Tim Bielawa <tbielawa@redhat.com> 0.2.5-1 - Update version in module (tbielawa@redhat.com) * Wed Apr 06 2011 Tim Bielawa <tbielawa@redhat.com> 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 04 2011 Tim Bielawa <tbielawa@redhat.com> - 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 04 2011 Tim Bielawa <tbielawa@redhat.com> - 0.2-2 - Rebranding to Taboot. We are now an opensource project. * Wed Jul 14 2010 John Eckersberg <jeckersb@redhat.com> - 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 2010 John Eckersberg <jeckersb@redhat.com> - 0.1-2 - update nagios to allow host-level downtime scheduling * Thu May 06 2010 John Eckersberg <jeckersb@redhat.com> - 0.1-1 - mod_jk bug fixes and improvements * Wed Aug 19 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.2-15 - Rewrite nagios tasks to shell out to curl for easy negotiate auth - Remove all the contrib stuff * Mon Aug 10 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.2-13 - Remove Requires on python-modjkapi * Fri Aug 07 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.2-12 - Add taboot.contrib to packages in setup.py * Mon Jun 22 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.2-9 - Return back string representation of exceptions for mod_jk tasks * Fri Jun 12 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.2-6 - Allow LogOutput module to use stdout * Mon Jun 08 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.2-5 - Add Require for modjkapi * Mon Jun 08 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.2-3 - Add Require for PyYAML * Tue Jun 02 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.2-1 - I think we're far enough to be 0.0.2 - Added taboot script * Tue May 19 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.1-14 - Fix so documentation builds properly * Mon May 18 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.1-13 - Rebuild for new goodness * Tue Apr 28 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.1-12 - Better output * Tue Apr 28 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.1-11 - Fix bug with TaskRunner._bail_failure * Tue Apr 28 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.1-10 - Rebuild for documentation * Mon Apr 27 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.1-9 - Bail on all hosts if one host bombs. * Fri Apr 24 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.1-7 - Fix up poller task and re-architect the way sub-tasks get invoked * Thu Apr 23 2009 Greg Blomquist <gblomqui@redhat.com> - 0.0.1-6 - Add poller task * Wed Apr 22 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.1-3 - Fix bug where runner would not wait on all tasks * Wed Apr 22 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.1-3 - Comment out EmailOutput since EL5 does not have email.mime * Fri Mar 20 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.1-2 - Split into python-taboot and taboot-func * Tue Feb 24 2009 John Eckersberg <jeckersb@redhat.com> - 0.0.1-1 - Initial spec