0630

Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2010-06-24 07:36:10
Size: 2042
Editor: eth0
Comment:
Revision 8 as of 2010-06-30 15:28:28
Size: 4750
Editor: p5B09E0B7
Comment: add my activity report
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * You - chair  * EvanDandrea - chair
Line 8: Line 8:
 * EvanDandrea
Line 14: Line 13:
## list additional participants here
Line 18: Line 15:
{{{#!python
from random import shuffle
team = [
    'Keybuk',
    'barry',
    'cjwatson',
    'doko',
    'ev',
    'mvo',
    'surbhi',
    ]
order = team[:]
shuffle(order)
print ', '.join(order)
}}}
surbhi, barry, mvo, ev, doko, Keybuk, cjwatson
Line 72: Line 55:
==== foundations-m-python-packaging ====

 * wrote versioned .so patch for py3k w/test fixes and distutils support and testing
 * submitted upstream, which generated a "heated" debate ;)
 * todo: catch up on thread and continue discussion

==== foundations-m-python-versions ====

 * python 2.7 archive rebuilding and testing
 * ppa uploads going slow, really need a script to work out rdepends and automate
 * worked on sbuild environment

==== foundations-m-continuous-integration ====

 * flufl.quickly to generate best-of-breed package templates w/debian integration

==== misc ====

 * uploaded flufl.enum and flufl.i18n to DPMT for uploading to debian
 * awaiting feedback
Line 73: Line 77:

I spent most of this week on an OEM customer project. This is just what I managed to fit into the cracks.

 * UbuntuSpec:foundations-m-uefi-support:
  * Fixed a couple of bugs found by Manoj Iyer at the UEFI Plugfest: hide errors from grub-install if efivars is built-in, and source /usr/lib/grub/grub-mkconfig_lib in EFI grub-install.

 * UbuntuSpec:foundations-m-package-culling:
  * Generated list of stale merges and posted to ubuntu-devel (https://lists.ubuntu.com/archives/ubuntu-devel/2010-June/030936.html).
  * Merged installation-guide.

 * UbuntuSpec:foundations-m-btrfs-support:
  * Tested and sponsored Chow Loong Jin's fix for ureadahead Bug:570014.

 * Synced: btrfs-tools

 * Updated Ubuntu versions displayed in Plymouth splash (Bug:588633) and Ubiquity slideshow (Bug:588677).

 * Developer Membership Board meeting.
Line 77: Line 99:
 * Wrote some new widgets using cairo for the implementation of the 'Preparing to install Ubuntu' screen.  * Wrote some new widgets using cairo for the implementation of the 'Preparing to install Ubuntu' screen and for the partitioning page (resize widget).
Line 79: Line 101:
 * Moving all custom GTK widgets into a single module, adding Glade support along the way.
 * Verified the 10.10 USB disk for the shop.
 * Started implementing the new timezone, prepare, user-setup, and keyboard designs.
Line 83: Line 108:
==== software-center ====
 * lp:~gary-lasker/software-center/lp57849-for-lucid
 * add json-tag-section-parser and tests
 * add key download into aptdaemon via gio lp:~mvo/aptdaemon/download-vendor-keys
 * add tests for xapian querying the s-c
 * add upgraded information to the history
 * merged lp:~mmcg069/software-center/catview-conform-w-spec (sweet stuff)
 * review/merge a11y fixes, catview updates, button updates
 * work on lazr-restfulclient support
 * work on meta-data parser
 * work on new-apps spec

==== misc ====
 * apt-ddtp update
 * partner archive to PPA discussion
 * lp:~kiwinote/python-apt/merge-gdebi-changes
 * work with pitti on compressed indexes feature
 * review/merge lp:~pitti/python-apt/record-access-performance

==== update-manager ====
 * debug/fix crash in non-interactive upgrade (LP: #574837)
 * fix crash in --no-focus-on-map
 * add direct lucid -> maverick upgrade support via do-release-upgrade -d
 * confirm/fix/test upgrade failure for flashplugin-nonfreee
 * debug/fix hang in the auto-upgrade testing for lucid->maverick

For minutes of previous meetings, please see FoundationsTeam.

Present

Lightning round order

surbhi, barry, mvo, ev, doko, Keybuk, cjwatson

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

foundations-m-python-packaging

  • wrote versioned .so patch for py3k w/test fixes and distutils support and testing
  • submitted upstream, which generated a "heated" debate Wink ;)

  • todo: catch up on thread and continue discussion

foundations-m-python-versions

  • python 2.7 archive rebuilding and testing
  • ppa uploads going slow, really need a script to work out rdepends and automate
  • worked on sbuild environment

foundations-m-continuous-integration

  • flufl.quickly to generate best-of-breed package templates w/debian integration

misc

  • uploaded flufl.enum and flufl.i18n to DPMT for uploading to debian
  • awaiting feedback

Colin Watson

I spent most of this week on an OEM customer project. This is just what I managed to fit into the cracks.

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 and for the partitioning page (resize widget).
  • Implemented the basic greying out of a window functionality to be used on the keyboard page.
  • Moving all custom GTK widgets into a single module, adding Glade support along the way.
  • Verified the 10.10 USB disk for the shop.
  • Started implementing the new timezone, prepare, user-setup, and keyboard designs.

Matthias Klose

Michael Vogt

software-center

  • lp:~gary-lasker/software-center/lp57849-for-lucid
  • add json-tag-section-parser and tests
  • add key download into aptdaemon via gio lp:~mvo/aptdaemon/download-vendor-keys
  • add tests for xapian querying the s-c
  • add upgraded information to the history
  • merged lp:~mmcg069/software-center/catview-conform-w-spec (sweet stuff)
  • review/merge a11y fixes, catview updates, button updates
  • work on lazr-restfulclient support
  • work on meta-data parser
  • work on new-apps spec

misc

  • apt-ddtp update
  • partner archive to PPA discussion
  • lp:~kiwinote/python-apt/merge-gdebi-changes
  • work with pitti on compressed indexes feature
  • review/merge lp:~pitti/python-apt/record-access-performance

update-manager

  • debug/fix crash in non-interactive upgrade (LP: #574837)
  • fix crash in --no-focus-on-map
  • add direct lucid -> maverick upgrade support via do-release-upgrade -d

  • confirm/fix/test upgrade failure for flashplugin-nonfreee
  • debug/fix hang in the auto-upgrade testing for lucid->maverick

Scott James Remnant

Surbhi Palande

FoundationsTeam/Meetings/2010/0630 (last edited 2010-06-30 15:28:28 by p5B09E0B7)