diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-11-28 02:12:36 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-11-28 02:12:36 +0100 |
commit | ff574e76beb97c101924c2d4746b5a2dbb862f19 (patch) | |
tree | 7390fa656a4dc42e2aaf4f3a6be911a7abadb66c /ftparchive/writer.h | |
parent | 1df14bc5a7011c2da0ecd1e89911c64627119883 (diff) |
add APT::FTPArchive::AlwaysStat to disable the too aggressive
caching if versions are build multiply times (not recommend)
Patch by Christoph Goehre, thanks! (Closes: #463260)
Diffstat (limited to 'ftparchive/writer.h')
-rw-r--r-- | ftparchive/writer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftparchive/writer.h b/ftparchive/writer.h index e76438900..8864461d5 100644 --- a/ftparchive/writer.h +++ b/ftparchive/writer.h @@ -84,6 +84,7 @@ class PackagesWriter : public FTWScanner bool DoMD5; bool DoSHA1; bool DoSHA256; + bool DoAlwaysStat; bool NoOverride; bool DoContents; bool LongDescription; |