0623

Differences between revisions 3 and 4
Revision 3 as of 2010-06-23 14:55:15
Size: 2646
Editor: p5B09DF0C
Comment:
Revision 4 as of 2010-06-23 15:26:35
Size: 2692
Editor: 99-156-85-10
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * You - chair  * RobbieWilliamson - chair
Line 11: Line 11:
 * ScottJamesRemnant
 * SurbhiPalande
Line 37: Line 35:
 * ScottJamesRemnant - holiday
 * SurbhiPalande - holiday
Line 63: Line 63:
 * EvanDandrea

== Meeting Log ==
[[attachment:meeting-log.html]]
Line 107: Line 111:

=== Scott James Remnant ===

=== Surbhi Palande ===

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

Meeting Log

meeting-log.html

Activity reports

Barry Warsaw

f-m-python-versions

  • import debian's python 2.7 package
  • fix sysconfig/python2.7-minimal bug & submitted debian bug report

  • updated udd docs
  • moved py27 stack to ~pythoneers
  • dealing with numpy/pygtk ppa ftbfs

f-m-robust-python-packaging

  • ported doko's versioned .so files patch to py3k
  • repaired test failures
  • added distutils support
  • testing
  • discussed w/POX
  • will take upstream to python-dev

miscellaneous

  • discovered and reported initramfs-tools-bin mav amd64 package fail
  • rt issue re: pipermail
  • ppu rights granted for c-j, flufl.* and a few others
  • need to upload new versions

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.

Matthias Klose

Michael Vogt

  • on vacation last week

FoundationsTeam/Meetings/2010/0623 (last edited 2010-07-28 15:15:58 by 99-156-85-10)