summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-info
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-1/+2
|
* lots of various py3k fixesChris St. Pierre2012-08-211-2/+1
|
* bcfg2-info: Fix traceback when (mis)using profileSol Jerome2012-08-181-0/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-info: Fix 'groups' commandSol Jerome2012-08-181-10/+6
| | | | | | | There used to be an additional "Contains" column but I was unable to determine what it was used for (and it doesn't work). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* made logging levels more consistent in a few placesChris St. Pierre2012-08-151-1/+8
|
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-151-2/+2
|
* made logging to syslog configurable and default for all loggingChris St. Pierre2012-08-151-1/+1
|
* Merge branch 'tests'Chris St. Pierre2012-08-151-1/+1
|\
| * print function fixesChris St. Pierre2012-08-151-1/+1
| |
* | fixed IPython debug shell for older IPythonChris St. Pierre2012-08-151-1/+1
|/
* Metadata and other improvements:Chris St. Pierre2012-07-301-6/+7
| | | | | | | | | | * Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml
* better formatting, display categories in bcfg2-info showclientChris St. Pierre2012-07-261-8/+21
|
* added CherryPy-based server coreChris St. Pierre2012-07-191-5/+3
|
* allow selection of preferred python interpreterChris St. Pierre2012-07-051-18/+44
|
* merged maintChris St. Pierre2012-06-191-0/+3
|\
| * better error message from bcfg2-info packagesources without a hostnameChris St. Pierre2012-06-141-0/+3
| |
| * fixed bcfg2-info buildall without -fChris St. Pierre2012-06-041-1/+2
| |
| * bcfg2-info builddir requires "interactive" flagChris St. Pierre2012-05-221-21/+20
| |
| * added -f flag to bcfg2-info buildallChris St. Pierre2012-05-221-7/+15
| |
| * made SSLCA respect info.xmlChris St. Pierre2012-05-211-4/+9
| |
| * made bcfg2-info work with newer IPythonChris St. Pierre2012-05-041-2/+7
| |
* | fixed option alignment issuesChris St. Pierre2012-06-151-2/+4
| |
* | bcfg2-info: print trace when buildfile failsTim Laszlo2012-06-071-1/+3
| |
* | fixed caching of Collection objects; moved bcfg2-info packagesources code ↵Chris St. Pierre2012-06-011-24/+1
| | | | | | | | into Collection.py
* | py2.4 doesn't have finally; wrong logic, anywayChris St. Pierre2012-06-011-4/+5
| |
* | bcfg2-info: Add support for bpythonSol Jerome2012-05-271-0/+3
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | bcfg2-info builddir requires interactive flagChris St. Pierre2012-05-221-1/+2
| |
* | added option groupsChris St. Pierre2012-05-211-25/+6
| |
* | fixes for missing genshiChris St. Pierre2012-05-211-3/+9
| |
* | Added inotify filemonitor driverChris St. Pierre2012-05-181-0/+1
| | | | | | | | Moved list of files to ignore into config
* | moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-111-4/+8
| | | | | | | | to server Core
* | fixed buildall wildcard stuffChris St. Pierre2012-05-041-5/+7
| |
* | made bcfg2-info buildall accept list of clients; added buildallfile commandChris St. Pierre2012-05-011-26/+111
| |
* | Merge branch 'maint'Sol Jerome2012-04-191-14/+20
|\| | | | | | | | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * bcfg2-info: Fix packagesources commandSol Jerome2012-04-191-14/+20
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | removed broken Revision stuff from bcfg2-infoChris St. Pierre2012-04-131-8/+1
| |
* | added ability to query bcfg2-info for versionChris St. Pierre2012-04-131-23/+27
| |
* | made bcfg2-info work with newer IPythonChris St. Pierre2012-04-021-2/+7
| |
* | Remove svn keywordsSol Jerome2012-02-191-7/+1
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* improved Packages debug info, added packageresolve and packagesources ↵Chris St. Pierre2012-01-241-1/+51
| | | | bcfg2-info commands
* Move sorting to the server core, rather than just in bcfg2 infoCalen Pennington2012-01-181-10/+1
|
* Sort xml by name, so that output is consistent between runs, making diffing ↵Calen Pennington2012-01-181-1/+10
| | | | easier
* Use cProfile if available, otherwise use standard python profileCalen Pennington2012-01-131-1/+4
| | | | | | | cProfile, when available (python >= 2.5), gives enhanced profiling of c calls (and has a lower overhead). This means it's possible to find things like socket.gethostbyname that might be eating up large amounts of time (without showing up in the standard profile reports).
* Use native elementtree call to write configuration to diskCalen Pennington2012-01-131-4/+1
| | | | | This simplifies the logic, although it doesn't have any measurable performance improvements.
* Fix how the filemonitor is passed to core, so that it's actually passed as ↵Calen Pennington2012-01-121-1/+1
| | | | the filemonitor parameter
* Teach bcfg2-info to use the filemonitor specified in the config fileCalen Pennington2012-01-111-4/+4
|
* consistent help messages from bcfg2-admin/bcfg2-info (bug #1033)Chris St. Pierre2012-01-101-1/+4
|
* bcfg2-info: Bugfix from Ticket #1076Sol Jerome2011-12-071-3/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed bug in previous commitChris St. Pierre2011-08-181-0/+1
|
* added --altsrc flag to bcfg2-info buildfileChris St. Pierre2011-08-181-3/+14
|