0630

Revision 1 as of 2010-06-24 07:36:10

Clear message

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     'surbhi',
  10     ]
  11 order = team[:]
  12 shuffle(order)
  13 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
  • Next week's chair

Outstanding actions from last meeting

Actions from this meeting

Chair for next meeting

Activity reports

Barry Warsaw

Colin Watson

Evan Dandrea

  • Imported the geonames database and wrote a small web application to host queries using cherrypy and sphinxsearch. Filed RT #39986 for space on a server for it.
  • Wrote some new widgets using cairo for the implementation of the 'Preparing to install Ubuntu' screen.
  • Implemented the basic greying out of a window functionality to be used on the keyboard page.

Matthias Klose

Michael Vogt

Scott James Remnant

Surbhi Palande