summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools
Commit message (Expand)AuthorAgeFilesLines
* Pylint fixes for pylint 0.28Chris St. Pierre2015-02-174-13/+15
* Merge branch 'bundle-modification-deps' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-01-031-0/+34
|\
| * Bundler: add modification support to Bundle dependenciesAlexander Sulfrian2014-11-251-0/+34
* | Bcfg2/Client: do not catch KeyboardInterruptAlexander Sulfrian2014-11-251-0/+2
|/
* Client/Tools/APT: some syntax cleanupAlexander Sulfrian2014-11-161-15/+13
* Client/Tools/APT: use more modern python-apt APIAlexander Sulfrian2014-11-161-9/+2
* Client/Tools/APT: use "pkg in cache" everywhereAlexander Sulfrian2014-11-161-3/+3
* Revert "APT: add backwards compatibility for python-apt 0.6"Alexander Sulfrian2014-11-161-9/+2
* Client/Tools/APT: remove all the stuff for the old APIAlexander Sulfrian2014-11-161-54/+17
* Merge branch 'maint'Alexander Sulfrian2014-11-126-71/+122
|\
| * Client/Tools/APT: fix pylint errors, enable checkAlexander Sulfrian2014-11-101-62/+81
| * Client/Tools/APT: fix exception nameAlexander Sulfrian2014-11-101-1/+1
| * Merge branch 'SYSV-use-simplefile' of https://github.com/fennm/bcfg2 into maintSol Jerome2014-11-081-6/+5
| |\
| | * SYSV: change instances of simplename to simplefileMichael Fenn2014-11-061-6/+5
| * | Client/Tools/APT: handle exceptions gracefullyAlexander Sulfrian2014-11-051-1/+5
| |/
| * Tools: Fix install of non-whitelisted servicesSol Jerome2014-10-292-21/+23
| * YUM: Add options to enable and disable Yum pluginsJonathan Billings2014-10-171-0/+10
| * Merge branch 'sysv-http' of https://github.com/nathanolla/bcfg2 into maintSol Jerome2014-08-261-2/+42
| |\
| | * 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
| * | POSIXUsers.py: Allow supplementary group = primarySol Jerome2014-07-181-1/+1
| |/
| * debsums: read output from stderr instead of stdoutArach2014-07-051-1/+1
* | Merge branch 'yum-fix-syntax' of https://github.com/AlexanderS/bcfg2Sol Jerome2014-11-091-5/+6
|\ \
| * | Client/Tools/YUM: compareEVR is in rpmUtils.miscutilsAlexander Sulfrian2014-10-281-1/+2
| * | Client/Tools/YUM: fix whitespace errorsAlexander Sulfrian2014-10-281-4/+4
* | | Merge branch 'master' of https://github.com/gordonmessmer/bcfg2Sol Jerome2014-11-061-2/+12
|\ \ \ | |/ / |/| |
| * | Remove trailing white space.Gordon Messmer2014-10-291-2/+2
| * | Add remaining systemd unit types.Gordon Messmer2014-10-281-1/+3
| * | Add docstring for new function.Gordon Messmer2014-10-221-0/+1
| * | If a service name ends with .service, .socket, or .target, do notGordon Messmer2014-10-211-2/+9
* | | YUM.py: Fix tracebacks from 00a15600Sol Jerome2014-10-281-6/+6
* | | Fixed py2.6-ism properlyChris St. Pierre2014-10-201-2/+6
* | | removed python 2.6-ismChris St. Pierre2014-10-201-2/+2
* | | Set option types on YUM/RPM list optionsChris St. Pierre2014-10-202-4/+6
* | | Merge pull request #216 from jsbillings/yum-plugin-masterChris St. Pierre2014-10-201-0/+20
|\ \ \
| * | | YUM: Add options to enable and disable Yum pluginsJonathan Billings2014-10-171-0/+20
* | | | Tools/Action: fix typoAlexander Sulfrian2014-10-141-1/+1
| |/ / |/| |
* | | Clean up unicode diff handling a little more.Matt Kemp2014-08-201-1/+1
* | | Fixed lint test error.Matt Kemp2014-08-151-1/+1
* | | udiff doesn't mean unified diff, it means unicode diffMatt Kemp2014-08-151-4/+4
* | | Removed ndiff from POSIXFile, only attempt unified diff.Matt Kemp2014-08-151-35/+15
* | | Client/Tools/FreeBSDInit: rework the whole toolAlexander Sulfrian2014-05-161-12/+128
* | | Client/Tool/Pkgng: fix format string concatenationAlexander Sulfrian2014-05-151-1/+1
* | | Client/Tools/Pkgng: fail if pkg does not existsAlexander Sulfrian2014-05-071-1/+5
* | | Client/Tools/Pkgng: add client tool for pkgngAlexander Sulfrian2014-04-271-0/+222