forked from pool/openQA
Accepting request 1058325 from devel:openQA:tested
Update to 4.6.1673622416.c01e5cb 4.6.1673622416.c01e5cb 4.6.1673622416.c01e5cb 4.6.1673622416.c01e5cb 4.6.1673622416.c01e5cb OBS-URL: https://build.opensuse.org/request/show/1058325 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=430
This commit is contained in:
commit
175279fe43
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20cc46abcd866d0152e3581cc5565ab9ac8043c9dd28cd1c8943752b6b274838
|
||||
size 13765645
|
3
openQA-4.6.1673622416.c01e5cb.obscpio
Normal file
3
openQA-4.6.1673622416.c01e5cb.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c89ed368c445294d4b3729275c6509ebc334674601b4512f6d1cebfe2f0eb629
|
||||
size 13903373
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-client
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1673059575.c051c08
|
||||
Version: 4.6.1673622416.c01e5cb
|
||||
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.1673059575.c051c08
|
||||
Version: 4.6.1673622416.c01e5cb
|
||||
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.1673059575.c051c08
|
||||
Version: 4.6.1673622416.c01e5cb
|
||||
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.1673059575.c051c08
|
||||
Version: 4.6.1673622416.c01e5cb
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 13 15:07:17 UTC 2023 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1673622416.c01e5cb:
|
||||
* Change type of `owner` column to bigint in consistency with jobs table
|
||||
* Add postgresql service to requirements
|
||||
* Avoid deadlock when updating asset size during job creation
|
||||
* Fix asset cache error handling to avoid proceeding in case of failures
|
||||
* Add missing `use Mojo::UserAgent`
|
||||
* Clean up /api/v1/jobs pagination and remove unused code
|
||||
* Add pagination for GET /api/v1/jobs
|
||||
* Avoid race condition by waiting for the #text element
|
||||
* Dependency cron 2023-01-10
|
||||
* Revert "Add postgresql service to requirements"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 08 13:53:04 UTC 2023 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: openQA
|
||||
version: 4.6.1673059575.c051c08
|
||||
mtime: 1673059575
|
||||
commit: c051c082f683b690a5017e974fe8397d9f9a8f0f
|
||||
version: 4.6.1673622416.c01e5cb
|
||||
mtime: 1673622416
|
||||
commit: c01e5cb92f8c753417c156cb33d0957e5259ea10
|
||||
|
@ -76,7 +76,7 @@
|
||||
%define devel_requires %devel_no_selenium_requires chromedriver
|
||||
|
||||
Name: openQA
|
||||
Version: 4.6.1673059575.c051c08
|
||||
Version: 4.6.1673622416.c01e5cb
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -538,8 +538,11 @@ fi
|
||||
%{_unitdir}/openqa-webui.service
|
||||
%{_unitdir}/openqa-livehandler.service
|
||||
%{_unitdir}/openqa-gru.service
|
||||
%dir %{_unitdir}/openqa-gru.service.requires
|
||||
%{_unitdir}/openqa-scheduler.service
|
||||
%dir %{_unitdir}/openqa-scheduler.service.requires
|
||||
%{_unitdir}/openqa-websockets.service
|
||||
%dir %{_unitdir}/openqa-websockets.service.requires
|
||||
%{_unitdir}/openqa-enqueue-audit-event-cleanup.service
|
||||
%{_unitdir}/openqa-enqueue-audit-event-cleanup.timer
|
||||
%{_unitdir}/openqa-enqueue-asset-cleanup.service
|
||||
@ -710,6 +713,9 @@ fi
|
||||
|
||||
%files local-db
|
||||
%{_unitdir}/openqa-setup-db.service
|
||||
%{_unitdir}/openqa-gru.service.requires/postgresql.service
|
||||
%{_unitdir}/openqa-scheduler.service.requires/postgresql.service
|
||||
%{_unitdir}/openqa-websockets.service.requires/postgresql.service
|
||||
%{_datadir}/openqa/script/setup-db
|
||||
%{_bindir}/openqa-setup-db
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user