forked from pool/openQA
Offline generation of 4.5.1523608608.fca0aa46
OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=83
This commit is contained in:
parent
d46e984078
commit
8a33210b72
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:184a0072b815da7e050125d8633e9e27cd46a435da797b65a9a67aad135c93d9
|
||||
size 1488224
|
3
openQA-4.5.1523608608.fca0aa46.tar.xz
Normal file
3
openQA-4.5.1523608608.fca0aa46.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28796e01292d517afb4daa4c12d5de966a040ade385ae7fd00caa5225ed296de
|
||||
size 1488424
|
@ -1,7 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 12 10:33:49 UTC 2018 - coolo@suse.com
|
||||
Fri Apr 13 09:53:25 UTC 2018 - coolo@suse.com
|
||||
|
||||
- Update to version 4.5.1523278145.fb1203bb:
|
||||
- Update to version 4.5.1523608608.fca0aa46:
|
||||
* Enforce sorting the results returned by the sql query to use in is_deeply (#1621)
|
||||
* Remove dead code in Worker/Jobs.pm
|
||||
* Update current test module details when cancelling running job
|
||||
* Prevent failures in worker reset_state() (#1618)
|
||||
@ -41,6 +42,16 @@ Thu Apr 12 10:33:49 UTC 2018 - coolo@suse.com
|
||||
* Add first version of OpenQA::Client::Archive
|
||||
* Move test_uploadlog_list and test_resultfile_list to the model
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 13 09:52:40 UTC 2018 - edigiacinto@suse.com
|
||||
|
||||
- Use Minion for GRU tasks, this requires Minion and Mojo::Pg as dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 12 14:00:11 UTC 2018 - marius.kittler@suse.com
|
||||
|
||||
- Fix handling UTF-8 when executing make install
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 12 10:32:50 UTC 2018 - marius.kittler@suse.com
|
||||
|
||||
|
@ -34,9 +34,9 @@
|
||||
%bcond_with tests
|
||||
%endif
|
||||
# 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)
|
||||
%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)
|
||||
Name: openQA
|
||||
Version: 4.5.1523278145.fb1203bb
|
||||
Version: 4.5.1523608608.fca0aa46
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0+
|
||||
@ -210,6 +210,8 @@ rm -rf %{buildroot}/DB
|
||||
%endif
|
||||
|
||||
%install
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
%make_install
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/openqa%{_sysconfdir}/openqa
|
||||
|
Loading…
Reference in New Issue
Block a user