summaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: Remove Python code and build filesKun Yi2019-04-101-3/+0
| | | | | | | | Remove Python code and build files now that we switched to C++ mapper Tested: built mapper package and no Python file is included Signed-off-by: Kun Yi <kunyi731@gmail.com> Change-Id: Ia8832eaae52ed85b4c1620a5d0db181e6b744ac7
* Ignore E731 in objmgrAdriana Kobylak2018-01-161-0/+1
| | | | | | | | | | | | | | | Ignore the error E731 "do not assign a lambda expression, use a def" in the mapper repository as it would require 3x the number of lines of code to create separate def functions and avoid syntax errors when running on the BMC. According to the python documentation under their Programming Recommendations, E731 is intended to aid debug, as the variable assigned to the lambda would just show as <lambda> in a traceback. Fixes openbmc/openbmc#2796 Change-Id: Id9248ec1f3d1a8c736749ba138d9c0e39d92e5ce Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Fix objmgr using pycodestyle (pep8) rulesAdriana Kobylak2018-01-101-0/+2
| | | | | | | | | | | | Create a setup.cfg file which is used by pycodestyle (formerly pep8) to override defaults. This file can be used by the build verification to check if a repo can have format-check run. Fix long lines, bare excepctions, and lambda error messages. Change-Id: If7f4590c098e04aad6b507c410934f433c739bc7 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Convert build process to autotoolsMatthew Barth2016-11-091-2/+0
| | | | | | | | | Replaced the use of a manual Makefile with the use of autotools to automatically verify and generate the necessary build files. Follow the steps outlined within the README.md file to build the package. Change-Id: Id7be6220d32e457b1171d5d98123c6d8f317b380 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
* Run phosphor-mapper through pep8Brad Bishop2016-02-041-1/+1
| | | | This is all whitespace adjustments flagged by pep8.
* ObjectManager work in progressBrad Bishop2015-10-271-0/+2
Supports: initial discovery service name ownership changes interfaces added and removed signals gettreepaths, gettree, gettrees methods
OpenPOWER on IntegriCloud