forked from pool/openQA
Offline generation of 4.6.1685524945.b4ca723
4.6.1685524945.b4ca723 4.6.1685524945.b4ca723 4.6.1685524945.b4ca723 4.6.1685524945.b4ca723 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=1020
This commit is contained in:
parent
9ddb3ea357
commit
584b6340d2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff1b151076017f81f4d79fb64918963ad5300632b830c7fd69dda5421b05714c
|
||||
size 14164493
|
3
openQA-4.6.1685524945.b4ca723.obscpio
Normal file
3
openQA-4.6.1685524945.b4ca723.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed49259d0eb1f396beece2913fa85ab1b395a81e06cc1832ea8b332c9a207e12
|
||||
size 14316557
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-client
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1684771865.6dc41fa
|
||||
Version: 4.6.1685524945.b4ca723
|
||||
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.1684771865.6dc41fa
|
||||
Version: 4.6.1685524945.b4ca723
|
||||
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.1684771865.6dc41fa
|
||||
Version: 4.6.1685524945.b4ca723
|
||||
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.1684771865.6dc41fa
|
||||
Version: 4.6.1685524945.b4ca723
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 15:45:56 UTC 2023 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1685524945.b4ca723:
|
||||
* Improve performance of server-side asset upload handling
|
||||
* doc: Improve references for a quick installation
|
||||
* openqa-bootstrap: Remove obsolete systemd check
|
||||
* openqa-bootstrap: Speedup package installation
|
||||
* openqa-bootstrap: Optionally skip SUSE-specifics
|
||||
* container: Add single-instance variant
|
||||
* openqa-bootstrap: Support systemd-less environments
|
||||
* container: Handle potentially already existing certificates gracefully
|
||||
* Add development container for openQA
|
||||
* Update docs/WritingTests.asciidoc
|
||||
* Mention required permisson for webhook based CI setup
|
||||
* Use normal operators consistently in `CloneJob` consistently
|
||||
* Fix logic in openqa-clone-job
|
||||
* Remove unneeded list comprehension in openqa-label-all
|
||||
* Remove python3-future from dependencies
|
||||
* doc: Improve "Container based setup" section
|
||||
* Fix postgres dir permissions for running openqa-bootstrap in nspawn
|
||||
* doc: Improve introduction of "Containerized setup" chapter
|
||||
* Remove debug "print" in gru plugin
|
||||
* Extract formatting of CI check description into function
|
||||
* Improve reporting CI status back
|
||||
* Take restarted jobs into account when a PR is updated/closed
|
||||
* Handle updated/closed PRs via webhook
|
||||
* Assign webhook ID when creating a scheduled product from webhook
|
||||
* Add indexed column `webhook_id` to scheduled products table
|
||||
* Consider a tag's version when cleaning up job results
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 09:38:42 UTC 2023 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: openQA
|
||||
version: 4.6.1684771865.6dc41fa
|
||||
mtime: 1684771865
|
||||
commit: 6dc41fad451b07472e0287a365f559b472cb46a2
|
||||
version: 4.6.1685524945.b4ca723
|
||||
mtime: 1685524945
|
||||
commit: b4ca72362c1a20eb5f4b4b14dbcfdd54ef5b3ff6
|
||||
|
@ -42,7 +42,7 @@
|
||||
%endif
|
||||
# runtime requirements that also the testsuite needs
|
||||
%if %{with python_scripts}
|
||||
%define python_scripts_requires python3-base python3-requests python3-future openQA-client
|
||||
%define python_scripts_requires python3-base python3-requests openQA-client
|
||||
%else
|
||||
%define python_scripts_requires %{nil}
|
||||
%endif
|
||||
@ -78,7 +78,7 @@
|
||||
%define devel_requires %devel_no_selenium_requires chromedriver
|
||||
|
||||
Name: openQA
|
||||
Version: 4.6.1684771865.6dc41fa
|
||||
Version: 4.6.1685524945.b4ca723
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user