update more documentation

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-01-18 01:55:41 -08:00
parent 3102736b13
commit fca175ed84
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
3 changed files with 55 additions and 21 deletions

View file

@ -76,16 +76,16 @@ computations and clean up the database:
* aurweb-usermaint removes the last login IP address of all users that did not
login within the past seven days.
These scripts can be installed by running `python3 setup.py install` and are
These scripts can be installed by running `poetry install` and are
usually scheduled using Cron. The current setup is:
----
*/5 * * * * aurweb-mkpkglists [--extended]
1 */2 * * * aurweb-popupdate
2 */2 * * * aurweb-aurblup
3 */2 * * * aurweb-pkgmaint
4 */2 * * * aurweb-usermaint
5 */12 * * * aurweb-tuvotereminder
*/5 * * * * poetry run aurweb-mkpkglists [--extended]
1 */2 * * * poetry run aurweb-popupdate
2 */2 * * * poetry run aurweb-aurblup
3 */2 * * * poetry run aurweb-pkgmaint
4 */2 * * * poetry run aurweb-usermaint
5 */12 * * * poetry run aurweb-tuvotereminder
----
Advanced Administrative Features