[openSUSE/open-build-service] b64d3b: [backend] bs_publish: fix static links for multi r...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: b64d3ba162dda4ba846bc5cbc5e5c2ea88d34f58 https://github.com/openSUSE/open-build-service/commit/b64d3ba162dda4ba846bc5... Author: Adrian Schröter <adrian@suse.de> Date: 2024-08-23 (Fri, 23 Aug 2024) Changed paths: M src/backend/bs_publish Log Message: ----------- [backend] bs_publish: fix static links for multi release targets If multiple binaries lead to identical static link names we took a random one (directory node order). Now we compare the link target mtime and take the latested. More correct would be to implement for each binary type the right sorting method, but that is too much here atm. obs#13264 issue#13264 Commit: e78ec235588568bc85ad8f9c172a7c2a59e468ee https://github.com/openSUSE/open-build-service/commit/e78ec235588568bc85ad8f... Author: Adrian Schröter <adrian@suse.de> Date: 2024-08-23 (Fri, 23 Aug 2024) Changed paths: M src/backend/bs_publish Log Message: ----------- Merge pull request #16747 from adrianschroeter/fix_multi_release_staticlinks [backend] bs_publish: fix static links for multi release targets Compare: https://github.com/openSUSE/open-build-service/compare/9af032aed96b...e78ec2... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications
participants (1)
-
Adrian Schröter