summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* make bcfg2-lint warn about .cat and .diff filesChris St. Pierre2012-04-202-2/+25
|
* Merge branch 'maint'Sol Jerome2012-04-193-24/+47
|\ | | | | | | | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * bcfg2-info: Fix packagesources commandSol Jerome2012-04-191-2/+3
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Fixed launchd to correctly parse label from plist, and added a warning when ↵Luke Cyca2012-04-161-3/+4
| | | | | | | | it can't be parsed.
| * MacPorts now respects version="any" and logs version mismatches like other ↵Luke Cyca2012-04-161-1/+8
| | | | | | | | plugins.
| * Fixed MacPorts pkgtool tuple and cleaned up logger outputLuke Cyca2012-04-131-2/+2
| |
| * launchd: Remove popen2 callsSol Jerome2012-03-271-18/+32
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | better error reportingChris St. Pierre2012-04-182-27/+38
| |
* | Merge branch 'add-essential-pkgs'Sol Jerome2012-04-174-4/+15
|\ \
| * | Packages: Add Essential packages to specification (#1084)Sol Jerome2012-04-174-4/+15
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | added ability to pass options to nose, ignore tests, test specific clients ↵Chris St. Pierre2012-04-131-0/+10
| | | | | | | | | | | | to bcfg2-test
* | | better TGenshi error messagesChris St. Pierre2012-04-131-2/+4
| | |
* | | do not set django TIME_ZONE except in 1.2+Chris St. Pierre2012-04-131-4/+4
| | |
* | | improved error reporting in a few placesChris St. Pierre2012-04-133-7/+7
| | |
* | | fixed xincludes to properly handle includes-in-includes, includes that ↵Chris St. Pierre2012-04-113-23/+47
| | | | | | | | | | | | aren't top-level, and other misc. stuff
* | | Remove fprint in favor of cleaner setup.pySol Jerome2012-04-043-15/+2
|/ / | | | | | | | | | | | | We only used the new fancy file printing function in one place, but it caused massive ugliness in setup.py. Easier to use file.write() for now. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'fix-reports'Sol Jerome2012-04-022-9/+87
|\ \
| * | Reports: Remove client_version database columnSol Jerome2012-03-312-9/+87
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | Options: Don't display empty help messagesSol Jerome2012-04-021-1/+6
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | Pac: Fix copy/paste typoSol Jerome2012-04-011-4/+3
|/ / | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | PY3K: Fix exception handling for #1080Sol Jerome2012-03-313-3/+6
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Packages: Add support for alternate version attributeSol Jerome2012-03-291-2/+6
| | | | | | | | | | | | | | Patch from odenbach on IRC. Allows for setting version="any" by default on entries bound by the Packages plugin. 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>
* | Remove unused client_version from reportsSol Jerome2012-03-263-4/+0
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-24210-125/+125
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'maint'Sol Jerome2012-03-241-6/+6
|\|
| * Cfg: Fix logger callsSol Jerome2012-03-231-6/+6
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | added TemplateHelper plugin to easily provide convenience methods to templatesChris St. Pierre2012-03-232-2/+86
| |
* | Merge branch 'maint'Sol Jerome2012-03-236-57/+95
|\|
| * suppress warning about probed.xmlChris St. Pierre2012-03-231-0/+10
| |
| * fixed SimpleConfig for py3kChris St. Pierre2012-03-221-11/+16
| |
| * fixed automatic handling of GPGKeysChris St. Pierre2012-03-211-23/+41
| |
| * fixed debug output from bcfg2-yum-helperChris St. Pierre2012-03-211-4/+2
| |
| * removed unnecessary codeChris St. Pierre2012-03-201-16/+14
| |
| * Bundler: Remove excess codeSol Jerome2012-03-201-2/+0
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Bundler: Fix tb from missing Bundle (Reported by jgd on IRC)Sol Jerome2012-03-201-1/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Cfg: Add debug_log method to CfgEntrySetSol Jerome2012-03-201-0/+4
| | | | | | | | | | | | Prevents a traceback from happening because this method was missing. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Pkgmgr: Fix DeprecationWarning (reported by odenbach on IRC)Sol Jerome2012-03-191-2/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | organized testsuite to mirror srcChris St. Pierre2012-03-202-315/+297
| | | | | | | | | | | | | | updated TestOptions removed terrifically out-of-date TestFrame and TestPlugin wrote unit tests for Metadata plugin various tweaks and bugfixes for Metadata plugin
* | Merge branch 'fix-svn-keywords'Sol Jerome2012-03-1778-116/+1
|\ \
| * | Remove svn keywordsSol Jerome2012-02-1978-116/+1
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | Merge branch 'remove-python23'Sol Jerome2012-03-174-22/+0
|\ \ \ | |_|/ |/| |
| * | Remove python2.3 compatibility codeSol Jerome2012-02-204-22/+0
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | Version bump to 1.2.2v1.2.2Sol Jerome2012-03-171-1/+1
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | Options: Better fix for unreadable bcfg2.confSol Jerome2012-03-171-11/+8
| | | | | | | | | | | | | | | | | | | | | We still may be glossing over a few errors in the try/except block, but this should warn properly when bcfg2 is unable to read bcfg2.conf. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | filter out characters yum dislikes in repo namesChris St. Pierre2012-03-151-3/+7
| | |
* | | fixed logging, deduplicated code in FileProbesChris St. Pierre2012-03-141-70/+77
| | |
* | | make EntrySet gracefully handle bogus 'changed' events from FAMChris St. Pierre2012-03-141-0/+6
| | |
* | | fixed print() calls in CfgChris St. Pierre2012-03-141-10/+10
| | |
* | | make Trigger ignore temp files, VCS metadataChris St. Pierre2012-03-141-3/+10
| | |