Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow to run directly from a git checkout (#1037) | Sol Jerome | 2012-03-24 | 49 | -7858/+0 |
| | | | | 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 | 1 | -0/+83 |
| | | |||||
* | | Merge branch 'maint' | Sol Jerome | 2012-03-23 | 5 | -46/+79 |
|\| | |||||
| * | suppress warning about probed.xml | Chris St. Pierre | 2012-03-23 | 1 | -0/+10 |
| | | |||||
| * | 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 | 1 | -314/+296 |
| | | | | | | | | | | | | | | 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 | 37 | -55/+0 |
|\ \ | |/ |/| | |||||
| * | Remove svn keywords | Sol Jerome | 2012-02-19 | 37 | -55/+0 |
| | | | | | | | | 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 |
| | | |||||
* | | fixed print() calls in Cfg | Chris St. Pierre | 2012-03-14 | 1 | -10/+10 |
| | | |||||
* | | make Trigger ignore temp files, VCS metadata | Chris St. Pierre | 2012-03-14 | 1 | -3/+10 |
| | | |||||
* | | killing FileProbes because a file fetch failed is probably not ideal | Chris St. Pierre | 2012-03-13 | 1 | -1/+0 |
| | | |||||
* | | added debugging about ssh_known_hosts cache invalidation to SSHbase | Chris St. Pierre | 2012-03-13 | 1 | -0/+4 |
| | | |||||
* | | set default debuglevel for Packages yum configs, add debug output from ↵ | Chris St. Pierre | 2012-02-23 | 1 | -0/+6 |
|/ | | | | bcfg2-yum-helper | ||||
* | catch error if Packages plugin lacks permissions to create cachedir | Chris St. Pierre | 2012-02-06 | 1 | -1/+6 |
| | |||||
* | made PackagesConfig object more resilient on initial plugin loading | Chris St. Pierre | 2012-02-06 | 1 | -1/+1 |
| | |||||
* | Restore missing pipes import in svn plugin | Arto Jantunen | 2012-02-05 | 1 | -0/+1 |
| | | | | | | | This was noticed while merging 1.2.0 to the Debian packaging branch, it was apparently missed in the original security fix (f4a35efe) but included in the backport of the same commit to the 1.1 series (46795ae4). | ||||
* | made automatic repository naming not suck horribly | Chris St. Pierre | 2012-01-25 | 2 | -10/+32 |
| | |||||
* | Cfg: Inform user of info.xml override (#1089) | Sol Jerome | 2012-01-25 | 1 | -5/+14 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | removed unnecessary raise (#1068) | Chris St. Pierre | 2012-01-24 | 1 | -1/+0 |
| | |||||
* | fixed metadata/resolver option defaults | Chris St. Pierre | 2012-01-24 | 1 | -0/+4 |
| | |||||
* | improved Packages debug info, added packageresolve and packagesources ↵ | Chris St. Pierre | 2012-01-24 | 1 | -13/+10 |
| | | | | bcfg2-info commands | ||||
* | clarified handling of boolean values in packages.conf | Chris St. Pierre | 2012-01-23 | 1 | -4/+16 |
| | |||||
* | fixed parsing of newer yum repos (#1027) | Chris St. Pierre | 2012-01-23 | 1 | -4/+5 |
| | |||||
* | added toggle_debug back to Packages (#1091) | Chris St. Pierre | 2012-01-23 | 8 | -86/+104 |
| | |||||
* | Explicitly use child.attrib.keys(), rather than expecting child.attrib to ↵ | Calen Pennington | 2012-01-13 | 1 | -1/+1 |
| | | | | interpreted as a list of keys | ||||
* | Don't do duplicate work while matching bundle entries | Calen Pennington | 2012-01-13 | 1 | -2/+6 |
| | |||||
* | Use set differences, rather than list inclusion in Pkgmgr | Calen Pennington | 2012-01-13 | 1 | -2/+3 |
| | |||||
* | cherry-picked a2cc392 Switch to shallow rather than deep copies to improve ↵ | Chris St. Pierre | 2012-01-13 | 5 | -5/+5 |
| | | | | performance | ||||
* | fixed bugs in Packages implementation of SimpleConfig | Chris St. Pierre | 2012-01-13 | 2 | -14/+13 |
| | |||||
* | merged branch rules_regex | Chris St. Pierre | 2012-01-13 | 6 | -60/+41 |
|\ | |||||
| * | added SimpleConfig plugin for easy config files; made Packages and Rules use ↵ | Chris St. Pierre | 2011-12-30 | 6 | -60/+41 |
| | | | | | | | | SimpleConfig; made regex in rules off by default, but configurable in rules.conf | ||||
* | | only include .xml files in Properties | Chris St. Pierre | 2012-01-12 | 1 | -0/+2 |
| | | |||||
* | | made Rules try matching Path entries with and without trailing slash (#967) | Chris St. Pierre | 2012-01-10 | 1 | -0/+8 |
| | | |||||
* | | fixed logging in GroupPatterns | Chris St. Pierre | 2012-01-09 | 1 | -3/+3 |
| | | |||||
* | | improved error handling of GroupPatterns | Chris St. Pierre | 2012-01-09 | 1 | -8/+11 |
| | | |||||
* | | strip trailing slash from key URL to avoid funky traceback | Chris St. Pierre | 2012-01-03 | 1 | -1/+2 |
| | | |||||
* | | fixed handling of new probed base64-encoded files | Chris St. Pierre | 2011-12-30 | 1 | -1/+1 |
|/ | |||||
* | fixed FileProbes handling of base64-encoded files | Chris St. Pierre | 2011-12-28 | 1 | -5/+15 |
| | |||||
* | fixed typo in FileProbes | Chris St. Pierre | 2011-12-28 | 1 | -1/+1 |
| | |||||
* | fixed logic for file creation; only write info.xml if none exists | Chris St. Pierre | 2011-12-21 | 1 | -3/+3 |
| |