Skip to content
Commit e4f2a1f7 authored by Carlo Vanini's avatar Carlo Vanini
Browse files

Do not check status file for timestamp

Summary:
Update-apt-xapian-index is organised in plugins, each representing a
data source for the index. Each of them reports a timestamp of the
latest change, and the updated index takes the maximum of them as its
own timestamp.

We were checking the time of `Dir::State::status`
(`/var/lib/dpkg/status`), which is not used in any plugin. When it was
newer than all data sources, we would continuously see the index as out
of date.

BUG: 390476

Reviewers: sitter

Reviewed By: sitter

Differential Revision: https://phabricator.kde.org/D10715
parent 925a86af
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment