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

2010-08-23 - 2010-08-27

2010-08-31 - 2010-09-03

Evan Dandrea

Matthias Klose

Michael Vogt

apt

software-center

software-properties

update-manager

misc

Scott James Remnant

Surbhi Palande

* Investigated kernel boot up code, initramfs, udev and mdadm - to figure out the Raid Bringup

* Finding out what the requirements are to make the initramfs event based for bringing up RAID. (In the coming weeks, shall look at how this could possibly be done)

* Worked on bug 628400. Shall send a sponsorship request soon.

FoundationsTeam/Meetings/2010/0908 (last edited 2010-09-13 11:53:53 by p5B09DE4A)