forked from pool/openQA
Accepting request 791389 from devel:openQA:tested
Update to 4.6.1585918802.94bcc1cc4 4.6.1585918802.94bcc1cc4 4.6.1585918802.94bcc1cc4 4.6.1585918802.94bcc1cc4 4.6.1585918802.94bcc1cc4 OBS-URL: https://build.opensuse.org/request/show/791389 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=138
This commit is contained in:
commit
cbff1f1fdf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ba6a0314dae5f4c10a6adf329d3b90af61d39c1b18717a94ca051585b01d370
|
||||
size 11749901
|
3
openQA-4.6.1585918802.94bcc1cc4.obscpio
Normal file
3
openQA-4.6.1585918802.94bcc1cc4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b53ac714fab02dae0cf9a36411b3f531423d005dc9ba97d79db40a24cd07b50e
|
||||
size 11752461
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-client
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1585815597.24b98a95a
|
||||
Version: 4.6.1585918802.94bcc1cc4
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-devel
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1585815597.24b98a95a
|
||||
Version: 4.6.1585918802.94bcc1cc4
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1585815597.24b98a95a
|
||||
Version: 4.6.1585918802.94bcc1cc4
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-worker
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1585815597.24b98a95a
|
||||
Version: 4.6.1585918802.94bcc1cc4
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 04 16:29:35 UTC 2020 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1585918802.94bcc1cc4:
|
||||
* Add retry for worker-webui connection on 408+425
|
||||
* Prevent more useless retries for worker-webui connect
|
||||
* Extend retry in worker-webui connect to cover rebooting hosts
|
||||
* t: Extend 24-worker-webui-connection.t to check different retry codes
|
||||
* t: Extract method for send in 24-worker-webui-connection.t
|
||||
* Cover broken needle code path in a unit test
|
||||
* Provide enqueue convenience scripts rather than systemd
|
||||
* Account freed disk space when deleting logs
|
||||
* Unify single/multi audit event rendering
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 02 08:29:12 UTC 2020 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1585815597.24b98a95a
|
||||
mtime: 1585815597
|
||||
commit: 24b98a95a890b95859e934507c780d2b3d77dcfb
|
||||
version: 4.6.1585918802.94bcc1cc4
|
||||
mtime: 1585918802
|
||||
commit: 94bcc1cc4fa330707f350dbafc5cffcf3e1ad310
|
||||
|
||||
|
@ -65,7 +65,7 @@
|
||||
%define devel_requires %build_requires %test_requires rsync chromedriver curl postgresql-devel %qemu tar xorg-x11-fonts sudo perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
|
||||
|
||||
Name: openQA
|
||||
Version: 4.6.1585815597.24b98a95a
|
||||
Version: 4.6.1585918802.94bcc1cc4
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -421,6 +421,10 @@ fi
|
||||
%{_datadir}/openqa/script/openqa-scheduler
|
||||
%{_datadir}/openqa/script/openqa-websockets
|
||||
%{_datadir}/openqa/script/openqa-livehandler
|
||||
%{_datadir}/openqa/script/openqa-enqueue-asset-cleanup
|
||||
%{_datadir}/openqa/script/openqa-enqueue-audit-event-cleanup
|
||||
%{_datadir}/openqa/script/openqa-enqueue-bug-cleanup
|
||||
%{_datadir}/openqa/script/openqa-enqueue-result-cleanup
|
||||
%{_datadir}/openqa/script/upgradedb
|
||||
%{_datadir}/openqa/script/modify_needle
|
||||
# TODO: define final user
|
||||
|
Loading…
Reference in New Issue
Block a user