Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 30491f6fa392d0ff161b4aeb6e0ebbf57509d40e
https://github.com/openSUSE/open-build-service/commit/30491f6fa392d0ff161b4…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M src/backend/BSSched/BuildJob.pm
M src/backend/BSSched/BuildJob/Docker.pm
M src/backend/BSSched/BuildJob/KiwiImage.pm
M src/backend/BSSched/BuildJob/KiwiProduct.pm
M src/backend/bs_sched
Log Message:
-----------
[backend] do dodfetch/dodcheck even if download_on_demand is not enabled
A download on demand repo can be on another partition or even
on a remote instance. So we need to always do the dodcheck so
that all needed dod binaries are available if a build job is
created.
Otherwise the workers do the dod fetching which leads to the
getbinaryversion calls blocking everything else.
Commit: a5c1b163fe6b77625df80e265645a3bb215d4305
https://github.com/openSUSE/open-build-service/commit/a5c1b163fe6b77625df80…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M src/backend/BSSched/BuildJob.pm
M src/backend/BSSched/BuildJob/Docker.pm
M src/backend/BSSched/BuildJob/KiwiImage.pm
M src/backend/BSSched/BuildJob/KiwiProduct.pm
M src/backend/bs_sched
Log Message:
-----------
Merge pull request #10819 from mlschroe/master
Do dodfetch/dodcheck even if download_on_demand is not enabled
Compare: https://github.com/openSUSE/open-build-service/compare/f413a0066144...a5c1b…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: f5698ed5bc699187d13dc26d32ff24295d9b0285
https://github.com/openSUSE/open-build-service/commit/f5698ed5bc699187d13dc…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M src/backend/BSXPathKeys.pm
Log Message:
-----------
[backend] BSXPathKeys: take indexfunc into account when deciding if we have an index
Commit: 173a02373bb68d61e6ac4c52113e19f2c33e6a79
https://github.com/openSUSE/open-build-service/commit/173a02373bb68d61e6ac4…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M src/api/test/functional/channel_maintenance_test.rb
M src/backend/bs_srcserver
Log Message:
-----------
[backend] speed up repoinfo search, support repository searches
Also fix the code so that the correct project/repository is
returned and adapt the test case.
Commit: f413a00661448d5bc10a09793d91591656858512
https://github.com/openSUSE/open-build-service/commit/f413a00661448d5bc10a0…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M src/api/test/functional/channel_maintenance_test.rb
M src/backend/BSXPathKeys.pm
M src/backend/bs_srcserver
Log Message:
-----------
Merge pull request #10818 from mlschroe/master
[backend] speed up repoinfo search, support repository searches
Compare: https://github.com/openSUSE/open-build-service/compare/cc52387bd49c...f413a…