forked from pool/openQA
Accepting request 667073 from devel:openQA:tested
Update to 4.6.1547830304.62f9aaaa 4.6.1547830304.62f9aaaa OBS-URL: https://build.opensuse.org/request/show/667073 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=45
This commit is contained in:
commit
5b8f46134d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e93c47b39ef97755eb0cd5d8a473b2255162da7a10c26860fda9255ab0ba9b6
|
||||
size 10260493
|
3
openQA-4.6.1547830304.62f9aaaa.obscpio
Normal file
3
openQA-4.6.1547830304.62f9aaaa.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e231e07dec1fdc29589e5f35ee07e5384a5d5075cd48f5eb32589f3690d14bb7
|
||||
size 10268173
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 18 17:28:35 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1547830304.62f9aaaa:
|
||||
* Allow overwriting container bootstrap repo
|
||||
* Remove Failed modules filter from UI
|
||||
* Add UI tests for filter by module
|
||||
* Add search by module in all jobs of job group
|
||||
* Prevent github to think we have perl6 code
|
||||
* Better check for existing DBs in bootstrap
|
||||
* bootstrap: make errors fatal and deal with re-runs
|
||||
* apparmor: Further fixes for custom git clones
|
||||
* 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.1547830304.62f9aaaa
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 18 17:28:35 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1547830304.62f9aaaa:
|
||||
* Allow overwriting container bootstrap repo
|
||||
* Remove Failed modules filter from UI
|
||||
* Add UI tests for filter by module
|
||||
* Add search by module in all jobs of job group
|
||||
* Prevent github to think we have perl6 code
|
||||
* Better check for existing DBs in bootstrap
|
||||
* bootstrap: make errors fatal and deal with re-runs
|
||||
* apparmor: Further fixes for custom git clones
|
||||
* 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.1547830304.62f9aaaa
|
||||
mtime: 1547830304
|
||||
commit: 62f9aaaa8c1aaf2d73c001b53eeaa64e501d0791
|
||||
|
||||
|
@ -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.1547830304.62f9aaaa
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user