forked from pool/openQA
Offline generation of 4.6.1557928646.3815e410
4.6.1557928646.3815e410 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=207
This commit is contained in:
parent
4aca159fc9
commit
153833ebfd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ea1e9475ff0b0033686d4fd46c0a36e61bf570cc6919514842908a5be2886c0
|
||||
size 9373709
|
3
openQA-4.6.1557928646.3815e410.obscpio
Normal file
3
openQA-4.6.1557928646.3815e410.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f569fcf79decd123e22c4082bd610da9d03d3ee1ae12627027dfb69be3d3c56e
|
||||
size 9369613
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 14:34:20 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1557928646.3815e410:
|
||||
* Revert "Improve code for settings expansion"
|
||||
* Add test for saving needles via Git
|
||||
* Validate properties of OpenQA::Git before using them
|
||||
* Fix comparision of cluster ID for dependency graph (#2068)
|
||||
* Set user correctly in OpenQA::Git instantiation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 12:07:50 UTC 2019 - coolo@suse.com
|
||||
|
||||
@ -172,7 +182,7 @@ Sat Mar 02 17:37:11 UTC 2019 - coolo@suse.com
|
||||
- Update to version 4.6.1551454083.e27d66d8:
|
||||
* Extend apparmor profile for all Git commands we use
|
||||
* Correct limit_assets task arguments
|
||||
* Allow test vars for openqa-clone-custom-git-refs…
|
||||
* Allow test vars for openqa-clone-custom-git-refs…
|
||||
* Fix updating needle Git repository
|
||||
* Fix uniform box widths of dependency graph in current Firefox
|
||||
* Move JSON::Validator and YAML::XS to t_requires
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1557739992.f9fbeb06
|
||||
Version: 4.6.1557928646.3815e410
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 14:34:20 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1557928646.3815e410:
|
||||
* Revert "Improve code for settings expansion"
|
||||
* Add test for saving needles via Git
|
||||
* Validate properties of OpenQA::Git before using them
|
||||
* Fix comparision of cluster ID for dependency graph (#2068)
|
||||
* Set user correctly in OpenQA::Git instantiation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 12:07:50 UTC 2019 - coolo@suse.com
|
||||
|
||||
@ -172,7 +182,7 @@ Sat Mar 02 17:37:11 UTC 2019 - coolo@suse.com
|
||||
- Update to version 4.6.1551454083.e27d66d8:
|
||||
* Extend apparmor profile for all Git commands we use
|
||||
* Correct limit_assets task arguments
|
||||
* Allow test vars for openqa-clone-custom-git-refs…
|
||||
* Allow test vars for openqa-clone-custom-git-refs…
|
||||
* Fix updating needle Git repository
|
||||
* Fix uniform box widths of dependency graph in current Firefox
|
||||
* Move JSON::Validator and YAML::XS to t_requires
|
||||
@ -2504,7 +2514,7 @@ Tue Nov 08 10:08:14 UTC 2016 - rd-ops-cm@suse.de
|
||||
* t: Delete unused (disabled) 'use Test::Output'
|
||||
* t: Ensure proper output catching
|
||||
* Improve usability of job group property editor
|
||||
* Replace all '...' with '…' in web UI
|
||||
* Replace all '...' with '…' in web UI
|
||||
* Add assert_script_run description
|
||||
* Allow '@' in asset name (#979)
|
||||
* Fix list of needle tags in needle info popover (#977)
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1557739992.f9fbeb06
|
||||
mtime: 1557739992
|
||||
commit: f9fbeb0606a433a894c08b55f33d12bd2ed8ca88
|
||||
version: 4.6.1557928646.3815e410
|
||||
mtime: 1557928646
|
||||
commit: 3815e410c1b3e0dd13ea452772647c00603c290d
|
||||
|
||||
|
@ -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(JSON::Validator) perl(YAML::XS) 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.1557739992.f9fbeb06
|
||||
Version: 4.6.1557928646.3815e410
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user