[obs-commits] [openSUSE/open-build-service] aea56a: [dist][api] Update handling of user-agents config

Branch: refs/heads/2.8 Home: https://github.com/openSUSE/open-build-service Commit: aea56ad2e12e25794aa9a329df72d3e6169e9033 https://github.com/openSUSE/open-build-service/commit/aea56ad2e12e25794aa9a3... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-09-27 (Wed, 27 Sep 2017) Changed paths: M dist/obs-server.spec A src/api/config/crawler-user-agents.json Log Message: ----------- [dist][api] Update handling of user-agents config We used to continuously fetch the crawler-user-agents.json from upstream. This recently started to cause build failures, because a new Phantomjs bot got add to the config. Since our test suite is using phantomsjs and we run the test suite during the package build, this broke our builds. This commit solves this by * Stopping to fetch the config continuously and instead add the crawler-user-agents.json file into our git repo * Dropping the phantomjs entry from the configuration Commit: 5bc5f10d7e9a2054efb1295a587cde0737bd2c84 https://github.com/openSUSE/open-build-service/commit/5bc5f10d7e9a2054efb129... Author: Evan Rolfe <esrolfe@suse.de> Date: 2017-09-27 (Wed, 27 Sep 2017) Changed paths: M dist/obs-server.spec A src/api/config/crawler-user-agents.json Log Message: ----------- Merge pull request #3899 from bgeuken/fix_build_failures_in_2_8 [dist][api] Update handling of user-agents config Compare: https://github.com/openSUSE/open-build-service/compare/71c7f132fbeb...5bc5f1...
participants (1)
-
Evan Rolfe