|
|
Subscribe / Log in / New account

Results from the 2021 Linux Foundation Technical Advisory Board election

Results from the 2021 Linux Foundation Technical Advisory Board election

Posted Sep 25, 2021 14:09 UTC (Sat) by seanyoung (subscriber, #28711)
Parent article: Results from the 2021 Linux Foundation Technical Advisory Board election

I thought the rules are that anyone who has at least three commits with their Signed-off-by, Tested-by etc can vote. Surely that is more than 1012 (although I could be wrong!).

https://lwn.net/ml/linux-kernel/f744b489-ba9f-8688-1c08-4...

Just looking at the authors there are 3651 unique Author: lines with more than 3 commits, if I look at the output of (there are some duplicates there, for sure):

$ git log --since=2020-01-01 | grep ^Author: | sort | uniq -c | sort -rn > f

What am I missing?


to post comments

Results from the 2021 Linux Foundation Technical Advisory Board election

Posted Sep 25, 2021 15:44 UTC (Sat) by qyliss (subscriber, #131684) [Link] (1 responses)

What am I missing?

Probably this:

If you have more than 50 commits that meet this requirement you will
receive a ballot automatically.

If you have between 3 and 49 commits that meet this requirement please
e-mail tab-elections@lists.linuxfoundation.org to request your ballot.
We strongly encourage everyone who meets this criteria to request a
ballot.

Source

Results from the 2021 Linux Foundation Technical Advisory Board election

Posted Sep 25, 2021 17:44 UTC (Sat) by seanyoung (subscriber, #28711) [Link]

Ah, of course. Thanks!


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds