summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Adding DBStats hooks into YUMngJohn 'Skip' Reddy2012-05-171-0/+7
| | | | | YUMng did not have any hooks to save data via the DBStats plugin, so no statistics have been saved.
* DBStats: Add unpruned entry reporting (#659)Sol Jerome2012-04-271-10/+10
| | | | | | | | | | | | | | | Path type='directory' entries previously had no 'reason' associated with their 'dirty' state. This change adds a database field for unpruned entries which are present in a pruned directory and displays that list in the web reporting interface. There is also a change made to the POSIX client tool which forces it to display the extra entry list when running in interactive mode without debugging enabled. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'maint'Sol Jerome2012-04-192-22/+44
| | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* PY3K: Fix exception handling for #1080Sol Jerome2012-03-311-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* gentoo: Add enhanced Portage client tool (#1086)Sol Jerome2012-03-271-25/+79
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-2426-0/+6674
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>