Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed mode of bcfg2-test | Chris St. Pierre | 2012-05-04 | 1 | -0/+0 |
| | |||||
* | made bcfg2-info work with newer IPython | Chris St. Pierre | 2012-05-04 | 1 | -2/+7 |
| | |||||
* | doc: Fix reports installation docs (reported by calvinx on IRC) | Sol Jerome | 2012-05-02 | 2 | -130/+16 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-info: Fix packagesources command | Sol Jerome | 2012-04-19 | 2 | -16/+23 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | redhat: Remove stray % | Sol Jerome | 2012-04-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Remove undefined glossary term | Sol Jerome | 2012-04-16 | 1 | -2/+0 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Merge pull request #24 from lukecyca/maint | Chris St. Pierre | 2012-04-16 | 2 | -4/+12 |
|\ | | | | | Fixes for MacPorts and launchd | ||||
| * | 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. | ||||
* | Merge pull request #23 from lukecyca/patch-1 | Chris St. Pierre | 2012-04-13 | 1 | -2/+2 |
|\ | | | | | Fixes to Client.Tools.MacPorts | ||||
| * | Fixed MacPorts pkgtool tuple and cleaned up logger output | Luke Cyca | 2012-04-13 | 1 | -2/+2 |
|/ | |||||
* | doc: Fix typo (reported by mattikus on IRC) | Sol Jerome | 2012-03-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | launchd: Remove popen2 calls | Sol Jerome | 2012-03-27 | 1 | -18/+32 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Warn about SELINUX issues | Sol Jerome | 2012-03-27 | 1 | -0/+9 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Fix build errors | Sol Jerome | 2012-03-24 | 1 | -3/+11 |
| | | | | | | | We only need M2Crypto when using python 2.5 or less. Other versions include python ssl. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Cfg: Fix logger calls | Sol Jerome | 2012-03-23 | 1 | -6/+6 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | schemas: Add device attributes for BoundPath entries | Sol Jerome | 2012-03-23 | 1 | -0/+6 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | debian: Remove .preinst files used to migrate away from python-central | Arto Jantunen | 2012-03-23 | 2 | -26/+0 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix docs so that they pass bcfg2-lint | Sol Jerome | 2012-03-23 | 1 | -2/+2 |
| | | | | | | | | Apparently xs:boolean is case-sensitive. Element 'Group', attribute 'negate': 'True' is not a valid value of the atomic type 'xs:boolean' Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | 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 | 2 | -26/+46 |
| | |||||
* | fixed debug output from bcfg2-yum-helper | Chris St. Pierre | 2012-03-21 | 1 | -4/+2 |
| | |||||
* | Fixed further inconsistencies in template examples | Brent Bloxam | 2012-03-20 | 1 | -9/+9 |
| | | | | (cherry picked from commit 3acdc302d2faa196c0df46a7ba300d7d4ec8564b) | ||||
* | Fixed other incorrect IP addresses to be proper RFC1918 Class C | Brent Bloxam | 2012-03-20 | 1 | -3/+3 |
| | | | | (cherry picked from commit a547890a356d14ae891cf85eb402efa18ba95ccb) | ||||
* | Added missing table for SSH, fixed allowable SSH address to be proper RFC1918 | Brent Bloxam | 2012-03-20 | 1 | -1/+2 |
| | | | | | Class C (cherry picked from commit e7fb96776d0e18670fdfb61025295e27b1dc772b) | ||||
* | 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> | ||||
* | Version bump to 1.2.2v1.2.2 | Sol Jerome | 2012-03-17 | 10 | -12/+18 |
| | | | | 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> | ||||
* | doc: Fix group name (reported by Leonw on IRC) | Sol Jerome | 2012-03-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | improved MetadataQuery docs | Chris St. Pierre | 2012-03-16 | 1 | -7/+22 |
| | |||||
* | 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 typo in example bcfg2-lint config | Chris St. Pierre | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | bcfg2.spec: Fix pythonpath detection on older versions of sphinx | Sol Jerome | 2012-03-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | added debugging about ssh_known_hosts cache invalidation to SSHbase | Chris St. Pierre | 2012-03-13 | 1 | -0/+4 |
| | |||||
* | solaris: Fix building on Solaris 10 | Dan Foster | 2012-03-09 | 2 | -9/+35 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix download link reported by Simon Metson on IRC | Sol Jerome | 2012-02-29 | 1 | -1/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | set default debuglevel for Packages yum configs, add debug output from ↵ | Chris St. Pierre | 2012-02-23 | 1 | -0/+6 |
| | | | | bcfg2-yum-helper | ||||
* | Add Fedora/Mandriva changes to static spec file. | Christopher 'm4z' Holm | 2012-02-18 | 1 | -1/+29 |
| | | | | (cherry picked from commit 9b0232fbf988263b987f89c89ca881b3fbd43e24) | ||||
* | Merge pull request #18 from m4z/master | Chris St. Pierre | 2012-02-17 | 1 | -21/+137 |
|\ | | | | | openSUSE compat in spec file. | ||||
| * | Add openSUSE compatibility to static spec file. | Christopher 'm4z' Holm | 2012-02-17 | 1 | -21/+137 |
|/ |