MeetingTemplate

Differences between revisions 20 and 21
Revision 20 as of 2010-03-17 16:08:15
Size: 1852
Editor: 82-69-40-219
Comment:
Revision 21 as of 2010-03-24 16:02:56
Size: 1852
Editor: 82-69-40-219
Comment: beta-2
Deletions are marked like this. Additions are marked like this.
Line 50: Line 50:
  * [[https://bugs.launchpad.net/ubuntu/lucid/+bugs?field.milestone%3Alist=21446|Milestoned bugs]]   * [[https://bugs.launchpad.net/ubuntu/lucid/+bugs?field.milestone%3Alist=21447|Milestoned bugs]]

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     'james_w',
   9     'lool',
  10     'mvo',
  11     'slangasek',
  12     'tremolux',
  13     ]
  14 order = team[:]
  15 shuffle(order)
  16 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

Outstanding actions from last meeting

Actions from this meeting

Chair for next meeting

Activity reports

Barry Warsaw

Colin Watson

Evan Dandrea

Gary Lasker

James Westby

Loïc Minier

Matthias Klose

Michael Vogt

Scott James Remnant

Steve Langasek

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