forked from pool/openQA
Offline generation of 4.6.1688124489.7f4be1c
4.6.1688124489.7f4be1c 4.6.1688124489.7f4be1c 4.6.1688124489.7f4be1c 4.6.1688124489.7f4be1c OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=1048
This commit is contained in:
parent
a89f694006
commit
9ea2892260
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:385df35d51a29eeed904f75effd1c69eaf5d6db8ba2952f057ea5b038d6ed08a
|
||||
size 14343693
|
3
openQA-4.6.1688124489.7f4be1c.obscpio
Normal file
3
openQA-4.6.1688124489.7f4be1c.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18937e75d89a21d88420007910ab08b2a8381061203baf0c6444281bf781d642
|
||||
size 14344717
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-client
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1688038171.b33d284
|
||||
Version: 4.6.1688124489.7f4be1c
|
||||
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.1688038171.b33d284
|
||||
Version: 4.6.1688124489.7f4be1c
|
||||
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.1688038171.b33d284
|
||||
Version: 4.6.1688124489.7f4be1c
|
||||
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.1688038171.b33d284
|
||||
Version: 4.6.1688124489.7f4be1c
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 02 04:54:54 UTC 2023 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1688124489.7f4be1c:
|
||||
* Include nginx config in RPM
|
||||
* Make sure munin config survives package update
|
||||
* Consider devel mode test stable after recent changes
|
||||
* Workaround line not being marked as covered
|
||||
* Make it more obvious when devel mode fullstack test lacks files
|
||||
* Fix race condition at the end of developer mode test
|
||||
* Workaround sporadic failures of developer mode test
|
||||
* De-duplicate code for re-login in devel mode test
|
||||
* t: Reduce likelyhood of sporadic error about not logged in user
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 29 15:34:00 UTC 2023 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: openQA
|
||||
version: 4.6.1688038171.b33d284
|
||||
mtime: 1688038171
|
||||
commit: b33d28482fb567537c99701a857f6e2086a3e2ce
|
||||
version: 4.6.1688124489.7f4be1c
|
||||
mtime: 1688124489
|
||||
commit: 7f4be1c1130bde86e1742e533c00b22f32190353
|
||||
|
11
openQA.spec
11
openQA.spec
@ -78,7 +78,7 @@
|
||||
%define devel_requires %devel_no_selenium_requires chromedriver
|
||||
|
||||
Name: openQA
|
||||
Version: 4.6.1688038171.b33d284
|
||||
Version: 4.6.1688124489.7f4be1c
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -460,7 +460,8 @@ if [ ! -e %{_localstatedir}/log/openqa ]; then
|
||||
fi
|
||||
|
||||
if [ $1 -eq 1 ]; then
|
||||
echo "### copy and edit %{_sysconfdir}/apache2/vhosts.d/openqa.conf.template!"
|
||||
echo "### copy and edit %{_sysconfdir}/apache2/vhosts.d/openqa.conf.template if using apache!"
|
||||
echo "### see %{_sysconfdir}/nginx/vhosts.d/openqa.conf if using nginx!"
|
||||
echo "### run sudo %{_datadir}/openqa/script/fetchneedles"
|
||||
else
|
||||
if [ -d "%{_localstatedir}/lib/openqa/share/testresults" ]; then
|
||||
@ -554,6 +555,10 @@ fi
|
||||
%config %{_sysconfdir}/apache2/vhosts.d/openqa.conf.template
|
||||
%config %{_sysconfdir}/apache2/vhosts.d/openqa-common.inc
|
||||
%config %{_sysconfdir}/apache2/vhosts.d/openqa-ssl.conf.template
|
||||
# nginx vhost
|
||||
%dir %{_sysconfdir}/nginx
|
||||
%dir %{_sysconfdir}/nginx/vhosts.d
|
||||
%config %{_sysconfdir}/nginx/vhosts.d/openqa.conf
|
||||
# apparmor profile
|
||||
%dir %{_sysconfdir}/apparmor.d
|
||||
%config %{_sysconfdir}/apparmor.d/usr.share.openqa.script.openqa
|
||||
@ -769,6 +774,6 @@ fi
|
||||
%dir %{_sysconfdir}/munin
|
||||
%dir %{_sysconfdir}/munin/plugin-conf.d
|
||||
%{_prefix}/lib/munin/plugins/openqa_minion_
|
||||
%{_sysconfdir}/munin/plugin-conf.d/openqa-minion
|
||||
%config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/openqa-minion
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user