forked from pool/openQA
Offline generation of 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/package/show/devel:openQA:tested/openQA?expand=0&rev=938
This commit is contained in:
parent
a261d6d162
commit
d8b7de2323
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63729f88412b96f8a4a91eafdb38a2fac2d9870b8b2d582a90580d6b0d64762d
|
||||
size 13769741
|
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.1673443568.582a087
|
||||
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.1673443568.582a087
|
||||
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.1673443568.582a087
|
||||
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.1673443568.582a087
|
||||
Version: 4.6.1673622416.c01e5cb
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,7 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 18:08:50 UTC 2023 - okurz@suse.com
|
||||
Fri Jan 13 15:07:17 UTC 2023 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1673443568.582a087:
|
||||
- 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`
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: openQA
|
||||
version: 4.6.1673443568.582a087
|
||||
mtime: 1673443568
|
||||
commit: 582a0875e3b64c4c959be537b2cc7f74c00b5308
|
||||
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.1673443568.582a087
|
||||
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