public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/elections:master commit in: council-201206/
@ 2012-06-19  6:45 Robin H. Johnson
  0 siblings, 0 replies; 3+ messages in thread
From: Robin H. Johnson @ 2012-06-19  6:45 UTC (permalink / raw
  To: gentoo-commits

commit:     9d3fd96c0ca58f4e2680f96ed70b28a69ce2936e
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 19 06:44:55 2012 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 06:44:55 2012 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/elections.git;a=commit;h=9d3fd96c

The ballot must not have a file extension.

---
 ...ot-council-201206.txt => ballot-council-201206} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/council-201206/ballot-council-201206.txt b/council-201206/ballot-council-201206
similarity index 100%
rename from council-201206/ballot-council-201206.txt
rename to council-201206/ballot-council-201206



^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/elections:master commit in: council-201206/
@ 2012-06-18 21:43 Christian Ruppert
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Ruppert @ 2012-06-18 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     87953e3c015f0181dcec930bac88e91a521134ab
Author:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 18 21:43:03 2012 +0000
Commit:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Mon Jun 18 21:43:03 2012 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/elections.git;a=commit;h=87953e3c

Add start/stop time

---
 council-201206/start-council-201206 |    1 +
 council-201206/stop-council-201206  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/council-201206/start-council-201206 b/council-201206/start-council-201206
index e69de29..ae4c57c 100644
--- a/council-201206/start-council-201206
+++ b/council-201206/start-council-201206
@@ -0,0 +1 @@
+1340064000

diff --git a/council-201206/stop-council-201206 b/council-201206/stop-council-201206
index e69de29..e9025a8 100644
--- a/council-201206/stop-council-201206
+++ b/council-201206/stop-council-201206
@@ -0,0 +1 @@
+1341273601



^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/elections:master commit in: council-201206/
@ 2012-06-18 21:04 Christian Ruppert
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Ruppert @ 2012-06-18 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     3bd2e6a39a8ed59c749e45bc8d8b5a7a5be15f76
Author:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 18 21:02:31 2012 +0000
Commit:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Mon Jun 18 21:02:31 2012 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/elections.git;a=commit;h=3bd2e6a3

council-201206

---
 council-201206/Votify.pm                 |    1 +
 council-201206/ballot-council-201206.txt |   12 ++
 council-201206/election-details          |    6 +
 council-201206/get-devs-list             |    2 +
 council-201206/officials-council-201206  |    3 +
 council-201206/voters-council-201206     |  265 ++++++++++++++++++++++++++++++
 6 files changed, 289 insertions(+), 0 deletions(-)

diff --git a/council-201206/Votify.pm b/council-201206/Votify.pm
new file mode 120000
index 0000000..a6f4461
--- /dev/null
+++ b/council-201206/Votify.pm
@@ -0,0 +1 @@
+../Votify.pm
\ No newline at end of file

diff --git a/council-201206/ballot-council-201206.txt b/council-201206/ballot-council-201206.txt
new file mode 100644
index 0000000..1fd55dd
--- /dev/null
+++ b/council-201206/ballot-council-201206.txt
@@ -0,0 +1,12 @@
+betelgeuse
+chainsaw
+dberkholz
+grobian
+marienz
+mgorny
+patrick
+phajdan.jr
+scarabeus
+ulm
+williamh
+_reopen_nominations

diff --git a/council-201206/council-201206-devs-list b/council-201206/council-201206-devs-list
new file mode 100644
index 0000000..e69de29

diff --git a/council-201206/election-details b/council-201206/election-details
new file mode 100644
index 0000000..729ccdc
--- /dev/null
+++ b/council-201206/election-details
@@ -0,0 +1,6 @@
+name: council-201206
+startDate: 2012-06-19 00:00:00 UTC
+endDate: 2012-07-03 00:00:01 UTC
+officials: dabbott, jmbsvicetto, tommy
+voters: http://www.gentoo.org/proj/en/elections/council/2012/voters-council-201206.txt
+ballot: http://www.gentoo.org/proj/en/elections/council/2012/ballot-council-201206.txt

diff --git a/council-201206/get-devs-list b/council-201206/get-devs-list
new file mode 100644
index 0000000..ce27f5c
--- /dev/null
+++ b/council-201206/get-devs-list
@@ -0,0 +1,2 @@
+ENAME=$(awk '/^name:/{print $2}' election-details)
+ldapsearch '(&(objectClass=gentooDev)(gentooStatus=active)(!(gentooAccess=infra-system.group)))' -Z uid -LLL -S uid | awk '/^uid:/ {print $2}' >${ENAME}-devs-list

diff --git a/council-201206/officials-council-201206 b/council-201206/officials-council-201206
new file mode 100644
index 0000000..09fdaa9
--- /dev/null
+++ b/council-201206/officials-council-201206
@@ -0,0 +1,3 @@
+dabbott
+jmbsvicetto
+tommy

diff --git a/council-201206/start-council-201206 b/council-201206/start-council-201206
new file mode 100644
index 0000000..e69de29

diff --git a/council-201206/stop-council-201206 b/council-201206/stop-council-201206
new file mode 100644
index 0000000..e69de29

diff --git a/council-201206/voters-council-201206 b/council-201206/voters-council-201206
new file mode 100644
index 0000000..7f0d619
--- /dev/null
+++ b/council-201206/voters-council-201206
@@ -0,0 +1,265 @@
+a3li
+aballier
+abcd
+ackle
+agaffney
+ago
+aidecoe
+alexxy
+ali_bush
+amne
+anarchy
+angelos
+antarus
+araujo
+armin76
+asn
+axs
+ayoy
+bangert
+basic
+bass
+beandog
+betelgeuse
+bicatali
+billie
+binki
+blackace
+blueness
+c1pher
+calchan
+cam
+cardoe
+caster
+cedk
+chainsaw
+chiguire
+chithanh
+chutzpah
+cla
+constanze
+craig
+creffett
+cryos
+d2_racing
+dabbott
+dagger
+dang
+darkside
+dberkholz
+deathwing00
+dertobi123
+desultory
+dev-zero
+dilfridge
+dirtyepic
+djay
+djc
+dolsen
+earthwings
+elvanor
+eras
+eva
+falco
+fauli
+ferringb
+flameeyes
+flammie
+floppym
+fordfrog
+ford_prefect
+fox2mike
+fuzzyray
+gengor
+george
+gienah
+gmsoft
+graaff
+gregkh
+grobian
+grozin
+gurligebis
+halcy0n
+hanno
+hasufell
+hattya
+haubi
+hd_brummy
+heroxbd
+hkbst
+hollow
+hparker
+hwoarang
+i92guboj
+ian
+idl0r
+ikelos
+iksaif
+iluxa
+jaervosz
+jbartosik
+jdhore
+je_fro
+jer
+jkt
+jlec
+jmbsvicetto
+jmorgan
+john_r_graham
+johu
+joker
+jokey
+josejx
+jsbronder
+kallamej
+ken69267
+kensington
+keri
+kernelsensei
+keytoaster
+kingtaco
+klausman
+klieber
+klondike
+kolmodin
+kumba
+lack
+lavajoe
+leio
+lejonet
+lh
+livewire
+loki_val
+lordvan
+lu_zero
+lxnay
+mabi
+maekke
+maksbotan
+marienz
+mark_alec
+markusle
+matsuu
+mattm
+mattst88
+mduft
+mgorny
+miknix
+miska
+mpagano
+mr_bones_
+mrness
+mrpouet
+mschiff
+naota
+nathanzachary
+nativemad
+neddyseagoon
+nelchael
+nerdboy
+neurogeek
+nightmorph
+nimiux
+nirbheek
+nixnut
+nixphoeni
+olemarkus
+ottxor
+pacho
+patrick
+pauldv
+pchrist
+pebenito
+peper
+pesa
+phajdan.jr
+phosphan
+pilla
+pjp
+polynomial-c
+prometheanfire
+psomas
+pva
+pvdabeel
+py
+qiaomuf
+quantumsummers
+r0bertz
+radek
+radhermit
+rafaelmartins
+rajiv
+ramereth
+rane
+ranger
+rbu
+reavertm
+redhatter
+remi
+rich0
+ricmm
+robbat2
+ryao
+s4t4n
+sbriesen
+scarabeus
+scen
+sera
+serkan
+shadow
+shindo
+slyfox
+sochotnicky
+solar
+spatz
+sping
+spock
+ssuominen
+steev
+stefaan
+suka
+swegener
+swift
+tampakrap
+tanderson
+tester
+tetromino
+tgurr
+the_paya
+thev00d00
+think4urs11
+timebandit
+titanofold
+titefleur
+tomjbe
+tomk
+tomka
+tommy
+tove
+trapni
+tristan
+truedfx
+tsunam
+tupone
+ulm
+ultrabug
+underling
+vadimk
+vanquirius
+vapier
+volkmar
+vorlon
+vostorga
+voyageur
+weaver
+williamh
+wired
+wormo
+wschlich
+xarthisius
+xmw
+yngwin
+yvasilev
+zmedico
+zorry
+zzam



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-19  6:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19  6:45 [gentoo-commits] proj/elections:master commit in: council-201206/ Robin H. Johnson
  -- strict thread matches above, loose matches on Subject: below --
2012-06-18 21:43 Christian Ruppert
2012-06-18 21:04 Christian Ruppert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox