Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: f0f4aa5127cc67a829643061894054f7b98eeee8 https://github.com/openSUSE/open-build-service/commit/f0f4aa5127cc67a8296430... Author: Jan Blunck <jblunck@infradead.org> Date: 2015-03-26 (Thu, 26 Mar 2015) Changed paths: M src/backend/BSConfig.pm.template Log Message: ----------- [backend] Fix finding the host specific bsconfig.* if CWD is not /usr/lib/obs/server Some processes do not start up with the correct configuration in cases bsconfig.$hostname is used. The problem is that the test for the host specific configuration file uses the current working directory instead of the path that BSConfig.pm is in. Signed-off-by: Jan Blunck <jblunck@infradead.org> Commit: 851826495a1d21742ef1053daa7e38ec17e4f601 https://github.com/openSUSE/open-build-service/commit/851826495a1d21742ef105... Author: Michael Schroeder <mls@suse.de> Date: 2015-04-09 (Thu, 09 Apr 2015) Changed paths: M src/backend/BSConfig.pm.template Log Message: ----------- Merge pull request #897 from jblunck/fix_reading_hostconfig Fix finding the host specific bsconfig.* if CWD is not /usr/lib/obs/serv... Compare: https://github.com/openSUSE/open-build-service/compare/5bb86a2bed5d...851826...