mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change(tuvotereminder): converted to use aurweb.db ORM
- Removed tuvotereminder sharness test. - Added [tuvotereminder] section to config.defaults. - Added `range_start` option to config.defaults [tuvotereminder]. - Added `range_end` option to config.defaults [tuvotereminder]. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
29c2d0de6b
commit
8d5683d3f1
4 changed files with 131 additions and 65 deletions
|
@ -121,3 +121,11 @@ commit_url = https://gitlab.archlinux.org/archlinux/aurweb/-/commits/%s
|
|||
; Example deployment configuration step:
|
||||
; sed -r "s/^;?(commit_hash) =.*$/\1 = $(git rev-parse HEAD)/" config
|
||||
;commit_hash = 1234567
|
||||
|
||||
[tuvotereminder]
|
||||
; Offsets used to determine when TUs should be reminded about
|
||||
; votes that they should make.
|
||||
; Reminders will be sent out for all votes that a TU has not yet
|
||||
; voted on based on `now + range_start <= End <= now + range_end`.
|
||||
range_start = 500
|
||||
range_end = 172800
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue