summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/SYSV.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Alexander Sulfrian2014-11-121-2/+41
|\
| * SYSV: change instances of simplename to simplefileMichael Fenn2014-11-061-6/+5
| * Log when downloading packages via HTTPNathan Olla2014-08-191-0/+2
| * Check for origpkgtool attribute to prevent things that subclass SYSV from bre...Nathan Olla2014-07-161-6/+8
| * Remove unused import of copyNathan Olla2014-07-161-1/+0
| * Implement _get_package_command and append _sysv_pkg_path attributeNathan Olla2014-07-161-33/+27
| * Fix indentingNathan Olla2014-07-141-5/+4
| * Add urlretrieve to Compat and documentNathan Olla2014-07-141-2/+2
| * SYSV: Implement downloading and installing SYSV packages from HTTPNathan Olla2014-07-141-2/+46
* | Pylint/PEP8 fixesSol Jerome2013-09-061-1/+1
* | Options: migrated client drivers to new parserChris St. Pierre2013-06-271-1/+1
* | Merge branch 'maint'Chris St. Pierre2013-04-241-2/+2
|\|
| * testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-2/+2
| * better Executor class for client toolsChris St. Pierre2013-02-141-28/+30
* | removed passing setup and logger objects between client toolsChris St. Pierre2013-02-201-2/+2
* | better Executor class for client toolsChris St. Pierre2013-02-141-28/+30
|/
* doc: wrote devel docs for client tool base objectsChris St. Pierre2012-12-041-2/+2
* Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly o...Chris St. Pierre2012-08-061-1/+1
* removed Bcfg2.Client.XML abstraction layer since we depend directly on lxml.e...Chris St. Pierre2012-08-031-1/+1
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+105