diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-04-10 12:39:12 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-16 16:47:01 +0200 |
commit | 36798da6b02677f0d8d3808bb0541148d8e1c314 (patch) | |
tree | 1eae382af734b145cc29382b550fce25870e7314 /logparse | |
parent | efff11a45908152891feb1a1b071ad9871208190 (diff) | |
download | jenkins.debian.net-36798da6b02677f0d8d3808bb0541148d8e1c314.tar.xz |
reproducible: new db table: removed_packages, to track removed package and subsequently clean up files
the db now stores tuple of (pkgname, suite, architecture) of every removed
packages, then reproducible_maintenance.sh pick up entries from it and
find+remove files.
For now the reproducible_maintenance only output what he would have remove.
Diffstat (limited to 'logparse')
-rw-r--r-- | logparse/reproducible.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logparse/reproducible.rules b/logparse/reproducible.rules index 176836c5..b9a5c564 100644 --- a/logparse/reproducible.rules +++ b/logparse/reproducible.rules @@ -9,6 +9,7 @@ warning /Warning: lock .+ still exists, exiting./ warning /Warning: old schroots found in /schroots, which have been deleted:/ warning /Warning: processes found which should not be there/ warning /Warning: packages found where the build was started more than 24h ago:/ +warning /Warning: found files relative to old packages, no more in the archive:/ warning /Warning: Found files with bad permissions.+/ warning /Warning: .+ could not be fully removed./ warning /Warning: could not download.+/ |