t = st.st_mtime;
/* add 1 minute to the timestamp because
* repo.sqlite is always newer than repo.txz,
* 10 minutes should be enough
* 1 minute should be enough.
*/
t += 60;
}