SHA256
1
0
forked from pool/openQA

Offline generation of 4.6.1605530208.6b910f3fc

4.6.1605530208.6b910f3fc
4.6.1605530208.6b910f3fc
4.6.1605530208.6b910f3fc
4.6.1605530208.6b910f3fc

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=537
This commit is contained in:
Oliver Kurz 2020-11-16 16:40:43 +00:00 committed by Git OBS Bridge
parent 75618fe9ad
commit 628e1b0950
9 changed files with 29 additions and 21 deletions

View File

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

View File

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

View File

@ -18,7 +18,7 @@
%define short_name openQA-client %define short_name openQA-client
Name: %{short_name}-test Name: %{short_name}-test
Version: 4.6.1605294814.ed6415c5a Version: 4.6.1605530208.6b910f3fc
Release: 0 Release: 0
Summary: Test package for %{short_name} Summary: Test package for %{short_name}
License: GPL-2.0-or-later License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA-devel %define short_name openQA-devel
Name: %{short_name}-test Name: %{short_name}-test
Version: 4.6.1605294814.ed6415c5a Version: 4.6.1605530208.6b910f3fc
Release: 0 Release: 0
Summary: Test package for %{short_name} Summary: Test package for %{short_name}
License: GPL-2.0-or-later License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA %define short_name openQA
Name: %{short_name}-test Name: %{short_name}-test
Version: 4.6.1605294814.ed6415c5a Version: 4.6.1605530208.6b910f3fc
Release: 0 Release: 0
Summary: Test package for openQA Summary: Test package for openQA
License: GPL-2.0-or-later License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA-worker %define short_name openQA-worker
Name: %{short_name}-test Name: %{short_name}-test
Version: 4.6.1605294814.ed6415c5a Version: 4.6.1605530208.6b910f3fc
Release: 0 Release: 0
Summary: Test package for %{short_name} Summary: Test package for %{short_name}
License: GPL-2.0-or-later License: GPL-2.0-or-later

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 16 16:40:23 UTC 2020 - coolo@suse.com
- Update to version 4.6.1605530208.6b910f3fc:
* Use consistent "auto-update" instead of "auto-ugrade"
* systemd: Fix wrong ExecStart path in openqa-auto-upgrade
* docker: Fix web UI Dockerfile-lb to be buildable on OBS
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 14 08:16:31 UTC 2020 - coolo@suse.com Sat Nov 14 08:16:31 UTC 2020 - coolo@suse.com

View File

@ -1,5 +1,5 @@
name: openQA name: openQA
version: 4.6.1605294814.ed6415c5a version: 4.6.1605530208.6b910f3fc
mtime: 1605294814 mtime: 1605530208
commit: ed6415c5aec824ab66c5c879e74373cd376a0078 commit: 6b910f3fc6d2f95d3d4fdfb8fa76eb66af15aa27

View File

@ -19,7 +19,7 @@
# can't use linebreaks here! # 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_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_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-upgrade.service openqa-auto-upgrade.timer %define openqa_auto_upgrade_services openqa-auto-update.service openqa-auto-update.timer
%if %{undefined tmpfiles_create} %if %{undefined tmpfiles_create}
%define tmpfiles_create() \ %define tmpfiles_create() \
%{_bindir}/systemd-tmpfiles --create %{?*} || : \ %{_bindir}/systemd-tmpfiles --create %{?*} || : \
@ -77,7 +77,7 @@
%define devel_requires %devel_no_selenium_requires chromedriver %define devel_requires %devel_no_selenium_requires chromedriver
Name: openQA Name: openQA
Version: 4.6.1605294814.ed6415c5a Version: 4.6.1605530208.6b910f3fc
Release: 0 Release: 0
Summary: The openQA web-frontend, scheduler and tools Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -240,13 +240,13 @@ Group: Development/Tools/Other
Documentation material covering installation, configuration, basic test writing, etc. Documentation material covering installation, configuration, basic test writing, etc.
Covering both openQA and also os-autoinst test engine. Covering both openQA and also os-autoinst test engine.
%package auto-upgrade %package auto-update
Summary: Automatically upgrade and reboot the system when required Summary: Automatically upgrade and reboot the system when required
Group: Development/Tools/Other Group: Development/Tools/Other
Requires: curl Requires: curl
Requires: rebootmgr Requires: rebootmgr
%description auto-upgrade %description auto-update
Use this package to install and enable a systemd service for nightly upgrading Use this package to install and enable a systemd service for nightly upgrading
and rebooting the system if devel:openQA packages are stable. and rebooting the system if devel:openQA packages are stable.
@ -365,7 +365,7 @@ fi
%service_add_pre %{openqa_worker_services} %service_add_pre %{openqa_worker_services}
%pre auto-upgrade %pre auto-update
%service_add_pre %{openqa_auto_upgrade_services} %service_add_pre %{openqa_auto_upgrade_services}
%post %post
@ -398,7 +398,7 @@ fi
%tmpfiles_create %{_tmpfilesdir}/openqa.conf %tmpfiles_create %{_tmpfilesdir}/openqa.conf
%service_add_post %{openqa_worker_services} %service_add_post %{openqa_worker_services}
%post auto-upgrade %post auto-update
%service_add_post %{openqa_auto_upgrade_services} %service_add_post %{openqa_auto_upgrade_services}
%preun %preun
@ -407,7 +407,7 @@ fi
%preun worker %preun worker
%service_del_preun %{openqa_worker_services} %service_del_preun %{openqa_worker_services}
%preun auto-upgrade %preun auto-update
%service_del_preun %{openqa_auto_upgrade_services} %service_del_preun %{openqa_auto_upgrade_services}
%postun %postun
@ -417,7 +417,7 @@ fi
%postun worker %postun worker
%service_del_postun %{openqa_worker_services} %service_del_postun %{openqa_worker_services}
%postun auto-upgrade %postun auto-update
%service_del_postun %{openqa_auto_upgrade_services} %service_del_postun %{openqa_auto_upgrade_services}
%post local-db %post local-db
@ -626,9 +626,9 @@ fi
%{_datadir}/openqa/script/openqa-bootstrap %{_datadir}/openqa/script/openqa-bootstrap
%{_datadir}/openqa/script/openqa-bootstrap-container %{_datadir}/openqa/script/openqa-bootstrap-container
%files auto-upgrade %files auto-update
%dir %{_unitdir} %dir %{_unitdir}
%{_unitdir}/openqa-auto-upgrade.* %{_unitdir}/openqa-auto-update.*
%{_datadir}/openqa/script/openqa-auto-upgrade %{_datadir}/openqa/script/openqa-auto-update
%changelog %changelog