diff options
Diffstat (limited to 'logparse')
-rw-r--r-- | logparse/reproducible-extra.rules | 9 | ||||
-rw-r--r-- | logparse/reproducible.rules | 4 |
2 files changed, 9 insertions, 4 deletions
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.+/ |