SHA256
1
0
forked from pool/openQA

Offline generation of 4.6.1559912327.a05b2f4c

4.6.1559912327.a05b2f4c

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=221
This commit is contained in:
Oliver Kurz 2019-06-07 15:54:15 +00:00 committed by Git OBS Bridge
parent 2d46545a96
commit f21e7fb8a4
8 changed files with 48 additions and 18 deletions

View File

@ -12,7 +12,6 @@ RUN zypper in -y -C \
glibc-locale \
automake \
curl \
dbus-1-devel \
fftw3-devel \
gcc \
gcc-c++ \
@ -93,7 +92,6 @@ RUN zypper in -y -C \
'perl(Mojolicious::Plugin::RenderFile)' \
'perl(JSON::Validator)' \
'perl(YAML::XS) >= 0.67' \
'perl(Net::DBus)' \
'perl(Net::OpenID::Consumer)' \
'perl(Net::SNMP)' \
'perl(Net::SSH2)' \
@ -124,11 +122,9 @@ RUN zypper in -y -C \
perl-Archive-Extract \
perl-Test-Simple \
'perl(aliased)' \
dbus-1 systemd-sysvinit \
systemd-sysvinit \
systemd libudev1 tack
RUN cp /usr/lib/systemd/system/dbus.service /etc/systemd/system/; \
sed -i 's/OOMScoreAdjust=-900//' /etc/systemd/system/dbus.service
VOLUME ["/sys/fs/cgroup", "/run"]
CMD ["/sbin/init"]

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ea816fd2df23553feaaf5b36627a9e6b63c726327ddf6f6acc544ed2b15e3a9
size 9513485

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41e85dc7675aa1869ad2f2bfc7a8bf7f585d446f4c291f9950cb2b8f7e641834
size 9489933

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jun 07 15:53:59 UTC 2019 - coolo@suse.com
- Update to version 4.6.1559912327.a05b2f4c:
* Test the scheduler API
* Cache: Fix missing download progress output and warning
* Provide the script `openqa-clone-job` already in source
* Remove dead code from OpenQA.pm
* Remove imports that are no longer needed
* Remove all remaining traces of D-Bus
* Share authentication controller between websocket server and scheduler
* Remove old script that had been broken for quite some time (and was therefore probably not used anymore)
* Turn scheduler core into a model class
* Replace D-Bus with HTTP
* Remove imports that are no longer needed
* Add a scheduler client
* Update architecture diagram
-------------------------------------------------------------------
Wed Jun 05 14:36:54 UTC 2019 - coolo@suse.com

View File

@ -18,7 +18,7 @@
%define short_name openQA
Name: %{short_name}-test
Version: 4.6.1559744346.36d65edf
Version: 4.6.1559912327.a05b2f4c
Release: 0
Summary: Test package for openQA
License: GPL-2.0-or-later

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jun 07 15:53:59 UTC 2019 - coolo@suse.com
- Update to version 4.6.1559912327.a05b2f4c:
* Test the scheduler API
* Cache: Fix missing download progress output and warning
* Provide the script `openqa-clone-job` already in source
* Remove dead code from OpenQA.pm
* Remove imports that are no longer needed
* Remove all remaining traces of D-Bus
* Share authentication controller between websocket server and scheduler
* Remove old script that had been broken for quite some time (and was therefore probably not used anymore)
* Turn scheduler core into a model class
* Replace D-Bus with HTTP
* Remove imports that are no longer needed
* Add a scheduler client
* Update architecture diagram
-------------------------------------------------------------------
Wed Jun 05 14:36:54 UTC 2019 - coolo@suse.com

View File

@ -1,5 +1,5 @@
name: openQA
version: 4.6.1559744346.36d65edf
mtime: 1559744346
commit: 36d65edf921d90e703d64853d354086706fcc27a
version: 4.6.1559912327.a05b2f4c
mtime: 1559912327
commit: a05b2f4c6745345afe8ae80be9c340b7f79839ab

View File

@ -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(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)
%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(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.1559744346.36d65edf
Version: 4.6.1559912327.a05b2f4c
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later
@ -59,7 +59,6 @@ BuildRequires: perl(Mojo::RabbitMQ::Client) >= 0.2
BuildRequires: perl(Mojolicious) >= 7.92
BuildRequires: perl(Mojolicious::Plugin::AssetPack) >= 1.36
BuildRequires: rubygem(sass)
Requires: dbus-1
Requires: perl(Minion) >= 9.09
Requires: perl(Mojo::RabbitMQ::Client) >= 0.2
Requires: perl(YAML::XS) >= 0.67
@ -246,7 +245,7 @@ ln -s %{_sysconfdir}/openqa/openqa.ini %{buildroot}%{_datadir}/openqa%{_sysconfd
ln -s %{_sysconfdir}/openqa/database.ini %{buildroot}%{_datadir}/openqa%{_sysconfdir}/openqa/database.ini
mkdir -p %{buildroot}%{_bindir}
ln -s %{_datadir}/openqa/script/client %{buildroot}%{_bindir}/openqa-client
ln -s %{_datadir}/openqa/script/clone_job.pl %{buildroot}%{_bindir}/openqa-clone-job
ln -s %{_datadir}/openqa/script/openqa-clone-job %{buildroot}%{_bindir}/openqa-clone-job
ln -s %{_datadir}/openqa/script/dump_templates %{buildroot}%{_bindir}/openqa-dump-templates
ln -s %{_datadir}/openqa/script/load_templates %{buildroot}%{_bindir}/openqa-load-templates
ln -s %{_datadir}/openqa/script/openqa-clone-custom-git-refspec %{buildroot}%{_bindir}/openqa-clone-custom-git-refspec
@ -369,7 +368,6 @@ fi
%{_datadir}/openqa%{_sysconfdir}/openqa/openqa.ini
%{_datadir}/openqa%{_sysconfdir}/openqa/database.ini
%config %{_sysconfdir}/logrotate.d
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.opensuse.openqa.conf
# apache vhost
%dir %{_sysconfdir}/apache2
%dir %{_sysconfdir}/apache2/vhosts.d
@ -393,7 +391,6 @@ fi
%{_datadir}/openqa/assets
%{_datadir}/openqa/dbicdh
%{_datadir}/openqa/script/check_dependencies
%{_datadir}/openqa/script/clean_needles
%{_datadir}/openqa/script/create_admin
%{_datadir}/openqa/script/fetchneedles
%{_datadir}/openqa/script/initdb
@ -473,6 +470,7 @@ fi
%{_datadir}/openqa/script/clone_job.pl
%{_datadir}/openqa/script/dump_templates
%{_datadir}/openqa/script/load_templates
%{_datadir}/openqa/script/openqa-clone-job
%{_datadir}/openqa/script/openqa-clone-custom-git-refspec
%dir %{_datadir}/openqa/lib
%{_datadir}/openqa/lib/OpenQA/Client.pm