Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: added more debugging on server shutdown | Chris St. Pierre | 2013-05-20 | 2 | -0/+5 |
| | |||||
* | SSLServer: name XMLRPC thread for easier debugging | Chris St. Pierre | 2013-05-20 | 1 | -1/+3 |
| | |||||
* | added multiprocessing server core | Chris St. Pierre | 2013-05-20 | 6 | -23/+272 |
| | |||||
* | debian: We no longer support older versions of dh | Sol Jerome | 2013-05-18 | 1 | -7/+0 |
| | | | | | | | This fix was for a version of debhelper which only exists on versions of Ubuntu and Debian which we no longer support. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | debian: Add python-gamin build dependency | Sol Jerome | 2013-05-18 | 1 | -0/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | debian: Bump minimum python build dependency also | Sol Jerome | 2013-05-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | debian: Clean up python dependencies | Sol Jerome | 2013-05-18 | 1 | -6/+2 |
| | | | | | | | | | We no longer support any versions of Debian or Ubuntu with python < 2.6. In addition, the XB-Python-Version tag is deprecated. http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-specifying_versions Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SSLServer: Handle socket timeouts gracefully | Sol Jerome | 2013-05-17 | 1 | -1/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | exclude failures type from Interaction.bad/modified/extra | Tim Laszlo | 2013-05-15 | 1 | -0/+6 |
| | | | | (cherry picked from commit 06bc603bbfb7615a2840c7bef0ef37013c585adf) | ||||
* | bcfg2-lint: fixed unit tests | Chris St. Pierre | 2013-05-14 | 1 | -1/+1 |
| | |||||
* | bcfg2-lint: fixed unit tests | Chris St. Pierre | 2013-05-14 | 2 | -3/+6 |
| | |||||
* | doc: fixed doc warnings | Chris St. Pierre | 2013-05-14 | 2 | -3/+3 |
| | |||||
* | doc: added devel docs for bcfg2-lint plugins | Chris St. Pierre | 2013-05-14 | 14 | -154/+585 |
| | |||||
* | Merge branch 'maint' of https://github.com/lukecyca/bcfg2 into maint | Sol Jerome | 2013-05-13 | 2 | -17/+14 |
|\ | |||||
| * | Removed genshi as dependency, and setup.py manipulation in tools/export.py. | Luke Cyca | 2013-05-11 | 2 | -4/+0 |
| | | |||||
| * | Cleaned up setup.py and added missing deps | Luke Cyca | 2013-05-10 | 1 | -14/+15 |
| | | |||||
* | | Frame: Remove unused import | Sol Jerome | 2013-05-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Client: Fix interactive prompt | Sol Jerome | 2013-05-13 | 2 | -10/+2 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Lint: Fix Properties Comments checker | Sol Jerome | 2013-05-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Lint: Fix for python 3 | Sol Jerome | 2013-05-11 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Lint: py3k fix | Sol Jerome | 2013-05-10 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | models: Fix table name quoting for pgsql | Sol Jerome | 2013-05-10 | 1 | -6/+24 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Executor: split commands given as strings | Chris St. Pierre | 2013-05-10 | 1 | -0/+2 |
| | | |||||
* | | Packages: handle URLErrors (e.g., timeouts) when downloading GPG keys better | Chris St. Pierre | 2013-05-10 | 1 | -2/+2 |
| | | |||||
* | | fixed bundle names in debugging output | Chris St. Pierre | 2013-05-10 | 1 | -1/+2 |
| | | |||||
* | | Frame: Print the bundle name (not Element) | Sol Jerome | 2013-05-10 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | tools: Fix python2 syntax error | Sol Jerome | 2013-05-10 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | bcfg2.spec: Add Utils.py | Sol Jerome | 2013-05-10 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | APT: Allow specification of deb-src lines (Resolves #1148) | Sol Jerome | 2013-05-10 | 4 | -2/+21 |
|/ | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Probes: Fix failing nosetests | Sol Jerome | 2013-05-10 | 1 | -10/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | tools: pylint/pep8 fixes | Sol Jerome | 2013-05-10 | 1 | -10/+9 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | clarified purpose of COPYRIGHT file | Chris St. Pierre | 2013-05-10 | 1 | -0/+4 |
| | |||||
* | Portage: verify packages are the requested version, not the installed version | Chris St. Pierre | 2013-05-09 | 1 | -4/+4 |
| | |||||
* | enable CI tests on py3.2 | Chris St. Pierre | 2013-05-09 | 1 | -0/+1 |
| | |||||
* | docs: clarified GroupPatterns docs, fixed typos | Chris St. Pierre | 2013-05-09 | 1 | -9/+8 |
| | |||||
* | doc: Update centos guide with new Package Source style | Sol Jerome | 2013-05-09 | 1 | -12/+6 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Systemd: systemd is a replacement for chkconfig | Sol Jerome | 2013-05-09 | 1 | -0/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed unit tests | Chris St. Pierre | 2013-05-07 | 1 | -2/+2 |
| | |||||
* | POSIXUsers: allow better <MemberOf group="foo"/> syntax | Chris St. Pierre | 2013-05-07 | 6 | -22/+35 |
| | |||||
* | POSIXUsers: strip whitespace from MemberOf tags | Chris St. Pierre | 2013-05-07 | 1 | -2/+2 |
| | |||||
* | Compat: better b64encode/decode funcs for py3k | Chris St. Pierre | 2013-05-07 | 1 | -12/+15 |
| | |||||
* | Compat: b64encode for py3k that works on strings and bytes | Chris St. Pierre | 2013-05-07 | 1 | -1/+7 |
| | |||||
* | fixed long lines | Chris St. Pierre | 2013-05-07 | 2 | -2/+4 |
| | |||||
* | bcfg2-info: running packageresolve with no packages uses the actual package ↵ | Chris St. Pierre | 2013-05-07 | 1 | -13/+17 |
| | | | | list of the host | ||||
* | BuiltinCore: register server instance after plugins are loaded | Chris St. Pierre | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | SSLServer: fixed typo | Chris St. Pierre | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | added remaining required Core.load_plugins() calls | Chris St. Pierre | 2013-05-07 | 3 | -2/+5 |
| | |||||
* | Merge branch 'chkconfig-respect-servicemode' of ↵ | Sol Jerome | 2013-05-06 | 1 | -3/+5 |
|\ | | | | | | | https://github.com/fennm/bcfg2 into maint | ||||
| * | make chkconfig tool driver respect servicemode | Michael Fenn | 2013-05-06 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | The bcfg2 man page states that -s disabled should stop bcfg2 from attempting to modify any services, but the Chkconfig driver (at least) does start the service during the Install phase even with -s disabled. This patch adds support to the Chkconfig driver for the servicemode config parameter. It still does chkconfig --add, which I think makes sense to happen as part of configuration, but it does not attempt to actually start the service. | ||||
* | | Proxy: Use ASCII quotes to make python 2 happy | Sol Jerome | 2013-05-05 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> |