forked from pool/openQA
Accepting request 709343 from devel:openQA:tested
Update to 4.6.1560026218.807c3c09 4.6.1560026218.807c3c09 OBS-URL: https://build.opensuse.org/request/show/709343 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=70
This commit is contained in:
commit
fd40ea7c4d
@ -12,7 +12,6 @@ RUN zypper in -y -C \
|
|||||||
glibc-locale \
|
glibc-locale \
|
||||||
automake \
|
automake \
|
||||||
curl \
|
curl \
|
||||||
dbus-1-devel \
|
|
||||||
fftw3-devel \
|
fftw3-devel \
|
||||||
gcc \
|
gcc \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
@ -93,7 +92,6 @@ RUN zypper in -y -C \
|
|||||||
'perl(Mojolicious::Plugin::RenderFile)' \
|
'perl(Mojolicious::Plugin::RenderFile)' \
|
||||||
'perl(JSON::Validator)' \
|
'perl(JSON::Validator)' \
|
||||||
'perl(YAML::XS) >= 0.67' \
|
'perl(YAML::XS) >= 0.67' \
|
||||||
'perl(Net::DBus)' \
|
|
||||||
'perl(Net::OpenID::Consumer)' \
|
'perl(Net::OpenID::Consumer)' \
|
||||||
'perl(Net::SNMP)' \
|
'perl(Net::SNMP)' \
|
||||||
'perl(Net::SSH2)' \
|
'perl(Net::SSH2)' \
|
||||||
@ -124,11 +122,9 @@ RUN zypper in -y -C \
|
|||||||
perl-Archive-Extract \
|
perl-Archive-Extract \
|
||||||
perl-Test-Simple \
|
perl-Test-Simple \
|
||||||
'perl(aliased)' \
|
'perl(aliased)' \
|
||||||
dbus-1 systemd-sysvinit \
|
systemd-sysvinit \
|
||||||
systemd libudev1 tack
|
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"]
|
VOLUME ["/sys/fs/cgroup", "/run"]
|
||||||
|
|
||||||
CMD ["/sbin/init"]
|
CMD ["/sbin/init"]
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9ea816fd2df23553feaaf5b36627a9e6b63c726327ddf6f6acc544ed2b15e3a9
|
|
||||||
size 9513485
|
|
3
openQA-4.6.1560026218.807c3c09.obscpio
Normal file
3
openQA-4.6.1560026218.807c3c09.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:385005e7e0426537d4db625f2a09d75e6480b6d21f2627ee718348039c271b4e
|
||||||
|
size 9490957
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 11 18:22:27 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1560026218.807c3c09:
|
||||||
|
* Update MM setup documentation
|
||||||
|
* 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
|
Wed Jun 05 14:36:54 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define short_name openQA
|
%define short_name openQA
|
||||||
Name: %{short_name}-test
|
Name: %{short_name}-test
|
||||||
Version: 4.6.1559744346.36d65edf
|
Version: 4.6.1560026218.807c3c09
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for openQA
|
Summary: Test package for openQA
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 11 18:22:27 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1560026218.807c3c09:
|
||||||
|
* Update MM setup documentation
|
||||||
|
* 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
|
Wed Jun 05 14:36:54 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: openQA
|
name: openQA
|
||||||
version: 4.6.1559744346.36d65edf
|
version: 4.6.1560026218.807c3c09
|
||||||
mtime: 1559744346
|
mtime: 1560026218
|
||||||
commit: 36d65edf921d90e703d64853d354086706fcc27a
|
commit: 807c3c093adaf131fdcb86596b824ff2e498c922
|
||||||
|
|
||||||
|
10
openQA.spec
10
openQA.spec
@ -34,9 +34,9 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
%endif
|
%endif
|
||||||
# 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(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
|
Name: openQA
|
||||||
Version: 4.6.1559744346.36d65edf
|
Version: 4.6.1560026218.807c3c09
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The openQA web-frontend, scheduler and tools
|
Summary: The openQA web-frontend, scheduler and tools
|
||||||
License: GPL-2.0-or-later
|
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) >= 7.92
|
||||||
BuildRequires: perl(Mojolicious::Plugin::AssetPack) >= 1.36
|
BuildRequires: perl(Mojolicious::Plugin::AssetPack) >= 1.36
|
||||||
BuildRequires: rubygem(sass)
|
BuildRequires: rubygem(sass)
|
||||||
Requires: dbus-1
|
|
||||||
Requires: perl(Minion) >= 9.09
|
Requires: perl(Minion) >= 9.09
|
||||||
Requires: perl(Mojo::RabbitMQ::Client) >= 0.2
|
Requires: perl(Mojo::RabbitMQ::Client) >= 0.2
|
||||||
Requires: perl(YAML::XS) >= 0.67
|
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
|
ln -s %{_sysconfdir}/openqa/database.ini %{buildroot}%{_datadir}/openqa%{_sysconfdir}/openqa/database.ini
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
ln -s %{_datadir}/openqa/script/client %{buildroot}%{_bindir}/openqa-client
|
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/dump_templates %{buildroot}%{_bindir}/openqa-dump-templates
|
||||||
ln -s %{_datadir}/openqa/script/load_templates %{buildroot}%{_bindir}/openqa-load-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
|
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/openqa.ini
|
||||||
%{_datadir}/openqa%{_sysconfdir}/openqa/database.ini
|
%{_datadir}/openqa%{_sysconfdir}/openqa/database.ini
|
||||||
%config %{_sysconfdir}/logrotate.d
|
%config %{_sysconfdir}/logrotate.d
|
||||||
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.opensuse.openqa.conf
|
|
||||||
# apache vhost
|
# apache vhost
|
||||||
%dir %{_sysconfdir}/apache2
|
%dir %{_sysconfdir}/apache2
|
||||||
%dir %{_sysconfdir}/apache2/vhosts.d
|
%dir %{_sysconfdir}/apache2/vhosts.d
|
||||||
@ -393,7 +391,6 @@ fi
|
|||||||
%{_datadir}/openqa/assets
|
%{_datadir}/openqa/assets
|
||||||
%{_datadir}/openqa/dbicdh
|
%{_datadir}/openqa/dbicdh
|
||||||
%{_datadir}/openqa/script/check_dependencies
|
%{_datadir}/openqa/script/check_dependencies
|
||||||
%{_datadir}/openqa/script/clean_needles
|
|
||||||
%{_datadir}/openqa/script/create_admin
|
%{_datadir}/openqa/script/create_admin
|
||||||
%{_datadir}/openqa/script/fetchneedles
|
%{_datadir}/openqa/script/fetchneedles
|
||||||
%{_datadir}/openqa/script/initdb
|
%{_datadir}/openqa/script/initdb
|
||||||
@ -473,6 +470,7 @@ fi
|
|||||||
%{_datadir}/openqa/script/clone_job.pl
|
%{_datadir}/openqa/script/clone_job.pl
|
||||||
%{_datadir}/openqa/script/dump_templates
|
%{_datadir}/openqa/script/dump_templates
|
||||||
%{_datadir}/openqa/script/load_templates
|
%{_datadir}/openqa/script/load_templates
|
||||||
|
%{_datadir}/openqa/script/openqa-clone-job
|
||||||
%{_datadir}/openqa/script/openqa-clone-custom-git-refspec
|
%{_datadir}/openqa/script/openqa-clone-custom-git-refspec
|
||||||
%dir %{_datadir}/openqa/lib
|
%dir %{_datadir}/openqa/lib
|
||||||
%{_datadir}/openqa/lib/OpenQA/Client.pm
|
%{_datadir}/openqa/lib/OpenQA/Client.pm
|
||||||
|
Loading…
Reference in New Issue
Block a user