forked from pool/openQA
Accepting request 576269 from devel:openQA:tested
Update to 4.5.1518003872.3977d2f5 OBS-URL: https://build.opensuse.org/request/show/576269 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=11
This commit is contained in:
commit
a4d5f7631c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3210a9f7f2e1b36582254f0c95d65c9ab3863a10c33e992955872a79ef79bcbc
|
|
||||||
size 1464392
|
|
3
openQA-4.5.1518003872.3977d2f5.tar.xz
Normal file
3
openQA-4.5.1518003872.3977d2f5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f4dd883ac5ac26efcc403465849ad270fdc9376edec0bec1d84585d508802dc2
|
||||||
|
size 1464424
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 10 01:01:54 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.5.1518003872.3977d2f5:
|
||||||
|
* Run perltidy again (#1577)
|
||||||
|
* Fix perltidy complaints (#1576)
|
||||||
|
* Give 404 rather than 500 on invalid asset route (#1575)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 06 12:30:26 UTC 2018 - coolo@suse.com
|
Tue Feb 06 12:30:26 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
# runtime requirements that also the testsuite needs
|
# 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)
|
%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)
|
||||||
Name: openQA
|
Name: openQA
|
||||||
Version: 4.5.1517920216.2250682a
|
Version: 4.5.1518003872.3977d2f5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The openQA web-frontend, scheduler and tools
|
Summary: The openQA web-frontend, scheduler and tools
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -197,9 +197,6 @@ cpanm --installdeps --with-feature=test .
|
|||||||
# we don't really need the tidy test
|
# we don't really need the tidy test
|
||||||
rm -f t/00-tidy.t
|
rm -f t/00-tidy.t
|
||||||
|
|
||||||
# currently broken in OBS
|
|
||||||
#rm -f ./t/24-worker.t ./t/api/09-comments.t ./t/ui/07-file.t ./t/ui/13-admin.t ./t/ui/15-comments.t ./t/ui/18-tests-details.t ./t/ui/19-tests-links.t ./t/05-scheduler-dependencies.t
|
|
||||||
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
#make test
|
#make test
|
||||||
rm -rf %{buildroot}/DB
|
rm -rf %{buildroot}/DB
|
||||||
|
Loading…
Reference in New Issue
Block a user