summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add unit testing for new option parsing library (Full Coverage)Narayan Desai2007-12-312-13/+91
* Reimplement option parser so that the code doesn't cause blindnessNarayan Desai2007-12-311-60/+108
* Fix parsing problemNarayan Desai2007-12-301-9/+9
* correct indentionRobert Gogolok2007-12-301-8/+8
* add SENDMAIL_PATHRobert Gogolok2007-12-304-23/+32
* simplify settings code a bitNarayan Desai2007-12-301-103/+41
* bcfg2-repo-validate: use Bcfg2.SettingsRobert Gogolok2007-12-302-16/+17
* bcfg2-ping-sweep: Robert Gogolok2007-12-301-7/+12
* bcfg2-admin: use Bcfg2.SettingsRobert Gogolok2007-12-308-39/+31
* bcfg2-query: use Bcfg2.SettingsRobert Gogolok2007-12-301-6/+6
* Settings class to remove redundant code for parsing config file.Robert Gogolok2007-12-3010-114/+217
* remove redundant codeRobert Gogolok2007-12-301-2/+1
* bcfg2-admin: print usage if no argumentsRobert Gogolok2007-12-292-4/+2
* setup.py: reorder packages listRobert Gogolok2007-12-291-3/+10
* install Bcfg2.Server.AdminRobert Gogolok2007-12-291-1/+1
* Remove bogus pyc filesNarayan Desai2007-12-299-0/+0
* Refactor of bcfg2-admin (all modes moved to discrete modules in Bcfg2.Server....Narayan Desai2007-12-2920-613/+712
* sshbase: replace ssh_known_hosts cache mechanism with a python propertyNarayan Desai2007-12-281-31/+27
* Add repo to metadata for TCheetah templates (Resolves #501)Narayan Desai2007-12-281-0/+1
* Bump version to 0.9.6pre1 in preparation for first prerelease (at some point ...Narayan Desai2007-12-281-1/+1
* Remove all vestiges of server-side toolset, it hasn't been used since 0.8.5 (...Narayan Desai2007-12-283-40/+12
* Add new text pattern to ignore for Chkconfig (Resolves Ticket #505) [bugfix]Narayan Desai2007-12-281-5/+9
* fix case: info file gets moved as part of an upper directory, e.g. mv Cfg/etc...Robert Gogolok2007-12-281-1/+12
* Add Metadata.GetClientByGroup that returns a list of clients by group membershipNarayan Desai2007-12-281-1/+6
* Fix YUMng extra package display (Resolves Ticket #509) [bugfix]Narayan Desai2007-12-281-1/+2
* make pkgmgr_update selectively use lxml [bugfix]Narayan Desai2007-12-281-1/+4
* Add overall view of metadata to ClientMetadata instancesNarayan Desai2007-12-281-3/+4
* add keyword substituation: RevisionRobert Gogolok2007-12-281-1/+1
* move daemonize support to own moduleRobert Gogolok2007-12-283-84/+49
* man bcfg2-info: add option -hRobert Gogolok2007-12-261-1/+6
* ConfigParser.read(filenames) will not raise an exception, use ConfigParser.re...Robert Gogolok2007-12-251-2/+2
* use OptionParser for bcfg2-infoRobert Gogolok2007-12-251-5/+11
* don't crash if no permission to write config fileRobert Gogolok2007-12-241-1/+4
* adjust version number to realityRobert Gogolok2007-12-241-1/+1
* Fix handling of files ending in .cat or .diff [bugfix]Narayan Desai2007-12-131-1/+3
* add GP's version of the debian pkglist creatorNarayan Desai2007-12-111-0/+219
* Fix race when no keys exist and known_hosts is first in the bundle [bugfix]Narayan Desai2007-12-041-0/+2
* brpt.sqlite modified to load into PostgreSQL 8.1 - primary changed:Daniel Joseph Barnhart Clark2007-12-031-0/+244
* Fix reversed reasons in config item display (from Sol J) [bugfix]Narayan Desai2007-12-021-7/+7
* Fix export.sh to perform tagging appropriately for non-trunk trees [bugfix]Narayan Desai2007-12-021-1/+2
* handle single available revisions [bugfix]Narayan Desai2007-12-021-1/+4
* Add stable-check script (for [bugfix] branch)Narayan Desai2007-12-021-0/+36
* Revert unintentional DebInit commit [bugfix]Narayan Desai2007-12-021-6/+2
* Harden frame against tool driver syntax errors (Related to #507) [bugfix]Narayan Desai2007-12-022-3/+12
* Fix Chkconfig traceback (Resolves Ticket #507) [bugfix]Narayan Desai2007-12-021-1/+1
* Cleanly handle config file parse failures (Resolves Ticket #493) [bugfix]Narayan Desai2007-12-011-1/+5
* Fix chkconfig services that run in runlevel 1 [bugfix]Narayan Desai2007-11-301-2/+7
* Improve agent scripts and daemonization support [bugfix]Narayan Desai2007-11-303-4/+63
* Handle weird importer behavior on python2.3 [bugfix]Narayan Desai2007-11-301-0/+3
* Fix weird python2.3/sarge traceback [bugfix]Narayan Desai2007-11-301-1/+1