Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make more names pep8 compliant across the tree | Bryn M. Reeves | 2013-03-28 | 1 | -2/+2 |
| | | | | | | | | | Fix policy and utility function, method and variable names to use lower case underscored style instead of camelCase. Related to Issue #112. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> | ||||
* | Rename functions and methods in plugins to comply with pep8 | Bryn M. Reeves | 2013-03-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | There are lots of historical camelCase function and method names in the plugin directory even though pep8 very clearly recommends against these other than for external backwards compatibility. Rename all the camelCased functions and methods and fix up the main sosreport code, examples and tests to use the new names. Fixes Issue #112. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> | ||||
* | adding root_symlink support under tarfiles and fixing getOption behavior | Jesse Jaggars | 2012-02-14 | 1 | -0/+10 |
| | |||||
* | Fixing a logic error with global option handlling | Jesse Jaggars | 2012-02-09 | 1 | -0/+24 |