diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-19 17:02:47 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-19 17:02:47 +0200 |
commit | 235ec73ab1126ca9afcebb4ada6faf20e2c73911 (patch) | |
tree | a8f42481bad606797930043df4eed621c34156ed /logparse | |
parent | 9cf9b2a60b9a30c23fb08c28886a496cfd032ea9 (diff) | |
download | jenkins.debian.net-235ec73ab1126ca9afcebb4ada6faf20e2c73911.tar.xz |
reproducible: inform about aborted or otherwise hanging builds
Diffstat (limited to 'logparse')
-rw-r--r-- | logparse/reproducible.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logparse/reproducible.rules b/logparse/reproducible.rules index 742a6c33..581e029a 100644 --- a/logparse/reproducible.rules +++ b/logparse/reproducible.rules @@ -7,3 +7,5 @@ warning /Warning: .+ contains invalid yaml, please fix./ warning /Warning: old temp directories found in .+/ warning /Warning: lock .+ still exists, exiting./ warning /Warning: processes found which should not be there/ +warning /Warning: packages found where the build was started more than 24h ago/ + |