[openSUSE/open-build-service] ab9156: Rework image handling for mkosi, appimage et al
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: ab9156f23fbcb3fca25a1bfc47ddf655534a10b3 https://github.com/openSUSE/open-build-service/commit/ab9156f23fbcb3fca25a1b... Author: Michael Schroeder <mls@suse.de> Date: 2024-10-14 (Mon, 14 Oct 2024) Changed paths: A src/backend/BSSched/BuildJob/Image.pm R src/backend/BSSched/BuildJob/SimpleImage.pm M src/backend/BSSched/Checker.pm M src/backend/bs_worker A src/backend/t/0200-BSSched-BuildJob-Image.t R src/backend/t/0200-BSSched-BuildJob-SimpleImage.t Log Message: ----------- Rework image handling for mkosi, appimage et al Those build types were useing the default package handler, which is not a good fit. We do not want to ignore dependencies or use the srcmd5 instead of the hdrmd5 in the meta file. This commit adds a new generic handler called 'Image', which does the right thing for image builds. Commit: 8f6dda46e8ec1d813b3946414da3573071f96852 https://github.com/openSUSE/open-build-service/commit/8f6dda46e8ec1d813b3946... Author: Michael Schroeder <mls@suse.de> Date: 2024-10-15 (Tue, 15 Oct 2024) Changed paths: A src/backend/BSSched/BuildJob/Image.pm R src/backend/BSSched/BuildJob/SimpleImage.pm M src/backend/BSSched/Checker.pm M src/backend/bs_worker A src/backend/t/0200-BSSched-BuildJob-Image.t R src/backend/t/0200-BSSched-BuildJob-SimpleImage.t Log Message: ----------- Merge pull request #16947 from mlschroe/master Rework image handling for mkosi, appimage et al Compare: https://github.com/openSUSE/open-build-service/compare/afd19082a71c...8f6dda... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications
participants (1)
-
Michael Schroeder