[obs-commits] [openSUSE/osc] 7849e2: setup.py: take potential "--build-base=<dir>" opti...
Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: 7849e23eb537de973c93c972d3377720324d9c83 https://github.com/openSUSE/osc/commit/7849e23eb537de973c93c972d3377720324d9... Author: Marcus Huewe <suse-tux@gmx.de> Date: 2016-09-16 (Fri, 16 Sep 2016) Changed paths: M setup.py Log Message: ----------- setup.py: take potential "--build-base=<dir>" option into account For instance, if osc is build and installed like this: python setup.py build --build-base=<dir> ... install ... The patch is based on Roman Neuhauser's (neuhauser@sigpipe.cz) PR (see https://github.com/openSUSE/osc/pull/229). Commit: fdb773bbc97331790ac138c1423a8caf59eeddfa https://github.com/openSUSE/osc/commit/fdb773bbc97331790ac138c1423a8caf59eed... Author: Marcus Huewe <suse-tux@gmx.de> Date: 2016-09-16 (Fri, 16 Sep 2016) Changed paths: M setup.py Log Message: ----------- setup.py: make build_docs' base class more explicit distutils.command.build.Command is distutils.core.Command. Compare: https://github.com/openSUSE/osc/compare/2816f325ca9e...fdb773bbc973
participants (1)
-
Marcus Huewe