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     'csurbhi',
  10     ]
  11 order = team[:]
  12 shuffle(order)
  13 print ', '.join(order)

Apologies

Agenda

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

misc

apt

software-center

python-apt

update-manager

sponsoring

Scott James Remnant

Surbhi Palande

FoundationsTeam/Meetings/2010/0714 (last edited 2010-07-18 16:20:00 by 80)