Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added TemplateHelper plugin for bcfg2-lint | Chris St. Pierre | 2012-04-20 | 2 | -1/+62 |
| | |||||
* | make bcfg2-lint warn about .cat and .diff files | Chris St. Pierre | 2012-04-20 | 2 | -2/+25 |
| | |||||
* | Merge branch 'maint' | Sol Jerome | 2012-04-19 | 3 | -24/+47 |
|\ | | | | | | | | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | bcfg2-info: Fix packagesources command | Sol Jerome | 2012-04-19 | 1 | -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 Cyca | 2012-04-16 | 1 | -3/+4 |
| | | | | | | | | it can't be parsed. | ||||
| * | MacPorts now respects version="any" and logs version mismatches like other ↵ | Luke Cyca | 2012-04-16 | 1 | -1/+8 |
| | | | | | | | | plugins. | ||||
| * | Fixed MacPorts pkgtool tuple and cleaned up logger output | Luke Cyca | 2012-04-13 | 1 | -2/+2 |
| | | |||||
| * | launchd: Remove popen2 calls | Sol Jerome | 2012-03-27 | 1 | -18/+32 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | better error reporting | Chris St. Pierre | 2012-04-18 | 2 | -27/+38 |
| | | |||||
* | | Merge branch 'add-essential-pkgs' | Sol Jerome | 2012-04-17 | 4 | -4/+15 |
|\ \ | |||||
| * | | Packages: Add Essential packages to specification (#1084) | Sol Jerome | 2012-04-17 | 4 | -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. Pierre | 2012-04-13 | 1 | -0/+10 |
| | | | | | | | | | | | | to bcfg2-test | ||||
* | | | better TGenshi error messages | Chris St. Pierre | 2012-04-13 | 1 | -2/+4 |
| | | | |||||
* | | | do not set django TIME_ZONE except in 1.2+ | Chris St. Pierre | 2012-04-13 | 1 | -4/+4 |
| | | | |||||
* | | | improved error reporting in a few places | Chris St. Pierre | 2012-04-13 | 3 | -7/+7 |
| | | | |||||
* | | | fixed xincludes to properly handle includes-in-includes, includes that ↵ | Chris St. Pierre | 2012-04-11 | 3 | -23/+47 |
| | | | | | | | | | | | | aren't top-level, and other misc. stuff | ||||
* | | | Remove fprint in favor of cleaner setup.py | Sol Jerome | 2012-04-04 | 3 | -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 Jerome | 2012-04-02 | 2 | -9/+87 |
|\ \ | |||||
| * | | Reports: Remove client_version database column | Sol Jerome | 2012-03-31 | 2 | -9/+87 |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | | Options: Don't display empty help messages | Sol Jerome | 2012-04-02 | 1 | -1/+6 |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | | Pac: Fix copy/paste typo | Sol Jerome | 2012-04-01 | 1 | -4/+3 |
|/ / | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | PY3K: Fix exception handling for #1080 | Sol Jerome | 2012-03-31 | 3 | -3/+6 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Packages: Add support for alternate version attribute | Sol Jerome | 2012-03-29 | 1 | -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 Jerome | 2012-03-27 | 1 | -25/+79 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Remove unused client_version from reports | Sol Jerome | 2012-03-26 | 3 | -4/+0 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Allow to run directly from a git checkout (#1037) | Sol Jerome | 2012-03-24 | 210 | -125/+125 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Merge branch 'maint' | Sol Jerome | 2012-03-24 | 1 | -6/+6 |
|\| | |||||
| * | Cfg: Fix logger calls | Sol Jerome | 2012-03-23 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | added TemplateHelper plugin to easily provide convenience methods to templates | Chris St. Pierre | 2012-03-23 | 2 | -2/+86 |
| | | |||||
* | | Merge branch 'maint' | Sol Jerome | 2012-03-23 | 6 | -57/+95 |
|\| | |||||
| * | suppress warning about probed.xml | Chris St. Pierre | 2012-03-23 | 1 | -0/+10 |
| | | |||||
| * | fixed SimpleConfig for py3k | Chris St. Pierre | 2012-03-22 | 1 | -11/+16 |
| | | |||||
| * | fixed automatic handling of GPGKeys | Chris St. Pierre | 2012-03-21 | 1 | -23/+41 |
| | | |||||
| * | fixed debug output from bcfg2-yum-helper | Chris St. Pierre | 2012-03-21 | 1 | -4/+2 |
| | | |||||
| * | removed unnecessary code | Chris St. Pierre | 2012-03-20 | 1 | -16/+14 |
| | | |||||
| * | Bundler: Remove excess code | Sol Jerome | 2012-03-20 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | Bundler: Fix tb from missing Bundle (Reported by jgd on IRC) | Sol Jerome | 2012-03-20 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | Cfg: Add debug_log method to CfgEntrySet | Sol Jerome | 2012-03-20 | 1 | -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 Jerome | 2012-03-19 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | organized testsuite to mirror src | Chris St. Pierre | 2012-03-20 | 2 | -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 Jerome | 2012-03-17 | 78 | -116/+1 |
|\ \ | |||||
| * | | Remove svn keywords | Sol Jerome | 2012-02-19 | 78 | -116/+1 |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | | Merge branch 'remove-python23' | Sol Jerome | 2012-03-17 | 4 | -22/+0 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Remove python2.3 compatibility code | Sol Jerome | 2012-02-20 | 4 | -22/+0 |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | | Version bump to 1.2.2v1.2.2 | Sol Jerome | 2012-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | | Options: Better fix for unreadable bcfg2.conf | Sol Jerome | 2012-03-17 | 1 | -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 names | Chris St. Pierre | 2012-03-15 | 1 | -3/+7 |
| | | | |||||
* | | | fixed logging, deduplicated code in FileProbes | Chris St. Pierre | 2012-03-14 | 1 | -70/+77 |
| | | | |||||
* | | | make EntrySet gracefully handle bogus 'changed' events from FAM | Chris St. Pierre | 2012-03-14 | 1 | -0/+6 |
| | | | |||||
* | | | fixed print() calls in Cfg | Chris St. Pierre | 2012-03-14 | 1 | -10/+10 |
| | | |