manjaro / pamac

This repo has been archived. Our code is now hosted at
https://gitlab.manjaro.org/
GNU General Public License v3.0
223 stars 38 forks source link

Recent DB Handling Improvement Is Flawed #419

Closed lots0logs closed 6 years ago

lots0logs commented 6 years ago

Looks like alpm uses the database files' last modified time as the basis for comparison with the remote file. This obviously results in the files we copy to the temp directory almost always appearing to have been modified after the remote files were last modified (and thus considered to be up-to-date). Looking for a solution now. Will submit a PR asap.