[obs-commits] [openSUSE/open-build-service] efd5f0: [backend] always run services on expanded links
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: efd5f0d0fdcaa30876e210d22876fedf8240cc3c https://github.com/openSUSE/open-build-service/commit/efd5f0d0fdcaa30876e210... Author: Michael Schroeder <mls@suse.de> Date: 2018-11-27 (Tue, 27 Nov 2018) Changed paths: M src/backend/BSSrcServer/Link.pm M src/backend/BSSrcServer/Service.pm M src/backend/bs_servicedispatch Log Message: ----------- [backend] always run services on expanded links Services are run on checkin, which usually works with expanded links (keeplink mode), so this should not make a difference. What's changed is if a remoterun is triggered, where the current way of running the service on the unexpanded link is a source of lots of confusion. The new way to run on expanded links is way more useful. Lets see how it works in practice. Also, the link code was changed to always ignore service results of the link target if the link itself contains a service result. This was only done for branches before, it is now more consistent. Commit: 6458041b74ef4914fe8e6466011ef59a894c8843 https://github.com/openSUSE/open-build-service/commit/6458041b74ef4914fe8e64... Author: Adrian Schröter <adrian@suse.de> Date: 2018-11-27 (Tue, 27 Nov 2018) Changed paths: M src/backend/BSSrcServer/Link.pm M src/backend/BSSrcServer/Service.pm M src/backend/bs_servicedispatch Log Message: ----------- Merge pull request #6376 from mlschroe/master [backend] always run services on expanded links Compare: https://github.com/openSUSE/open-build-service/compare/384be57e1209...645804... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Adrian Schröter