mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
TU_VoteInfo -> VoteInfo TU_Votes -> Votes TU_VoteInfo.ActiveTUs -> VoteInfo.ActiveUsers script: tuvotereminder -> votereminder Signed-off-by: moson <moson@archlinux.org>
7 lines
280 B
Text
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'
|