SQLite Forum

www3.sqlite.org out of sync
Login

www3.sqlite.org out of sync

(1) By Domingo (mingodad) on 2020-12-05 10:00:15 [source]

Hello Richard !

Again it seems that there is some problems with your servers I mainly sync my sqlite repository with https://www3.sqlite.org/src/timeline?n=100&y=ci and it's been inactive for a few weeks and today I decided to check and indeed it's out of sync with https://www.sqlite.org/src/timeline?n=100&y=ci

Cheers !

(2) By Richard Hipp (drh) on 2020-12-05 13:27:16 in reply to 1 [link] [source]

Fixed now.

The cron job that does this sync looks for the Fossil executable in the build directory (/home/www/fossil/m1). But the last time I rebuilt Fossil on that machine, I moved (rather than copied) the executable to /usr/bin. So the cron job was failing.

I need to fix Fossil so that you can configure a server to automatically push changes to its mirrors rather than depending on external cron jobs to keep things in sync. The beginnings of this change are already in the code, but I need to flesh out the details and make it all work. Doing so would help prevent these kinds of problems in the future.