]> git.donarmstrong.com Git - debian-ctte.git/commitdiff
Add #893200 run_vote script
authorDidier Raboud <odyx@debian.org>
Sun, 25 Mar 2018 08:53:55 +0000 (10:53 +0200)
committerDidier Raboud <odyx@debian.org>
Sun, 25 Mar 2018 08:53:55 +0000 (10:53 +0200)
893200_TC_Chair_election/run_vote.sh [new file with mode: 0755]

diff --git a/893200_TC_Chair_election/run_vote.sh b/893200_TC_Chair_election/run_vote.sh
new file mode 100755 (executable)
index 0000000..9865fe9
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/sh
+../scripts/pocket-devotee \
+        --option 'A: Didier Raboud <odyx>' \
+        --option 'B: Tollef Fog Heen <tfheen>' \
+        --option 'C: Phil Hands <philh>' \
+        --option 'D: Margarita Manterola <marga>' \
+        --option 'E: David Bremner <bremner>' \
+        --option 'F: Niko Tyni <ntyni>' \
+        --option 'G: Gunnar Wolf <gwolf>' \
+        --option 'H: Simon McVittie <smcv>' <<EOF
+gwolf: D > A > B = C = E = F > G > H
+smcv: A = B = C = D = E = F = G > H
+odyx: A = B = C = E > D = F = G > H
+ntyni: C = D > E = F = G > A = B > H
+tfheen: C = D = E > A = B = F = G > H
+marga: E > A = B = C = D > F = G = H
+EOF