forked from pool/openQA
Accepting request 1098380 from devel:openQA:tested
Update to 4.6.1689162874.c51d4b9 4.6.1689162874.c51d4b9 4.6.1689162874.c51d4b9 4.6.1689162874.c51d4b9 4.6.1689162874.c51d4b9 OBS-URL: https://build.opensuse.org/request/show/1098380 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=487
This commit is contained in:
commit
8c9521fafd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad4e4c41bd3f84104cc1efd937efa284503f39ec974e3623ba8e4ba1f4ed26ef
|
||||
size 14347789
|
3
openQA-4.6.1689162874.c51d4b9.obscpio
Normal file
3
openQA-4.6.1689162874.c51d4b9.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:654b734de85f73cf6eb1f81013f2ec48c63aa557621b6a8d3123d8a84ba0b1b2
|
||||
size 14349837
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-client
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1688760836.a3a5f95
|
||||
Version: 4.6.1689162874.c51d4b9
|
||||
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.1688760836.a3a5f95
|
||||
Version: 4.6.1689162874.c51d4b9
|
||||
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.1688760836.a3a5f95
|
||||
Version: 4.6.1689162874.c51d4b9
|
||||
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.1688760836.a3a5f95
|
||||
Version: 4.6.1689162874.c51d4b9
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 12 14:00:47 UTC 2023 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1689162874.c51d4b9:
|
||||
* Avoid worker to wait until setup timeout on asset errors
|
||||
* Add nginx config for tls
|
||||
* Avoid asset caching ending up with `Job terminated unexpectedly`
|
||||
* Avoid errors in the logs when invalid group IDs are passed
|
||||
* Provide single-instance-apache from single-instance
|
||||
* Introduce nginx version of the single-instance rpm
|
||||
* Prevent bootstrap script retry failed proxy conf with remote script
|
||||
* Avoid errors in the logs when invalid job IDs are passed
|
||||
* Install nginx webserver in bootstrap script if requested
|
||||
* bootstrap: Use correct syntax to pass args to remote script
|
||||
* Fix openqa-bootstrap script referencing unbound var
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 08 04:22:57 UTC 2023 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: openQA
|
||||
version: 4.6.1688760836.a3a5f95
|
||||
mtime: 1688760836
|
||||
commit: a3a5f9574f30615972a1cfe55583a32f7eb6704a
|
||||
version: 4.6.1689162874.c51d4b9
|
||||
mtime: 1689162874
|
||||
commit: c51d4b927bc28a59e6ee76e876d93daef0579f6b
|
||||
|
17
openQA.spec
17
openQA.spec
@ -78,7 +78,7 @@
|
||||
%define devel_requires %devel_no_selenium_requires chromedriver
|
||||
|
||||
Name: openQA
|
||||
Version: 4.6.1688760836.a3a5f95
|
||||
Version: 4.6.1689162874.c51d4b9
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -238,8 +238,10 @@ You only need this package if you have a local postgresql server
|
||||
next to the webui.
|
||||
|
||||
%package single-instance
|
||||
Summary: Convenience package for a single-instance setup
|
||||
Summary: Convenience package for a single-instance setup using apache proxy
|
||||
Group: Development/Tools/Other
|
||||
Provides: %{name}-single-instance-apache
|
||||
Provides: %{name}-single-instance-apache2
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name}-local-db
|
||||
Requires: %{name}-worker = %{version}
|
||||
@ -248,6 +250,17 @@ Requires: apache2
|
||||
%description single-instance
|
||||
Use this package to setup a local instance with all services provided together.
|
||||
|
||||
%package single-instance-nginx
|
||||
Summary: Convenience package for a single-instance setup using nginx proxy
|
||||
Group: Development/Tools/Other
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name}-local-db
|
||||
Requires: %{name}-worker = %{version}
|
||||
Requires: nginx
|
||||
|
||||
%description single-instance-nginx
|
||||
Use this package to setup a local instance with all services provided together.
|
||||
|
||||
%package bootstrap
|
||||
Summary: Automated openQA setup
|
||||
Group: Development/Tools/Other
|
||||
|
Loading…
Reference in New Issue
Block a user