Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openQA for openSUSE:Factory checked in at 2024-10-10 22:15:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openQA (Old) and /work/SRC/openSUSE:Factory/.openQA.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openQA" Thu Oct 10 22:15:10 2024 rev:629 rq:1206755 version:4.6.1728578795.2ebe3061 Changes: -------- --- /work/SRC/openSUSE:Factory/openQA/openQA.changes 2024-10-08 17:26:05.977262729 +0200 +++ /work/SRC/openSUSE:Factory/.openQA.new.19354/openQA.changes 2024-10-10 22:15:39.828723049 +0200 @@ -1,0 +2,28 @@ +Thu Oct 10 17:50:55 UTC 2024 - ok...@suse.com + +- Update to version 4.6.1728578795.2ebe3061: + * Fix loading array settings on scheduled product page + * Update docs/Installing.asciidoc + * Avoid incomplete jobs when restarting Minion while syncing tests + * Update circleci config to codecov@4.2 + * Make activity view accessible to operators + * Install docs: Clarify when and how to add repos on SLE + * Show operator links of plugins (like OBS sync) only to operators + * Configure a default for the limit of online workers + * Partially revert "Drop OpenQA::WebAPI::Plugin::HashedParams" + * Skip all symlinks for git_auto_update service + * Add munin alert email wrapper + * Cover API for showing info of individual worker + * Cover unsuccessful websocket connection upgrade of worker + * Make `t/24-worker-webui-connection.t` work when error slightly differs + * Simplify making worker info removing unused live flag + * Allow limiting number of worker websocket connections + * Fix source view for running tests + * Trigger git_clone also for Job restart + * Emit individual comment create events when commenting on job restarts + * doc: Improve wording in documentation related to database setup + * doc: Add back command for starting daemon using unit test setup + * doc: Remove problematic/obsolete parts of "Manual daemon setup" + * Allow adding a comment when restarting jobs + +------------------------------------------------------------------- Old: ---- openQA-4.6.1728376236.4a3830a3.obscpio New: ---- openQA-4.6.1728578795.2ebe3061.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openQA-client-test.spec ++++++ --- /var/tmp/diff_new_pack.73pSUW/_old 2024-10-10 22:15:40.736760840 +0200 +++ /var/tmp/diff_new_pack.73pSUW/_new 2024-10-10 22:15:40.736760840 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-client Name: %{short_name}-test -Version: 4.6.1728376236.4a3830a3 +Version: 4.6.1728578795.2ebe3061 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.73pSUW/_old 2024-10-10 22:15:40.768762171 +0200 +++ /var/tmp/diff_new_pack.73pSUW/_new 2024-10-10 22:15:40.768762171 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-devel Name: %{short_name}-test -Version: 4.6.1728376236.4a3830a3 +Version: 4.6.1728578795.2ebe3061 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA-test.spec ++++++ --- /var/tmp/diff_new_pack.73pSUW/_old 2024-10-10 22:15:40.800763503 +0200 +++ /var/tmp/diff_new_pack.73pSUW/_new 2024-10-10 22:15:40.800763503 +0200 @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1728376236.4a3830a3 +Version: 4.6.1728578795.2ebe3061 Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later ++++++ openQA-worker-test.spec ++++++ --- /var/tmp/diff_new_pack.73pSUW/_old 2024-10-10 22:15:40.844765335 +0200 +++ /var/tmp/diff_new_pack.73pSUW/_new 2024-10-10 22:15:40.844765335 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-worker Name: %{short_name}-test -Version: 4.6.1728376236.4a3830a3 +Version: 4.6.1728578795.2ebe3061 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA.spec ++++++ --- /var/tmp/diff_new_pack.73pSUW/_old 2024-10-10 22:15:40.876766667 +0200 +++ /var/tmp/diff_new_pack.73pSUW/_new 2024-10-10 22:15:40.880766833 +0200 @@ -90,7 +90,7 @@ %define devel_requires %devel_no_selenium_requires chromedriver Name: openQA -Version: 4.6.1728376236.4a3830a3 +Version: 4.6.1728578795.2ebe3061 Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later @@ -402,6 +402,7 @@ install -m 755 contrib/munin/plugins/minion %{buildroot}/%{_prefix}/lib/munin/plugins/openqa_minion_ install -d -m 755 %{buildroot}/%{_sysconfdir}/munin/plugin-conf.d install -m 644 contrib/munin/config/minion.config %{buildroot}/%{_sysconfdir}/munin/plugin-conf.d/openqa-minion +install -m 755 contrib/munin/utils/munin-mail %{buildroot}/%{_datadir}/openqa/script/munin-mail %endif cd %{buildroot} @@ -807,11 +808,13 @@ %files munin %defattr(-,root,root) %doc contrib/munin/config/minion.config +%dir %{_datadir}/openqa/script %dir %{_prefix}/lib/munin %dir %{_prefix}/lib/munin/plugins %dir %{_sysconfdir}/munin %dir %{_sysconfdir}/munin/plugin-conf.d %{_prefix}/lib/munin/plugins/openqa_minion_ +%{_datadir}/openqa/script/munin-mail %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/openqa-minion %endif ++++++ openQA-4.6.1728376236.4a3830a3.obscpio -> openQA-4.6.1728578795.2ebe3061.obscpio ++++++ /work/SRC/openSUSE:Factory/openQA/openQA-4.6.1728376236.4a3830a3.obscpio /work/SRC/openSUSE:Factory/.openQA.new.19354/openQA-4.6.1728578795.2ebe3061.obscpio differ: char 50, line 1 ++++++ openQA.obsinfo ++++++ --- /var/tmp/diff_new_pack.73pSUW/_old 2024-10-10 22:15:40.980770995 +0200 +++ /var/tmp/diff_new_pack.73pSUW/_new 2024-10-10 22:15:40.984771161 +0200 @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1728376236.4a3830a3 -mtime: 1728376236 -commit: 4a3830a35c7b79fae4258bd5f809062c2aa9c134 +version: 4.6.1728578795.2ebe3061 +mtime: 1728578795 +commit: 2ebe3061f152cdda476b18f82407bcb4a18af6d9