SHA256
1
0
forked from pool/openQA

Offline generation of 4.6.1606233578.6a2b83747

4.6.1606233578.6a2b83747
4.6.1606233578.6a2b83747
4.6.1606233578.6a2b83747
4.6.1606233578.6a2b83747

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=543
This commit is contained in:
Oliver Kurz 2020-11-26 00:43:21 +00:00 committed by Git OBS Bridge
parent 10ad4c49e0
commit f571d217c3
9 changed files with 33 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ed43f7c86e440fedd95cadb2976d9e39c65b476768ddaf867970c2292d107e2
size 12612621

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b132f8b863eae98f10e02354184ff312b7c4bca520d78d0099bf4c6809aade95
size 12619789

View File

@ -18,7 +18,7 @@
%define short_name openQA-client
Name: %{short_name}-test
Version: 4.6.1606027318.501936756
Version: 4.6.1606233578.6a2b83747
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA-devel
Name: %{short_name}-test
Version: 4.6.1606027318.501936756
Version: 4.6.1606233578.6a2b83747
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA
Name: %{short_name}-test
Version: 4.6.1606027318.501936756
Version: 4.6.1606233578.6a2b83747
Release: 0
Summary: Test package for openQA
License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA-worker
Name: %{short_name}-test
Version: 4.6.1606027318.501936756
Version: 4.6.1606233578.6a2b83747
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Nov 26 00:43:00 UTC 2020 - coolo@suse.com
- Update to version 4.6.1606233578.6a2b83747:
* cache service: Allow setting the SQLite journaling mode
* cache service: Fix workaround for deleting broken database
* Revert "Enable strict merge on Mergify"
* Use TimeLimit from os-autoinst-common to get OPENQA_TEST_TIMEOUT_DISABLE
* Dependency cron 2020-11-24
* systemd: Prevent error reports in journal of openqa-auto-update service
* docker: Simplify worker Dockerfile with executable scripts
* git subrepo clone (merge) --force git@github.com:os-autoinst/os-autoinst-common.git external/os-autoinst-common
* worker cache: Also cleanup "*-shm" and "*-wal" files belonging to sqlite
* worker cache: Try to prevent any process accessing still malformed database file handles
* worker cache: Prevent hiding errors due to repair attempts in corrupted database
-------------------------------------------------------------------
Mon Nov 23 15:59:45 UTC 2020 - coolo@suse.com

View File

@ -1,5 +1,5 @@
name: openQA
version: 4.6.1606027318.501936756
mtime: 1606027318
commit: 501936756832d741113d243a5e78b5176bdfd719
version: 4.6.1606233578.6a2b83747
mtime: 1606233578
commit: 6a2b837473d592e55b6c49e7a0a18a9d53270b59

View File

@ -19,7 +19,6 @@
# 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-cleanup.service openqa-enqueue-asset-cleanup.timer openqa-enqueue-result-cleanup.service openqa-enqueue-result-cleanup.timer openqa-enqueue-bug-cleanup.service openqa-enqueue-bug-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
%define openqa_auto_upgrade_services openqa-auto-update.service openqa-auto-update.timer
%if %{undefined tmpfiles_create}
%define tmpfiles_create() \
%{_bindir}/systemd-tmpfiles --create %{?*} || : \
@ -57,7 +56,7 @@
# The following line is generated from dependencies.yaml
%define client_requires curl git-core jq perl(Getopt::Long::Descriptive) perl(IO::Socket::SSL) >= 2.009 perl(IPC::Run) perl(JSON::Validator) perl(LWP::Protocol::https) perl(LWP::UserAgent) perl(Test::More) perl(YAML::PP) >= 0.020 perl(YAML::XS)
# The following line is generated from dependencies.yaml
%define worker_requires openQA-client optipng os-autoinst < 5 perl(Minion::Backend::SQLite) >= 5.0.1 perl(Mojo::IOLoop::ReadWriteProcess) >= 0.26 perl(Mojo::SQLite) sqlite3 >= 3.24.0
%define worker_requires openQA-client optipng os-autoinst < 5 perl(Minion::Backend::SQLite) >= 5.0.1 perl(Mojo::IOLoop::ReadWriteProcess) >= 0.26 perl(Mojo::SQLite) psmisc sqlite3 >= 3.24.0
# The following line is generated from dependencies.yaml
%define build_requires %assetpack_requires rubygem(sass)
@ -77,7 +76,7 @@
%define devel_requires %devel_no_selenium_requires chromedriver
Name: openQA
Version: 4.6.1606027318.501936756
Version: 4.6.1606233578.6a2b83747
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later
@ -366,7 +365,7 @@ fi
%service_add_pre %{openqa_worker_services}
%pre auto-update
%service_add_pre %{openqa_auto_upgrade_services}
%service_add_pre openqa-auto-update.timer
%post
%tmpfiles_create %{_tmpfilesdir}/openqa-webui.conf
@ -399,7 +398,7 @@ fi
%service_add_post %{openqa_worker_services}
%post auto-update
%service_add_post %{openqa_auto_upgrade_services}
%service_add_post openqa-auto-update.timer
%preun
%service_del_preun %{openqa_services}
@ -408,7 +407,8 @@ fi
%service_del_preun %{openqa_worker_services}
%preun auto-update
%service_del_preun %{openqa_auto_upgrade_services}
# not changing the service which might have triggered this update itself
%service_del_preun openqa-auto-update.timer
%postun
%service_del_postun %{openqa_services}
@ -418,7 +418,7 @@ fi
%service_del_postun %{openqa_worker_services}
%postun auto-update
%service_del_postun %{openqa_auto_upgrade_services}
%service_del_postun openqa-auto-update.timer
%post local-db
%service_add_post openqa-setup-db.service