Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: db7a78ba8cbde5f8ee0c6af7fd73ef510c07e6ff
https://github.com/openSUSE/open-build-service/commit/db7a78ba8cbde5f8ee0c6…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2016-04-30 (Sat, 30 Apr 2016)
Changed paths:
M src/api/app/models/package.rb
M src/api/test/unit/project_remove_test.rb
Log Message:
-----------
[api] avoid crash on package removal
The removal starts while no backend package got created, but failed due
to DB constraints on package removal.
A broken test case needed to be fixed as well
Commit: b45e797e28cbff0fd4ff0a7d72f0a72479b1d014
https://github.com/openSUSE/open-build-service/commit/b45e797e28cbff0fd4ff0…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2016-04-30 (Sat, 30 Apr 2016)
Changed paths:
M src/api/app/models/package.rb
M src/api/test/unit/project_remove_test.rb
Log Message:
-----------
Merge pull request #1762 from adrianschroeter/package_removal_crash
[api] avoid crash on package removal
Compare: https://github.com/openSUSE/open-build-service/compare/233aabcc3738...b45e7…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 233aabcc3738c7eb7cbaac1c872b2dd6e43f3ceb
https://github.com/openSUSE/open-build-service/commit/233aabcc3738c7eb7cbaa…
Author: Dirk Mueller <dmueller(a)suse.com>
Date: 2016-04-30 (Sat, 30 Apr 2016)
Changed paths:
M src/backend/bs_worker
Log Message:
-----------
[backend] Fix nativeonly detection (#1764)
The element that is declared in BSXML and is checked in the
backend is in the hardware tag, not in the cpu tag
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 99e4bde8f5f6018b51d179aab793fdb34e6565c3
https://github.com/openSUSE/open-build-service/commit/99e4bde8f5f6018b51d17…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2016-04-28 (Thu, 28 Apr 2016)
Changed paths:
M src/backend/BSXML.pm
M src/backend/bs_dispatch
M src/backend/bs_worker
Log Message:
-----------
[backend] avoid endless builds with broken base system
We do not try more then 5 times to build a job that fails with "badhost"
badhost usually means that the build worker thinks he is the problem,
because he can not even start the guest VM kernel.
But it can also be caused by the projects, for example by providing
a broken kernel, initrd, glibc or alike.
extend jobstatus to log the number of attempts for a job
Branch: refs/heads/2.7
Home: https://github.com/openSUSE/open-build-service
Commit: c92927cdb9559c5d7128e7f1ca67a77ab194219b
https://github.com/openSUSE/open-build-service/commit/c92927cdb9559c5d7128e…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2016-04-27 (Wed, 27 Apr 2016)
Changed paths:
M dist/obs-server.spec
R src/backend/BSDoD.pm
M src/backend/BSSched/DoD.pm
M src/backend/bs_sched
Log Message:
-----------
[backend] get rid of BSDoD.pm
We only support pre-parsed dod data in the scheduler and let
bs_dodup do all the work.