forked from pool/openQA
Offline generation of 4.6.1547656007.e6cc92f4
4.6.1547656007.e6cc92f4 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=156
This commit is contained in:
parent
6389a1187c
commit
b26f26a109
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e93c47b39ef97755eb0cd5d8a473b2255162da7a10c26860fda9255ab0ba9b6
|
||||
size 10260493
|
3
openQA-4.6.1547656007.e6cc92f4.obscpio
Normal file
3
openQA-4.6.1547656007.e6cc92f4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe4ac813022b9f7b6de18e347787881fb63756b3b8b3afa4a5a9be28cf3565c3
|
||||
size 10263053
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 16 18:09:03 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1547656007.e6cc92f4:
|
||||
* bootstrap: make errors fatal and deal with re-runs
|
||||
* Fix external reporting if scenario description not present
|
||||
* Improve code for scenario description and add test
|
||||
* Add test suite description for bug reporting
|
||||
* apparmor: Fix custom git repo clone "env" denied
|
||||
* clone_job: Add convenience option '--within-instance'
|
||||
* Also set assigned jobs to parallel_failed (#1951)
|
||||
* Fix a few issues reported by jshint
|
||||
* Prevent the live log from becoming too long
|
||||
* Handle undefined `$text` in `find_bugref` and `find_bugrefs`
|
||||
* Wrap text in live log so long lines are readable
|
||||
* Allow custom CASEDIR/PRODUCTDIR/ASSETDIR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 10:08:18 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1547114886.81dabdea
|
||||
Version: 4.6.1547656007.e6cc92f4
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 16 18:09:03 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1547656007.e6cc92f4:
|
||||
* bootstrap: make errors fatal and deal with re-runs
|
||||
* Fix external reporting if scenario description not present
|
||||
* Improve code for scenario description and add test
|
||||
* Add test suite description for bug reporting
|
||||
* apparmor: Fix custom git repo clone "env" denied
|
||||
* clone_job: Add convenience option '--within-instance'
|
||||
* Also set assigned jobs to parallel_failed (#1951)
|
||||
* Fix a few issues reported by jshint
|
||||
* Prevent the live log from becoming too long
|
||||
* Handle undefined `$text` in `find_bugref` and `find_bugrefs`
|
||||
* Wrap text in live log so long lines are readable
|
||||
* Allow custom CASEDIR/PRODUCTDIR/ASSETDIR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 10:08:18 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1547114886.81dabdea
|
||||
mtime: 1547114886
|
||||
commit: 81dabdea3ce4dac9c3020d41598541dbcb55d210
|
||||
version: 4.6.1547656007.e6cc92f4
|
||||
mtime: 1547656007
|
||||
commit: e6cc92f429411e55f72ade8127c068f62993a17b
|
||||
|
||||
|
@ -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.1547114886.81dabdea
|
||||
Version: 4.6.1547656007.e6cc92f4
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user