aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2020-07-05 22:10:24 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2020-07-05 22:10:24 -0700
commit77b3e54d957ff7d31845f84b835adea0995c8fd5 (patch)
treef8c59a60dd25ee3593d49612433615080c28b387
parentcouncil-202006: prep election (diff)
downloadelections-77b3e54d957ff7d31845f84b835adea0995c8fd5.tar.gz
elections-77b3e54d957ff7d31845f84b835adea0995c8fd5.tar.bz2
elections-77b3e54d957ff7d31845f84b835adea0995c8fd5.zip
README: improve countify instructions
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--README17
1 files changed, 15 insertions, 2 deletions
diff --git a/README b/README
index 45490f5..0d3c8e6 100644
--- a/README
+++ b/README
@@ -80,14 +80,27 @@ status files into the home directories of election officials: `voter-turnout-${e
4. Close of election:
---------------------
This is where the infra contact is absolutely required.
-The infra contact must run `countify --collect` as root, which will write
-the master ballot & confirmation stub file to all officials.
+The infra contact must run `countify --collect ${election_name}` as root, which will write
+the master ballot & confirmation stub file to all officials:
+```
+$ sudo su
+# cd /etc/elections
+# ./countify --collect ${election_name}
+# find /home/${official}/results-${election_name}/
+/home/${official}/results-${election_name}/master-${election_name}
+/home/${official}/results-${election_name}/confs-${election_name}
+```
5. Verify results:
------------------
Each election official should verify the results to collectively certify the
results. This requires `countify --rank` to transform the master ballot into
results.
+```
+$ cd /home/${official}/results-${election_name}
+$ countify --rank
+(election output)
+```
6. Email conf stubs:
--------------------