forked from pool/openQA
Accepting request 770116 from devel:openQA:tested
Update to 4.6.1580827995.3476c9f7b 4.6.1580827995.3476c9f7b 4.6.1580827995.3476c9f7b 4.6.1580827995.3476c9f7b OBS-URL: https://build.opensuse.org/request/show/770116 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=116
This commit is contained in:
commit
e13db0683f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45901dcd8983e77105283d5eb30511631302fa01c1c889c3a131b3f4d3c65b90
|
||||
size 11497485
|
3
openQA-4.6.1580827995.3476c9f7b.obscpio
Normal file
3
openQA-4.6.1580827995.3476c9f7b.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a61917ad05cea9e01edaf9492e3f125a007642a168af42b76caafa4fc78ef164
|
||||
size 11501069
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-devel
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1580490152.07482738b
|
||||
Version: 4.6.1580827995.3476c9f7b
|
||||
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.1580490152.07482738b
|
||||
Version: 4.6.1580827995.3476c9f7b
|
||||
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.1580490152.07482738b
|
||||
Version: 4.6.1580827995.3476c9f7b
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 05 02:38:00 UTC 2020 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1580827995.3476c9f7b:
|
||||
* Move webapi templates from "templates/" to "templates/webapi/"
|
||||
* Avoid undefined $appname/$api_description errors by using the stash
|
||||
* Fix product log test which might fail when table slightly overflows
|
||||
* Trigger result cleanup daily instead of hourly
|
||||
* Use separate timer for enqueuing cleanup tasks
|
||||
* Reset the editor to the minimum viable YAML if empty
|
||||
* Use aliases in JobTemplate schema
|
||||
* Have test_once in clone-custom-git-refspec test report errors correctly
|
||||
* fetchneedles: Do not fail the script when we are on the correct branch
|
||||
* openqa-bootstrap: Fix indendation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 02 18:38:20 UTC 2020 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1580490152.07482738b
|
||||
mtime: 1580490152
|
||||
commit: 07482738b540224fea05065048e4b11d994a912e
|
||||
version: 4.6.1580827995.3476c9f7b
|
||||
mtime: 1580827995
|
||||
commit: 3476c9f7baf82d51370374e6bdb4f01fe3b69721
|
||||
|
||||
|
10
openQA.spec
10
openQA.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
# can't use linebreaks here!
|
||||
%define openqa_services openqa-webui.service openqa-gru.service openqa-websockets.service openqa-scheduler.service openqa-enqueue-audit-event-cleanup.service openqa-enqueue-audit-event-cleanup.timer openqa-enqueue-asset-and-result-cleanup.service openqa-enqueue-asset-and-result-cleanup.timer
|
||||
%define openqa_services openqa-webui.service openqa-gru.service openqa-websockets.service openqa-scheduler.service openqa-enqueue-audit-event-cleanup.service openqa-enqueue-audit-event-cleanup.timer openqa-enqueue-asset-cleanup.service openqa-enqueue-asset-cleanup.timer openqa-enqueue-result-cleanup.service openqa-enqueue-result-cleanup.timer
|
||||
%define openqa_worker_services openqa-worker.target openqa-slirpvde.service openqa-vde_switch.service openqa-worker-cacheservice.service openqa-worker-cacheservice-minion.service
|
||||
%if %{undefined tmpfiles_create}
|
||||
%define tmpfiles_create() \
|
||||
@ -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.1580490152.07482738b
|
||||
Version: 4.6.1580827995.3476c9f7b
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -400,8 +400,10 @@ fi
|
||||
%{_unitdir}/openqa-websockets.service
|
||||
%{_unitdir}/openqa-enqueue-audit-event-cleanup.service
|
||||
%{_unitdir}/openqa-enqueue-audit-event-cleanup.timer
|
||||
%{_unitdir}/openqa-enqueue-asset-and-result-cleanup.service
|
||||
%{_unitdir}/openqa-enqueue-asset-and-result-cleanup.timer
|
||||
%{_unitdir}/openqa-enqueue-asset-cleanup.service
|
||||
%{_unitdir}/openqa-enqueue-asset-cleanup.timer
|
||||
%{_unitdir}/openqa-enqueue-result-cleanup.service
|
||||
%{_unitdir}/openqa-enqueue-result-cleanup.timer
|
||||
%{_tmpfilesdir}/openqa-webui.conf
|
||||
# web libs
|
||||
%dir %{_datadir}/openqa
|
||||
|
Loading…
Reference in New Issue
Block a user