From 151f81520c2f2adc603eeef61e8c5ee03e41b852 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 8 Jun 2015 10:24:32 +0200 Subject: reproducible coreboot: use special logparse rules --- logparse/reproducible-extra.rules | 9 +++++++++ logparse/reproducible.rules | 4 ---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 logparse/reproducible-extra.rules (limited to 'logparse') diff --git a/logparse/reproducible-extra.rules b/logparse/reproducible-extra.rules new file mode 100644 index 00000000..031a79db --- /dev/null +++ b/logparse/reproducible-extra.rules @@ -0,0 +1,9 @@ +# see https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin + +# list of warnings here... + +# coreboot +warning /.+recipe for target.+ failed/ +warning /skipping.+because we're missing compilers for.+/ +warning /make: *** .+ Error 1/ + diff --git a/logparse/reproducible.rules b/logparse/reproducible.rules index b36d4d5d..42ae37a6 100644 --- a/logparse/reproducible.rules +++ b/logparse/reproducible.rules @@ -19,7 +19,3 @@ warning /Warning: This query produces no results:.+/ warning /Warning: couldn't delete old files from.+/ warning /Warning: dose-deb-coinstall cannot.+/ -# coreboot - -#warning /.+recipe for target.+ failed/ -#warning /skipping.+because we're missing compilers for.+/ -- cgit v1.2.3-54-g00ecf