[openSUSE/open-build-service] d0a823: [backend] add a recipe parsing function to the Bui...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: d0a8238ea2654e77f0ac0dc192554dcbc919dc57 https://github.com/openSUSE/open-build-service/commit/d0a8238ea2654e77f0ac0d... Author: Michael Schroeder <mls@suse.de> Date: 2024-11-25 (Mon, 25 Nov 2024) Changed paths: M src/backend/BSRepServer/BuildInfo.pm Log Message: ----------- [backend] add a recipe parsing function to the BuildInfo module Commit: b24596a320a449f9ec02606ac627221c00f139d0 https://github.com/openSUSE/open-build-service/commit/b24596a320a449f9ec0260... Author: Michael Schroeder <mls@suse.de> Date: 2024-11-25 (Mon, 25 Nov 2024) Changed paths: M src/backend/bs_repserver Log Message: ----------- [backend] bs_repserver: refactor buildinfo generation Use the new recipe parser from the BuildInfo module, add a getbuildinfo_post_common function instead of calling getbuildinfo_post with a patched cgi hash. Commit: 06a69dfc1f28adb77902eb59e45ad5418c60c9e7 https://github.com/openSUSE/open-build-service/commit/06a69dfc1f28adb77902eb... Author: Michael Schroeder <mls@suse.de> Date: 2024-11-25 (Mon, 25 Nov 2024) Changed paths: M src/backend/bs_srcserver Log Message: ----------- [backend] add a POST method for sourceinfo This allows the user to pass a recipe file or a cpio archive with files of the package. jsc#OBS-352 Commit: e787b76770236b9953755ec6c5e59a9f95c1c06e https://github.com/openSUSE/open-build-service/commit/e787b76770236b9953755e... Author: Michael Schroeder <mls@suse.de> Date: 2024-11-25 (Mon, 25 Nov 2024) Changed paths: M src/backend/bs_srcserver Log Message: ----------- [backend] bs_srcserver: more sourceinfo refactoring Also move the _service file parsing into the sourceinfo_parse() function. Commit: 4cd66a1b4da4048d87a35d093fe0d15bea8f6b72 https://github.com/openSUSE/open-build-service/commit/4cd66a1b4da4048d87a35d... Author: Michael Schroeder <mls@suse.de> Date: 2024-11-25 (Mon, 25 Nov 2024) Changed paths: M src/backend/BSPGP.pm Log Message: ----------- BSPGP: directly use Digest::SHA No need to hop through the Digest module. Commit: 7d585cded370c22ce7e4c3c39d5d1c48c5f74566 https://github.com/openSUSE/open-build-service/commit/7d585cded370c22ce7e4c3... Author: Michael Schroeder <mls@suse.de> Date: 2024-11-25 (Mon, 25 Nov 2024) Changed paths: M src/backend/BSSched/BuildJob/ProductCompose.pm Log Message: ----------- [backend] ProductCompose: implement --unorderedproductrepos option This is similar to what we do for Docker/Kiwi. This commit also improves the patchinfo detection, as we do not have package information for locked patchinfos. So we just check if there is an "updateinfo.xml" in the bininfo of the packages. Commit: f40e81be3c6ad09e05d67406543c2e728e25512d https://github.com/openSUSE/open-build-service/commit/f40e81be3c6ad09e05d674... Author: Michael Schroeder <mls@suse.de> Date: 2024-11-25 (Mon, 25 Nov 2024) Changed paths: M src/backend/BSPGP.pm M src/backend/BSRepServer/BuildInfo.pm M src/backend/BSSched/BuildJob/ProductCompose.pm M src/backend/bs_repserver M src/backend/bs_srcserver Log Message: ----------- Merge pull request #17105 from mlschroe/master [backend] add a POST method for sourceinfo Compare: https://github.com/openSUSE/open-build-service/compare/54e02b5d11c7...f40e81... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications
participants (1)
-
Michael Schroeder