forked from pool/openQA
Accepting request 664324 from devel:openQA:tested
Update to 4.6.1547114886.81dabdea 4.6.1547114886.81dabdea OBS-URL: https://build.opensuse.org/request/show/664324 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=44
This commit is contained in:
commit
84a4957672
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62fb79a12d277f0bc9f02fcdf8b417d7a8e586f4ead3159a5fab378e5970ac92
|
||||
size 10254861
|
3
openQA-4.6.1547114886.81dabdea.obscpio
Normal file
3
openQA-4.6.1547114886.81dabdea.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e93c47b39ef97755eb0cd5d8a473b2255162da7a10c26860fda9255ab0ba9b6
|
||||
size 10260493
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 10:08:18 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1547114886.81dabdea:
|
||||
* 21-needles.t: Use `discard_changes` instead of re-calling `find`
|
||||
* Add bootstrap hint for Leap 15.0
|
||||
* Fix "Can't locate object method new via package JSON" introduced by 95cb6601
|
||||
* Check for correct perltidy version on execution
|
||||
* Fix if condition and leap repo prios for bootstrap
|
||||
* Improve a few details in worker code
|
||||
* worker: Improve handling API failures
|
||||
* Handle unexpected errors on status update more nicely
|
||||
* worker: Fix handling errors caused by connection issues with web UI
|
||||
* Show currently executed function in developer mode
|
||||
* Allow to pause on the next command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 13:41:18 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openQA-test
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1545406149.53968c1e
|
||||
Version: 4.6.1547114886.81dabdea
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 10:08:18 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1547114886.81dabdea:
|
||||
* 21-needles.t: Use `discard_changes` instead of re-calling `find`
|
||||
* Add bootstrap hint for Leap 15.0
|
||||
* Fix "Can't locate object method new via package JSON" introduced by 95cb6601
|
||||
* Check for correct perltidy version on execution
|
||||
* Fix if condition and leap repo prios for bootstrap
|
||||
* Improve a few details in worker code
|
||||
* worker: Improve handling API failures
|
||||
* Handle unexpected errors on status update more nicely
|
||||
* worker: Fix handling errors caused by connection issues with web UI
|
||||
* Show currently executed function in developer mode
|
||||
* Allow to pause on the next command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 13:41:18 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1545406149.53968c1e
|
||||
mtime: 1545406149
|
||||
commit: 53968c1e1147da6f32767328340dc559b2ffdd00
|
||||
version: 4.6.1547114886.81dabdea
|
||||
mtime: 1547114886
|
||||
commit: 81dabdea3ce4dac9c3020d41598541dbcb55d210
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openQA
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -36,7 +36,7 @@
|
||||
# runtime requirements that also the testsuite needs
|
||||
%define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) perl(Text::Markdown) perl(Net::DBus) perl(IPC::Run) perl(Archive::Extract) perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) perl(Time::ParseDate) perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) perl(BSD::Resource) perl(Cpanel::JSON::XS) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg) perl(Mojo::SQLite) perl(Minion::Backend::SQLite)
|
||||
Name: openQA
|
||||
Version: 4.6.1545406149.53968c1e
|
||||
Version: 4.6.1547114886.81dabdea
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user