Skip to content

Cronjobs for translate.lizard are not running

Originally created by @emmapeel on #15190 (Redmine)

There are some cronjobs the weblate install needs to run:

emmapeel@translate:/usr/local/share/weblate$ sudo -u weblate ./manage.py loadpo —all

This one is likely to give errors because of files missing if some files were moved in tails master repo (explained at
tails/tails#15185). Will load as translations all .po files it finds on the proper folders.

emmapeel@translate:/usr/local/share/weblate$ sudo -u weblate ./manage.py updatechecks —all

This one will perform again the checks of the ‘Failing checks’ section, very useful for long-term translation maintenance:

https://translate.tails.boum.org/checks/inconsistent/tails/?language=it

emmapeel@translate:/usr/local/share/weblate$ sudo -u weblate ./manage.py rebuild_index —all

Will rebuild the search index.

Feature Branch: emmapeel:puppet-tails/less_cronjobs

Attachments

Parent Task: tails/sysadmin#11759

Related issues

Edited by groente-admin