diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2023-06-25 10:24:05 +0100 |
---|---|---|
committer | Roy Bamford <neddyseagoon@gentoo.org> | 2023-06-25 10:24:05 +0100 |
commit | ed330251a181ea2ab3a0557065e57889bd31cc0c (patch) | |
tree | fd3f6412a1074cdd8a844eeb8dcef5e592d44e3c | |
parent | Add myself to officials and drop whitespace. (diff) | |
download | elections-ed330251a181ea2ab3a0557065e57889bd31cc0c.tar.gz elections-ed330251a181ea2ab3a0557065e57889bd31cc0c.tar.bz2 elections-ed330251a181ea2ab3a0557065e57889bd31cc0c.zip |
Clarified README
Updated candidates list so far
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | council-202306/ballot-council-202306 | 3 | ||||
-rw-r--r-- | council-202306/election-details | 4 |
3 files changed, 10 insertions, 6 deletions
@@ -42,14 +42,19 @@ project or infra may set this up. key-value file with details about the election. `name`: exact election name `startDate`, `endDate`: start & end time in UTC - `officials`: election officials (prohibited from being candidates) + `officials`: election officials, including the infra contact, (prohibited from being candidates) `voters`: URL to list of members who may cast a ballot `ballot`: URL to sample ballot -- `officials-${election_name}`: list of election officials +- `officials-${election_name}`: list of election officials, including the infra contact - `start-${election_name}`: election start time, as epoch seconds. - `stop-${election_name}`: election end time, as epoch seconds. - `voters-${election_name}`: list of members who may cast a ballot +For developers, the one liner, worked example below, run on woodpecker, works. +ldapsearch -ZZ -x -D uid=neddyseagoon,ou=devs,dc=gentoo,dc=org -W '(&(gentooStatus=active)(!(gentooAccess=infra-system.group)))' uid gentoojoin -LLL | grep "^uid" | sed -e "s/^uid: //" | sort -n > voters-council-202306.txt +Some fine tuning to remove developers added to roll call after the cut off +may be required. + Populate the files, commit & push to Git. At the start time, an official should verify that the ballot works. Ideally a non-infra official, who then confirms to the infra election handler it worked. diff --git a/council-202306/ballot-council-202306 b/council-202306/ballot-council-202306 index e8d662b..4e2d801 100644 --- a/council-202306/ballot-council-202306 +++ b/council-202306/ballot-council-202306 @@ -1 +1,4 @@ +ajak +sam +ulm _reopen_nominations diff --git a/council-202306/election-details b/council-202306/election-details deleted file mode 100644 index 9eb738c..0000000 --- a/council-202306/election-details +++ /dev/null @@ -1,4 +0,0 @@ -name: council-202306 -startDate: 2023-07-02 00:00:00 UTC -endDate: 2023-07-16 00:00:00 UTC -officials: arthurzam, dabbott, jmbsvicetto, neddyseagoon, rich0 |