0421

Differences between revisions 1 and 2
Revision 1 as of 2010-04-21 14:44:01
Size: 1844
Editor: 216-15-33-194
Comment:
Revision 2 as of 2010-04-21 14:50:15
Size: 1873
Editor: 216-15-33-194
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:

== Lightning round order ==

{{{#!python
from random import shuffle
team = [
    'Keybuk',
    'barry',
    'cjwatson',
    'doko',
    'ev',
    'james_w',
    'lool',
    'mvo',
    'slangasek',
    'tremolux',
    ]
order = team[:]
shuffle(order)
print ', '.join(order)
}}}
Line 76: Line 55:
 * Bug reporting script from cjwatson. This is blocked on an update needed to
 python-lazr.restfulclient. I'll work on this package update today.
 * Bug 552777 (cj 2.0)
 * Bug 485944 (python-virtualenv updated to debian 1.4.5-1)
 * PEP 3147 landed in upstream Python 3.2 alpha
 * Random Python packaging / udd testing

For minutes of previous meetings, please see FoundationsTeam.

Present

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

  • Bug reporting script from cjwatson. This is blocked on an update needed to python-lazr.restfulclient. I'll work on this package update today.
  • Bug 552777 (cj 2.0)
  • Bug 485944 (python-virtualenv updated to debian 1.4.5-1)
  • PEP 3147 landed in upstream Python 3.2 alpha
  • Random Python packaging / udd testing

Colin Watson

Evan Dandrea

Gary Lasker

James Westby

Loïc Minier

Matthias Klose

Michael Vogt

Scott James Remnant

Steve Langasek

FoundationsTeam/Meetings/2010/0421 (last edited 2010-04-23 15:19:57 by 216-15-33-194)