summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/SYSV.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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