Change quorum: 50 "JA" votes are now enough.
See <Umsetzung-regeln-mindeststimmen-07.01.2012@dana.de>. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
fb9d3eb071
commit
8ab6f4b0df
|
@ -75,7 +75,7 @@ multigroup = 1
|
|||
# wird nur Bedingung 1 ausgewertet und kann z.B. auf "$yes>$no" gesetzt
|
||||
# werden.
|
||||
condition1 = $yes>=2*$no
|
||||
condition2 = $yes>=60
|
||||
condition2 = $yes>=50
|
||||
|
||||
# Ergebnisdatei, in der alle Einzelergebniss zusammengeschrieben werden
|
||||
# (wird bei jedem Programmlauf neu erstellt!)
|
||||
|
|
|
@ -78,8 +78,8 @@ multigroup = 1
|
|||
# wird nur Bedingung 1 ausgewertet und kann z.B. auf "$yes>$no" gesetzt
|
||||
# werden.
|
||||
# condition1 = $yes>=2*$no
|
||||
# condition2 = $yes>=60
|
||||
# condition2 = $yes>=50
|
||||
condition1 = $yes>=2*$no
|
||||
condition2 = $yes>=60
|
||||
condition2 = $yes>=50
|
||||
|
||||
mailcmd = /usr/sbin/sendmail -oi -oem -fbounce-LOCALPART@thh.votetaker.de
|
||||
|
|
Loading…
Reference in a new issue