summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed missing %{buildroot}Chris St. Pierre2012-05-041-1/+1
|
* make %ghost work on RHEL 5, MandrivaChris St. Pierre2012-05-041-10/+7
|
* better way to divine the path to python packagesChris St. Pierre2012-05-041-1/+1
|
* fixed confusing error messageChris St. Pierre2012-05-041-2/+2
|
* 9cd1a68... cleaner handling of line-wrapping in bcfg2-lintChris St. Pierre2012-05-041-9/+7
|
* made Deltas and Genshi lint plugins respect command-line filelistChris St. Pierre2012-05-042-7/+8
|
* make bcfg2-lint warn about .cat and .diff filesChris St. Pierre2012-05-042-2/+25
|
* merged 0106905... added ability to pass options to nose, ignore tests, test ↵Chris St. Pierre2012-05-042-29/+87
| | | | specific clients to bcfg2-test
* merged b82a107... removed obsolete docs about import_gpg_keysChris St. Pierre2012-05-041-13/+4
|
* add xml:base attr to all tags that can be xincludedChris St. Pierre2012-05-044-11/+24
|
* pkg_verify works on BoundPackage tag, not just InstanceChris St. Pierre2012-05-041-1/+2
|
* fixed mode of bcfg2-testChris St. Pierre2012-05-041-0/+0
|
* made bcfg2-info work with newer IPythonChris St. Pierre2012-05-041-2/+7
|
* doc: Fix reports installation docs (reported by calvinx on IRC)Sol Jerome2012-05-022-130/+16
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-info: Fix packagesources commandSol Jerome2012-04-192-16/+23
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* redhat: Remove stray %Sol Jerome2012-04-181-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Remove undefined glossary termSol Jerome2012-04-161-2/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge pull request #24 from lukecyca/maintChris St. Pierre2012-04-162-4/+12
|\ | | | | Fixes for MacPorts and launchd
| * 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.
* Merge pull request #23 from lukecyca/patch-1Chris St. Pierre2012-04-131-2/+2
|\ | | | | Fixes to Client.Tools.MacPorts
| * Fixed MacPorts pkgtool tuple and cleaned up logger outputLuke Cyca2012-04-131-2/+2
|/
* doc: Fix typo (reported by mattikus on IRC)Sol Jerome2012-03-301-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* launchd: Remove popen2 callsSol Jerome2012-03-271-18/+32
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Warn about SELINUX issuesSol Jerome2012-03-271-0/+9
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Fix build errorsSol Jerome2012-03-241-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 callsSol Jerome2012-03-231-6/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* schemas: Add device attributes for BoundPath entriesSol Jerome2012-03-231-0/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* debian: Remove .preinst files used to migrate away from python-centralArto Jantunen2012-03-232-26/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix docs so that they pass bcfg2-lintSol Jerome2012-03-231-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.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-212-26/+46
|
* fixed debug output from bcfg2-yum-helperChris St. Pierre2012-03-211-4/+2
|
* Fixed further inconsistencies in template examplesBrent Bloxam2012-03-201-9/+9
| | | | (cherry picked from commit 3acdc302d2faa196c0df46a7ba300d7d4ec8564b)
* Fixed other incorrect IP addresses to be proper RFC1918 Class CBrent Bloxam2012-03-201-3/+3
| | | | (cherry picked from commit a547890a356d14ae891cf85eb402efa18ba95ccb)
* Added missing table for SSH, fixed allowable SSH address to be proper RFC1918Brent Bloxam2012-03-201-1/+2
| | | | | Class C (cherry picked from commit e7fb96776d0e18670fdfb61025295e27b1dc772b)
* 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>
* Version bump to 1.2.2v1.2.2Sol Jerome2012-03-1710-12/+18
| | | | 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>
* doc: Fix group name (reported by Leonw on IRC)Sol Jerome2012-03-171-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* improved MetadataQuery docsChris St. Pierre2012-03-161-7/+22
|
* 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 typo in example bcfg2-lint configChris St. Pierre2012-03-141-1/+1
|