Offline generation of 4.5.1537682748.0d10ddb9
4.5.1537682748.0d10ddb9 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=131
This commit is contained in:
parent
05d868d0c0
commit
52b9c9cae3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dad55afe3bde9d48623893fb5af856718af0cffa5a352174344c5685b30c5f24
|
||||
size 24734221
|
3
os-autoinst-4.5.1537682748.0d10ddb9.obscpio
Normal file
3
os-autoinst-4.5.1537682748.0d10ddb9.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7a0bc85f5c215c69d5713481a3d74a1742a7e07f1719304c32826f33477567b
|
||||
size 24740877
|
@ -1,9 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 15:11:54 UTC 2018 - okurz@suse.com
|
||||
Wed Sep 26 06:37:38 UTC 2018 - okurz@suse.com
|
||||
|
||||
- Update to version 4.5.1536750184.92e52b69:
|
||||
* command server: Don't mix myjsonrpc with Mojo::IOLoop::Stream
|
||||
* Improve log messages and error handling in web socket server
|
||||
- Update to version 4.5.1537682748.0d10ddb9:
|
||||
* Treat $OpenQA::Isotovideo::Interface::version as test API (#1023)
|
||||
* Fix led state change with tigervnc (#1028)
|
||||
* script_output: increase logging in case of failure (#1025)
|
||||
* Unit test for script_output
|
||||
* Use wait_serial to wait for here tag end
|
||||
* Use here tag in script_out
|
||||
* Add option to always dump memory after a test failure
|
||||
* qemu: Add knobs and dials for tuning snapshotting
|
||||
* Prefer override test module files if found in the openQA "other" repo path
|
||||
* isotovideo: Require explicit 'tests/' prefix within SCHEDULE again for openQA use
|
||||
* Add variable SCHEDULE to define the full schedule by variable
|
||||
* t: Fix failures in 99-full-stack.t depending on system performance
|
||||
* testapi: Fix spellcheck with whitelisted 'kvm', 'VM'
|
||||
* t: Fix perl warning "Possible attempt to separate words with commas"
|
||||
* Fix "Use of uninitialized value $_[0] in join or string" in 'diag'
|
||||
* Die when remote backend programs are missing (#1024)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 10 10:58:21 UTC 2018 - okurz@suse.com
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.5.1536750184.92e52b69
|
||||
Version: 4.5.1537682748.0d10ddb9
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0+
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 06:37:38 UTC 2018 - okurz@suse.com
|
||||
|
||||
- Update to version 4.5.1537682748.0d10ddb9:
|
||||
* Treat $OpenQA::Isotovideo::Interface::version as test API (#1023)
|
||||
* Fix led state change with tigervnc (#1028)
|
||||
* script_output: increase logging in case of failure (#1025)
|
||||
* Unit test for script_output
|
||||
* Use wait_serial to wait for here tag end
|
||||
* Use here tag in script_out
|
||||
* Add option to always dump memory after a test failure
|
||||
* qemu: Add knobs and dials for tuning snapshotting
|
||||
* Prefer override test module files if found in the openQA "other" repo path
|
||||
* isotovideo: Require explicit 'tests/' prefix within SCHEDULE again for openQA use
|
||||
* Add variable SCHEDULE to define the full schedule by variable
|
||||
* t: Fix failures in 99-full-stack.t depending on system performance
|
||||
* testapi: Fix spellcheck with whitelisted 'kvm', 'VM'
|
||||
* t: Fix perl warning "Possible attempt to separate words with commas"
|
||||
* Fix "Use of uninitialized value $_[0] in join or string" in 'diag'
|
||||
* Die when remote backend programs are missing (#1024)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 15:11:54 UTC 2018 - okurz@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: os-autoinst
|
||||
version: 4.5.1536750184.92e52b69
|
||||
mtime: 1536750184
|
||||
commit: 92e52b692f20fc3d347deae80c1517c7df53cd81
|
||||
version: 4.5.1537682748.0d10ddb9
|
||||
mtime: 1537682748
|
||||
commit: 0d10ddb94ef1c40e8fcfa8fa2f106ee7ab4f0064
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.5.1536750184.92e52b69
|
||||
Version: 4.5.1537682748.0d10ddb9
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user