From 4dddb2ee7b55244c577dab50ec7fc6b740935dac18774b2d3b201ba942ec8373 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Mon, 18 Dec 2017 18:32:47 +0000 Subject: [PATCH] Offline generation of 4.5.1513280464.2a5fad61 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=70 --- os-autoinst-4.5.1513162984.c17409a6.tar.xz | 3 --- os-autoinst-4.5.1513280464.2a5fad61.tar.xz | 3 +++ os-autoinst.changes | 10 ++++++++-- os-autoinst.spec | 11 ++++------- 4 files changed, 15 insertions(+), 12 deletions(-) delete mode 100644 os-autoinst-4.5.1513162984.c17409a6.tar.xz create mode 100644 os-autoinst-4.5.1513280464.2a5fad61.tar.xz diff --git a/os-autoinst-4.5.1513162984.c17409a6.tar.xz b/os-autoinst-4.5.1513162984.c17409a6.tar.xz deleted file mode 100644 index a4d3c12..0000000 --- a/os-autoinst-4.5.1513162984.c17409a6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0fa23614466d6e02306126573621f634031636096591e1f005d44f5ca2810f6 -size 18678268 diff --git a/os-autoinst-4.5.1513280464.2a5fad61.tar.xz b/os-autoinst-4.5.1513280464.2a5fad61.tar.xz new file mode 100644 index 0000000..68ea3a4 --- /dev/null +++ b/os-autoinst-4.5.1513280464.2a5fad61.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fe7c320bcb0091e0aac4e0683ad0b00a4f1ab689e6f2f68ccf531ebc11a8ab +size 18678364 diff --git a/os-autoinst.changes b/os-autoinst.changes index 84d24bc..b40fcdc 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Wed Dec 13 11:03:27 UTC 2017 - okurz@suse.com +Fri Dec 15 14:11:44 UTC 2017 - okurz@suse.com -- Update to version 4.5.1513162984.c17409a6: +- Update to version 4.5.1513280464.2a5fad61: + * Retidy - perltidy 20171214 changed output (#896) * Simply ignore '\r' in type string (#894) * Change the logs timestamp to ISO8601. (#893) * Add method to get files content and integration test @@ -13,6 +14,11 @@ Wed Dec 13 11:03:27 UTC 2017 - okurz@suse.com * [POC] Wrap HMP commands with QMP's human-monitor-command * Distinguish modules name in a test run if it's a duplicate (#884) +------------------------------------------------------------------- +Fri Dec 15 14:11:14 UTC 2017 - coolo@suse.com + +- disable perltidy and perlcritic checks during build + ------------------------------------------------------------------- Tue Nov 28 08:52:50 UTC 2017 - okurz@suse.com diff --git a/os-autoinst.spec b/os-autoinst.spec index 129cb34..c90bf2a 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.5.1513162984.c17409a6 +Version: 4.5.1513280464.2a5fad61 Release: 0 Summary: OS-level test automation License: GPL-2.0+ @@ -36,9 +36,6 @@ BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(sndfile) BuildRequires: pkgconfig(theoraenc) -%if %suse_version > 1320 -BuildRequires: perl(Perl::Critic) -%endif Requires: /usr/bin/qemu-img Requires: git-core Requires: optipng @@ -108,12 +105,12 @@ ln -s ../sbin/service %{buildroot}%{_sbindir}/rcos-autoinst-openvswitch export NO_BRP_STALE_LINK_ERROR=yes %check -# disable perlcritic - too heavy dependency on old systems -if test -z "$(type -p perlcritic)"; then +# disable code quality checks - not worth the time for package builds sed '/perlcritic/d' -i Makefile sed '/Perl::Critic/d' -i cpanfile +sed '/tidy/d' -i Makefile rm tools/lib/perlcritic/Perl/Critic/Policy/*.pm -fi + # don't require qemu within OBS cp t/05-pod.t t/99-full-stack.t