Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: 214a07d3c757a9906dc74e593e7dbcdef190d0c2
https://github.com/openSUSE/obs-build/commit/214a07d3c757a9906dc74e593e7dbc…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2020-09-24 (Thu, 24 Sep 2020)
Changed paths:
M init_buildsystem
Log Message:
-----------
Exclude more files/directories for preinstall
The bs_worker code currently uses them and relies on preinstall not
touching them.
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: a497356bc2fe94894b88dcaa5721d3e950a2ef1e
https://github.com/openSUSE/open-build-service/commit/a497356bc2fe94894b88d…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M src/api/app/presenters/notification_presenter.rb
Log Message:
-----------
Truncate multi-line excerpts to the first line
In case of multi-line descriptions of notifications, joining the
first lines of notifications' descriptions is confusing.
Truncate the excerpt to the first line, showing three dots at the end of
the excerpt. This provides a more understandable message.
Commit: 66b678dfcde56b5b150ff03292d91bf59f3e4682
https://github.com/openSUSE/open-build-service/commit/66b678dfcde56b5b150ff…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M src/api/app/presenters/notification_presenter.rb
Log Message:
-----------
Merge pull request #10192 from eduardoj/one_line_excerpts
Truncate multi-line notification excerpts to the first line
Compare: https://github.com/openSUSE/open-build-service/compare/cba9811c65d9...66b67…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: c1c0d699a73a077084809ede1ee9df640c828226
https://github.com/openSUSE/open-build-service/commit/c1c0d699a73a077084809…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M ReleaseNotes-2.11
M src/backend/bs_publish
Log Message:
-----------
[backend] introduce publish flag to publish tracking report files
PublishFlag: withreports
will also publish OBS internal .report files.
We will also keep publishing .packages files for now with that flag,
but we plan to remove that part when testing infrastructure has been adapted.
Commit: cba9811c65d9832277658c381af352f98292f354
https://github.com/openSUSE/open-build-service/commit/cba9811c65d9832277658…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M ReleaseNotes-2.11
M src/backend/bs_publish
Log Message:
-----------
Merge pull request #10195 from adrianschroeter/report_file_publish_option
[backend] introduce publish flag to publish tracking report files
Compare: https://github.com/openSUSE/open-build-service/compare/e31016a6ff67...cba98…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 37a11a80647c42e53b0c5d75fd04c47ca80eeb63
https://github.com/openSUSE/open-build-service/commit/37a11a80647c42e53b0c5…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M src/backend/bs_srcserver
Log Message:
-----------
[backend] do not treat a commit to _project as project config change
Our release managers store information in _project/_staging_workflow,
which led to everything doing a deep check for the project.
Check if the config changed or stayed the same.
Also forbid a _link file in _project.
Commit: e31016a6ff673f06e697925837b4e6144b7bb4de
https://github.com/openSUSE/open-build-service/commit/e31016a6ff673f06e6979…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M src/backend/bs_srcserver
Log Message:
-----------
Merge pull request #10198 from mlschroe/master
[backend] do not treat a commit to _project as project config change
Compare: https://github.com/openSUSE/open-build-service/compare/24a93dcdacb3...e3101…
Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: 6464570d97dda547a59a779e6e193282db4ff8c1
https://github.com/openSUSE/obs-build/commit/6464570d97dda547a59a779e6e1932…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M build-vm-ec2
M build-vm-kvm
M build-vm-lxc
M build-vm-openstack
M build-vm-qemu
M build-vm-zvm
M init_buildsystem
Log Message:
-----------
More hardening for build-vm-*