MeetingTemplate

Differences between revisions 17 and 18
Revision 17 as of 2010-02-10 12:13:33
Size: 1504
Editor: 82-69-40-219
Comment: lucid-alpha-3 milestone
Revision 18 as of 2010-03-11 16:06:24
Size: 1859
Editor: 216-15-33-194
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * ???? - chair  * You - chair
Line 19: Line 19:
== Lightning round order ==

{{{#!python
from random import shuffle
team = [
    'Keybuk',
    'barry',
    'cjwatson',
    'doko',
    'ev',
    'james_w',
    'lool',
    'mvo',
    'slangasek',
    'tremolux',
    ]
order = team[:]
random.shuffle(order)
print ', '.join(order)
}}}
Line 21: Line 42:
## * FooBar - at a conference ## * FooBar - at a conference (avoid personal reasons unless given by apologist)
Line 27: Line 48:
## Additional items here
Line 29: Line 49:
 * [[https://bugs.launchpad.net/ubuntu/lucid/+bugs?field.milestone%3Alist=21445|Milestoned bugs]]
 * [[https://bugs.launchpad.net/ubuntu/lucid/+bugs|Targeted bugs]]
 * Farming out tasks that aren't being handled
 
* [[https://bugs.launchpad.net/ubuntu/lucid/+bugs?field.milestone%3Alist=21445|Milestoned bugs]]
  * [[https://bugs.launchpad.net/ubuntu/lucid/+bugs|Targeted bugs]]
Line 34: Line 55:
 * Reminder for release meeting, if due this week
Line 36: Line 56:
## Additional items here

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 random.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)