MeetingTemplate

Differences between revisions 25 and 26
Revision 25 as of 2010-04-21 15:42:55
Size: 1875
Editor: 82-69-40-219
Comment: update sponsorship queue link
Revision 26 as of 2010-05-21 19:59:23
Size: 1737
Editor: 216-15-33-194
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * GaryLasker
 * JamesWestby
Line 14: Line 12:
 * SteveLangasek  * SurbhiPalande
Line 28: Line 26:
    'james_w',
Line 30: Line 27:
    'slangasek',
    'tremolux',
    'surbhi',
Line 81: Line 77:
=== Gary Lasker ===

=== James Westby ===

=== Loïc Minier ===
Line 93: Line 83:
=== Steve Langasek === === Surbhi Palande ===

For minutes of previous meetings, please see FoundationsTeam.

Present

Lightning round order

   1 from random import shuffle
   2 team = [
   3     'Keybuk',
   4     'barry',
   5     'cjwatson',
   6     'doko',
   7     'ev',
   8     'mvo',
   9     'surbhi',
  10     ]
  11 order = team[:]
  12 shuffle(order)
  13 print ', '.join(order)

Apologies

Agenda

  • Lightning Round
    • 2-4 sentences on current work/roadblocks
  • Outstanding actions from last meeting
  • Outstanding feature freeze exceptions
  • Farming out tasks that aren't being handled
  • Sponsorship queue

  • Any business from activity reports
  • Good news
  • AOB
  • Next week's chair

Outstanding actions from last meeting

Actions from this meeting

Chair for next meeting

Activity reports

Barry Warsaw

Colin Watson

Evan Dandrea

Matthias Klose

Michael Vogt

Scott James Remnant

Surbhi Palande

FoundationsTeam/MeetingTemplate (last edited 2010-09-08 14:31:48 by 82-69-40-219)