[obs-commits] [openSUSE/open-build-service] 8738ce: [backend] addmultibuildpackages: use correct origin
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 8738ce629523af5f03a9a2c8e90bb7bba52b4a58 https://github.com/openSUSE/open-build-service/commit/8738ce629523af5f03a9a2... Author: Michael Schroeder <mls@suse.de> Date: 2020-04-01 (Wed, 01 Apr 2020) Changed paths: M src/backend/BSSrcServer/Multibuild.pm Log Message: ----------- [backend] addmultibuildpackages: use correct origin The origin of a multibuild flavor is always the origin of the master package. Commit: 1cb03a45a82f668d2aba338b146bb359787a25f7 https://github.com/openSUSE/open-build-service/commit/1cb03a45a82f668d2aba33... Author: Michael Schroeder <mls@suse.de> Date: 2020-04-01 (Wed, 01 Apr 2020) Changed paths: M src/backend/BSSrcServer/Projlink.pm M src/backend/bs_srcserver Log Message: ----------- [backend] findpackages: move multibuild processing after project link processing We used to do multibuild processing first and relied on the project link code to return the multibuild packages from the link. The problem with this is that this uses the wrong multibuild data. This commit changes findpackages_projlink to no longer return multibuild packages and moves the addmultibuildpackages call after the findpackages_projlink call. Commit: 6b42355ca78efed395725bf465b1d28602091d11 https://github.com/openSUSE/open-build-service/commit/6b42355ca78efed395725b... Author: Michael Schroeder <mls@suse.de> Date: 2020-04-02 (Thu, 02 Apr 2020) Changed paths: M src/backend/BSSrcServer/Multibuild.pm M src/backend/BSSrcServer/Projlink.pm M src/backend/bs_srcserver Log Message: ----------- Merge pull request #9311 from mlschroe/master findpackages: move multibuild processing after project link processing Compare: https://github.com/openSUSE/open-build-service/compare/c80031c39280...6b4235...
participants (1)
-
Michael Schroeder