0317

Differences between revisions 1 and 2
Revision 1 as of 2010-03-17 15:24:40
Size: 1851
Editor: 82-69-40-219
Comment:
Revision 2 as of 2010-03-17 15:28:00
Size: 6456
Editor: 82-69-40-219
Comment:
Deletions are marked like this. Additions are marked like this.
Line 76: Line 76:
 * computer janitor dbus refactoring; ready for review
 * python-argparse MIR and 1.1 update
 * ratings and reviews server for software center
 * update-manager bug 537250
 * review of doko's pycompile patch for 2.7 and 3.2
 * pep 3147 work - first simple support for __pycache__ working! (lp:~barry/python/pep3147)
 * prep for python 2.6.5 final (due out on friday)
Line 80: Line 88:
 * Fixed a bug in usb-creator that surfaced with the move to parted2.1.
 * Brought back the resize progress dialog in ubiquity that went away when we hid all progress dialogs on the automatic partitioning page.
 * Made the strings for the keyboard query widget translatable.
 * Fixed the focus grab on the next button on ubiquity startup.
 * Hunted down bug 534473 (apt-setup selecting the wrong CD mountpoint), thanks to sabdfl lending me his usb disk.
 * Looked into a bug for bigjools that turned out to be 528667.
 * Michael Forrest is working on a simplified version of usb-creator for Mac, but separate from the usb-creator codebase. Helped him with that a bit.
 * Created a new LabelledEntry subclass of GtkEntry to provide hints on the user setup page. Freeze exception request filed as bug 537986.
 * Working with Michael, Ken, and Otto to get the time zone map updated and fixed around India.
 * Imported translations from gnome-panel to let us strip the seconds from the time zone map time. Freeze exception request filed as bug 538156.
 * Created a password strength meter for the user setup page. Freeze exception request filed as bug 537995.
 * Fixed the bug whereby we weren't setting the language for the live environment when exiting ubiquity.
 * Fixed some small bugs in ubiquity (thanks pycheck).
 * Worked on moving the partition bars on the automatic partitioning page to sit directly under the option they reflect. Still a work in progress.
Line 82: Line 105:
 * Was pulled in for OEM tasks for much of the week:
  * Time allocation: 80% OEM, 20% platform
 * Software Center
  * Bug work, triage, fixes
  * Cleaned up some fixme's in partner channel code
  * Weekly call with mvo and mpt
Line 83: Line 113:

==== Distributed Development ====

 * Quiet on the bugfixing front, there seem to be few problems that people are hitting currently.
 * Got the latest code in to lucid (thanks Jelmer).
 * Have a couple of branches to merge.

==== Other ====

 * A chunk of sponsoring.
 * Launchpad hacking to fix a few important issues for us.
 * Spoke with Jos about opportunities on the server.
 * Archive admin duty.
Line 90: Line 133:
==== software-center ====
 * work on ec2 rnr instance (setup, debug failures)
 * upload reviews branch into software-center PPA and make it work against reviews ec2 instance
 * add gnome-app-install transitional package
 * work on review-stats branch (lp:~mvo/rnr-server/reviews-stats)
 * Prepare ratings&reviews call
 * upload new version with new theme and notifiy ubuntu-docs
 * cherry-pick progress bar improvements from michaelforrest (thanks!)

==== update-manager ====
 * debug/fix #415026 (fold do-release-upgrade --check and check-release-upgrade into the same program)
 * work on "do-release-upgrade"
 * test upgrade on real HW
 * document "nomodeset" kernel cmdline workaround in ubuntu wiki
 * analyize failure
 * Debug/report i830 based graphics failure #534375
 * move XF86Config-4 away on upgrade (really really outdated)
 * merge fixes from Wesley Schwengl (thanks)
 * import updated translations from rosetta
 * Debug/fix(?) update-manager/apport issue #369951

==== apt ====
 * Apt: add "oldlibs" to Apt::Never-Mark-AutoRemove
 * review/sponsor SRU for python-apt (#531876) with persia
 * Python-apt: debug/fix FTBFS
 * look at download problem with > 4GB (#510543)
 * debug timeout failure (#517797)
 * Python-apt: review/merge latest debian-sid changes and upload to PPA
 * Python-apt: test new merge (in ppa:mvo/python-apt)
 * Apt: debug/fix #502641 (apt-get source version selection)
 * fixe three letter language codes
 * fix sudo/http_proxy interaction (#432631, #391409)

==== beta-1 ====
 * run app-install-data/command-not-found updates

==== misc ====
 * comment on Mirrors RT #9459
 * Apturl: port from gtkhtml2 to webkit (part of lucid-depulication)
 * Kvm: ran into #531823 and test fix
 * Gdebi: new 0.6.0 version ready for lucid (fixes only)

==== review/sponsoring ====
 * Ubumirror: review/sponsor upload
 * Review/sponsor/upload app-install-data-partner package
 * Review/merge update-manager dpm, barry branches
 * Review/merge update-manager LTR fix
 * Review/sponsor computer-janitor UI fix (#536908)

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     'james_w',
   9     'lool',
  10     'mvo',
  11     'slangasek',
  12     'tremolux',
  13     ]
  14 order = team[:]
  15 random.shuffle(order)
  16 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

Outstanding actions from last meeting

Actions from this meeting

Chair for next meeting

Activity reports

Barry Warsaw

  • computer janitor dbus refactoring; ready for review
  • python-argparse MIR and 1.1 update
  • ratings and reviews server for software center
  • update-manager bug 537250
  • review of doko's pycompile patch for 2.7 and 3.2
  • pep 3147 work - first simple support for pycache working! (lp:~barry/python/pep3147)

  • prep for python 2.6.5 final (due out on friday)

Colin Watson

Evan Dandrea

  • Fixed a bug in usb-creator that surfaced with the move to parted2.1.
  • Brought back the resize progress dialog in ubiquity that went away when we hid all progress dialogs on the automatic partitioning page.
  • Made the strings for the keyboard query widget translatable.
  • Fixed the focus grab on the next button on ubiquity startup.
  • Hunted down bug 534473 (apt-setup selecting the wrong CD mountpoint), thanks to sabdfl lending me his usb disk.
  • Looked into a bug for bigjools that turned out to be 528667.
  • Michael Forrest is working on a simplified version of usb-creator for Mac, but separate from the usb-creator codebase. Helped him with that a bit.
  • Created a new LabelledEntry subclass of GtkEntry to provide hints on the user setup page. Freeze exception request filed as bug 537986.

  • Working with Michael, Ken, and Otto to get the time zone map updated and fixed around India.
  • Imported translations from gnome-panel to let us strip the seconds from the time zone map time. Freeze exception request filed as bug 538156.
  • Created a password strength meter for the user setup page. Freeze exception request filed as bug 537995.
  • Fixed the bug whereby we weren't setting the language for the live environment when exiting ubiquity.
  • Fixed some small bugs in ubiquity (thanks pycheck).
  • Worked on moving the partition bars on the automatic partitioning page to sit directly under the option they reflect. Still a work in progress.

Gary Lasker

  • Was pulled in for OEM tasks for much of the week:
    • Time allocation: 80% OEM, 20% platform
  • Software Center
    • Bug work, triage, fixes
    • Cleaned up some fixme's in partner channel code
    • Weekly call with mvo and mpt

James Westby

Distributed Development

  • Quiet on the bugfixing front, there seem to be few problems that people are hitting currently.
  • Got the latest code in to lucid (thanks Jelmer).
  • Have a couple of branches to merge.

Other

  • A chunk of sponsoring.
  • Launchpad hacking to fix a few important issues for us.
  • Spoke with Jos about opportunities on the server.
  • Archive admin duty.

Loïc Minier

Matthias Klose

Michael Vogt

software-center

  • work on ec2 rnr instance (setup, debug failures)
  • upload reviews branch into software-center PPA and make it work against reviews ec2 instance
  • add gnome-app-install transitional package
  • work on review-stats branch (lp:~mvo/rnr-server/reviews-stats)
  • Prepare ratings&reviews call

  • upload new version with new theme and notifiy ubuntu-docs
  • cherry-pick progress bar improvements from michaelforrest (thanks!)

update-manager

  • debug/fix #415026 (fold do-release-upgrade --check and check-release-upgrade into the same program)
  • work on "do-release-upgrade"
  • test upgrade on real HW
  • document "nomodeset" kernel cmdline workaround in ubuntu wiki
  • analyize failure
  • Debug/report i830 based graphics failure #534375
  • move XF86Config-4 away on upgrade (really really outdated)
  • merge fixes from Wesley Schwengl (thanks)
  • import updated translations from rosetta
  • Debug/fix(?) update-manager/apport issue #369951

apt

  • Apt: add "oldlibs" to Apt::Never-Mark-AutoRemove

  • review/sponsor SRU for python-apt (#531876) with persia
  • Python-apt: debug/fix FTBFS
  • look at download problem with > 4GB (#510543)

  • debug timeout failure (#517797)
  • Python-apt: review/merge latest debian-sid changes and upload to PPA
  • Python-apt: test new merge (in ppa:mvo/python-apt)
  • Apt: debug/fix #502641 (apt-get source version selection)
  • fixe three letter language codes
  • fix sudo/http_proxy interaction (#432631, #391409)

beta-1

  • run app-install-data/command-not-found updates

misc

  • comment on Mirrors RT #9459
  • Apturl: port from gtkhtml2 to webkit (part of lucid-depulication)
  • Kvm: ran into #531823 and test fix
  • Gdebi: new 0.6.0 version ready for lucid (fixes only)

review/sponsoring

  • Ubumirror: review/sponsor upload
  • Review/sponsor/upload app-install-data-partner package
  • Review/merge update-manager dpm, barry branches
  • Review/merge update-manager LTR fix
  • Review/sponsor computer-janitor UI fix (#536908)

Scott James Remnant

Steve Langasek

FoundationsTeam/Meetings/2010/0317 (last edited 2010-04-07 12:39:58 by 82-69-40-219)