aurweb/docker/config/aurweb-cron
moson d2d47254b4
housekeep: TU rename - Table/Column names, scripts
TU_VoteInfo -> VoteInfo
TU_Votes -> Votes
TU_VoteInfo.ActiveTUs -> VoteInfo.ActiveUsers

script: tuvotereminder -> votereminder
Signed-off-by: moson <moson@archlinux.org>
2023-09-30 16:45:05 +02:00

7 lines
280 B
Text

AUR_CONFIG='/aurweb/conf/config'
*/5 * * * * bash -c 'aurweb-mkpkglists --extended'
*/2 * * * * bash -c 'aurweb-aurblup'
*/2 * * * * bash -c 'aurweb-pkgmaint'
*/2 * * * * bash -c 'aurweb-usermaint'
*/2 * * * * bash -c 'aurweb-popupdate'
*/12 * * * * bash -c 'aurweb-votereminder'