mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
87f6791ea8
commit
d2d47254b4
23 changed files with 234 additions and 192 deletions
|
@ -62,7 +62,7 @@ computations and clean up the database:
|
|||
the official repositories. It is also used to prevent users from uploading
|
||||
packages that are in the official repositories already.
|
||||
|
||||
* aurweb-tuvotereminder sends out reminders to TUs if the voting period for a
|
||||
* aurweb-votereminder sends out reminders if the voting period for a
|
||||
Package Maintainer proposal ends soon.
|
||||
|
||||
* aurweb-popupdate is used to recompute the popularity score of packages.
|
||||
|
@ -107,7 +107,7 @@ usually scheduled using Cron. The current setup is:
|
|||
2 */2 * * * poetry run aurweb-aurblup
|
||||
3 */2 * * * poetry run aurweb-pkgmaint
|
||||
4 */2 * * * poetry run aurweb-usermaint
|
||||
5 */12 * * * poetry run aurweb-tuvotereminder
|
||||
5 */12 * * * poetry run aurweb-votereminder
|
||||
----
|
||||
|
||||
Advanced Administrative Features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue