[obs-commits] [openSUSE/open-build-service] 352c74: [webui] Fix build log for multibuild and local lin...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 352c745a17230d36fcaaf2fa1c5249aed8f3dee4 https://github.com/openSUSE/open-build-service/commit/352c745a17230d36fcaaf2... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M src/api/app/controllers/webui/package_controller.rb M src/api/spec/controllers/webui/package_controller_spec.rb Log Message: ----------- [webui] Fix build log for multibuild and local link packages The @package variable was set in the check_build_log_access before filter. However, for multibuild and local link packages this was set to the parent package (follow_mulitbuild / follow_project_links) which does not contain a log file. This resulted that set_initial_offset returned an empty log and calculated no offset which eventually resulted in cutting the end of the log files. Fix #2651. Commit: 04848f83bcde74e9bcc9780e9a21936a1da90274 https://github.com/openSUSE/open-build-service/commit/04848f83bcde74e9bcc978... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M src/api/app/controllers/webui/package_controller.rb M src/api/spec/controllers/webui/package_controller_spec.rb Log Message: ----------- Merge pull request #2956 from ChrisBr/static_build_log [webui] Fix build log for multibuild and local link packages Compare: https://github.com/openSUSE/open-build-service/compare/1509c2800df4...04848f...
participants (1)
-
Christian Bruckmayer