summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | gentoo: Add sphinx documentationSol Jerome2012-04-161-13/+30
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | | fixed unit tests for xinclude changesChris St. Pierre2012-04-131-23/+30
| | | |
* | | | removed broken Revision stuff from bcfg2-infoChris St. Pierre2012-04-131-8/+1
| | | |
* | | | rhel doesn't recognize Recommends tag eitherChris St. Pierre2012-04-131-2/+2
| | | |
* | | | added ability to pass options to nose, ignore tests, test specific clients ↵Chris St. Pierre2012-04-132-28/+86
| | | | | | | | | | | | | | | | to bcfg2-test
* | | | better TGenshi error messagesChris St. Pierre2012-04-131-2/+4
| | | |
* | | | very minor specfile cleanupChris St. Pierre2012-04-131-54/+57
| | | |
* | | | added ability to query bcfg2-info for versionChris St. Pierre2012-04-131-23/+27
| | | |
* | | | 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
| | | |
* | | | bcfg2-test requires noseChris St. Pierre2012-04-133-1/+3
| | | |
* | | | debian: Fix sphinx build dependsSol Jerome2012-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves lintian error: missing-build-dependency-for-dh-addon sphinxdoc => python-sphinx (>= 1.0.7+dfsg) | python3-sphinx Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | | 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
* | | | removed obsolete docs about import_gpg_keysChris St. Pierre2012-04-101-13/+2
| | | |
* | | | add xml:base attr to all tags that can be xincludedChris St. Pierre2012-04-104-11/+24
| | | |
* | | | pkg_verify works on BoundPackage tag, not just InstanceChris St. Pierre2012-04-091-1/+2
| | | |
* | | | fixed mode of bcfg2-testChris St. Pierre2012-04-091-0/+0
| | | |
* | | | debian: Add bcfg2-doc packageSol Jerome2012-04-053-5/+20
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | | setup.py: build_sphinx works without changing cmdclassSol Jerome2012-04-041-6/+0
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | | setup.py: PEP8 fixesSol Jerome2012-04-041-34/+36
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | | Remove fprint in favor of cleaner setup.pySol Jerome2012-04-044-19/+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>
* | | | doc: Add collapsible sidebarSol Jerome2012-04-021-1/+3
| | | | | | | | | | | | | | | | 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>
* | | | bcfg2-admin: Remove duplicate 'Usage'Sol Jerome2012-04-021-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | | made bcfg2-info work with newer IPythonChris St. Pierre2012-04-021-2/+7
| | | |
* | | | 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-292-2/+8
| | | | | | | | | | | | | | | | | | | | | 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>
* | | Probes/group patched to ignore error output from rpm for OS_OUTPUTBrent Bloxam2012-03-281-1/+1
| | |
* | | gentoo: Add enhanced Portage client tool (#1086)Sol Jerome2012-03-272-78/+99
| | | | | | | | | | | | 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-24213-137/+132
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | Merge branch 'maint'Sol Jerome2012-03-243-9/+23
|\| |
| * | 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>
* | | added TemplateHelper plugin to easily provide convenience methods to templatesChris St. Pierre2012-03-234-2/+255
| | |
* | | Merge branch 'maint'Sol Jerome2012-03-2311-98/+113
|\| |
| * | 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
| | |