0812

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2009-08-12 14:57:39
Size: 3344
Editor: 99-156-85-10
Comment:
Revision 5 as of 2009-08-13 16:30:03
Size: 9514
Editor: 99-156-85-10
Comment:
Deletions are marked like this. Additions are marked like this.
Line 59: Line 59:
 * Robbie to update the team release status wiki for Karmic deliverables ['''Done''']
Line 69: Line 70:
 * DebConf; trip report to follow separately.

 * Karmic sprint.

 * Restored dmraid support to parted (#392246).

 * Merged: grub-installer, partman-base, partman-partitioning

 * Feature work:
  * foundations-karmic-server-installer-improvements:
   * Merged all patches upstream, with help from Max Vozeler.
  * foundations-karmic-iscsi-installer-support:
   * Wrote partman-iscsi.
   * Fixed up several bugs in open-iscsi, e.g. #306678.
   * Integrated iSCSI target login with "no disks found" installer UI.
   * Dropped much of old open-iscsi installer integration, superseded by the above.
   * Stopped requiring iscsi=true.
   * Preseeding partially working but still needs some attention for Kickstart to be viable.
   * Adjusted initramfs-tools to load virtio_net, making KVM testing easier.
   * Hoovered up initramfs-tools patch to fix ip= (LP: #364626).
   * Made sure network devices are always included in initramfs if booting with / on iSCSI.
   * Arranged to retry initramfs network configuration for a while until it works.
   * Done!
  * foundations-karmic-grub2:
   * Added hidden timeout support, used by default; update installer to match. (Some bugs caused by this, as the upgrade process could be smoother.)
   * Adjusted menu theme.
   * Some work on visually-smooth GRUB->kernel transition, though turns out to be tricky due to kernel-side issues (see https://lists.ubuntu.com/archives/kernel-team/2009-August/006773.html).
  * foundations-karmic-cloud-setup-in-server-installer:
   * Designed new Avahi-based scheme for cloud installation.
   * Added udebs to avahi.
   * Added Eucalyptus tasks.
  * archive-reorganisation-permissions:
   * Sent batch of developer interview mails.

 * Fixed console-setup #392218 (/etc/default/console-setup ignored on boot), which turned out to be a busybox bug (gzip missing in initramfs).

 * Nightmare ia32-libs update (#277069, #305860, #389510, #393503).

 * Made hw-detect stop installing acpi, acpid, and acpi-support-base if acpi is available.

 * Made kernel-wedge's error behaviour a bit more helpful, at Tim's request (#410221).

 * Wrote a debhelper addon for germinate, massively simplifying all the
   *-meta packaging.

 * Sponsorship:
  * iso-codes #409410.
  * system-config-kickstart #409261, #409270, #409352, #409368, #409554.
  * pax #406858.

 * Technical Board meeting (chaired).
Line 73: Line 125:
==== DebConf ====

  * Attended my first DebConf.
  * Useful discussions with vcs-pkg.org people.
  * Plenty of discussions about Debian/Ubuntu collaboration.

==== Sprint ====

  * Sprinted with jml. Mainly focused on eliminating blockers to declaring source package branches generally ready for use.
    - Fixed some LP bugs and worked towards getting the permissions changes done. Got my first change to LP accepted.
    - Requested a bugfix to the python-wadllib package on jubany as we will need it when the permissions changes land.
  * Also discussed how we will create the branches for the new distroseries. We have a proposed plan but need to experiment to test whether it can be done quick enough.
  * Ran a query on the LP db to update the package<->branch links where a bug meant that they weren't all set as requested at creation.
  * Also worked with Muharem on a merge-package command. The implementation is mostly there and he is now working on tests. Should be in before Feature Freeze.
  * Presented on Distributed Development. Important for many new people who weren't well-versed in the plans. Important for others to see the progress. There was plenty of interest expressed, and we are tantalisingly close to seriously dogfooding it.
  * Presented on daily builds as well. Multiple teams spoke to me about getting up and running.
  * The usual impromptu debugging/assistance/discussion sessions that take place at a sprint.

==== Distributed Development ====

  * > 125,000 branches, ~10,000 packages imported.
  * Improvements to the importer to make it better in terms of both throughput and latency.
  * Stopped it from falling over occasionally due to launchpadlib's cache not being multi-process safe.

==== Daily Builds ====

  * Worked on the documentation further. It doesn't yet cover all the features, but it covers all the things needed to get started.
  * Fixed some bugs and implemented some small features.
  * Blogged about bzr-builder.
  * Started a discussion in the dailydebs-team about "what makes a good daily package?"

==== Kerneloops ====

  * Finished the work to split the submission from the main process with testing that the original use still works.
  * Made the changes to apport needed to get basic functionality.
  * Will perhaps make a PPA available first, though getting the changes in soon after alpha 4 may be better.

==== Other =====

  * Some archive-admin work, though I had a swap day on my nominated half-day.
  * Some sponsoring.
  * Fixed a couple of bugs that were getting in my way.
Line 75: Line 169:
 * Attended Debconf9. Liased, leveraged, synergized, and so on with a number Debian people. Gave a talk and BOF on piuparts (with Holger Levsen). Cooked up a bug exchange format proposal with Don Armstrong.
 * Attended karmic sprint. Participated in some (e)glibc bug fixing, did some further zsync and debdelta research. Discussed these things with Launchpad team and Colin Watson. cdimage.ubuntu.com now generates .zsync files for ISO images (zsync seems to use much less bandwidth than rsync), and I have a strategy for Packages files and .deb downloads. Launchpad-dev indicates they might have at least Packages.zsync files generated in September.
 * Prototyped a way to show kernel oops messages in a compact form that can be decoded by OCR or such, for times when the whole message can't be visible.
  * http://blog.liw.fi/posts/kernel-oops-compression/
Line 83: Line 181:
 * Platform sprint
==== Distributed development ====
  * Implemented "merge-package" bzr command, see lp:~al-maisan/bzr-builddeb/merge-package
  * Started adding tests and polishing the branch for review.

For minutes of previous meetings, please see FoundationsTeam.

Present

Apologies

Agenda

Outstanding actions from last meeting

Actions from this meeting

  • Robbie to update the team release status wiki for Karmic deliverables [Done]

Activity reports

Colin Watson

  • DebConf; trip report to follow separately.

  • Karmic sprint.
  • Restored dmraid support to parted (#392246).
  • Merged: grub-installer, partman-base, partman-partitioning
  • Feature work:
    • foundations-karmic-server-installer-improvements:
      • Merged all patches upstream, with help from Max Vozeler.
    • foundations-karmic-iscsi-installer-support:
      • Wrote partman-iscsi.
      • Fixed up several bugs in open-iscsi, e.g. #306678.
      • Integrated iSCSI target login with "no disks found" installer UI.
      • Dropped much of old open-iscsi installer integration, superseded by the above.
      • Stopped requiring iscsi=true.
      • Preseeding partially working but still needs some attention for Kickstart to be viable.
      • Adjusted initramfs-tools to load virtio_net, making KVM testing easier.
      • Hoovered up initramfs-tools patch to fix ip= (LP: #364626).
      • Made sure network devices are always included in initramfs if booting with / on iSCSI.
      • Arranged to retry initramfs network configuration for a while until it works.
      • Done!
    • foundations-karmic-grub2:
      • Added hidden timeout support, used by default; update installer to match. (Some bugs caused by this, as the upgrade process could be smoother.)
      • Adjusted menu theme.
      • Some work on visually-smooth GRUB->kernel transition, though turns out to be tricky due to kernel-side issues (see https://lists.ubuntu.com/archives/kernel-team/2009-August/006773.html).

    • foundations-karmic-cloud-setup-in-server-installer:
      • Designed new Avahi-based scheme for cloud installation.
      • Added udebs to avahi.
      • Added Eucalyptus tasks.
    • archive-reorganisation-permissions:
      • Sent batch of developer interview mails.
  • Fixed console-setup #392218 (/etc/default/console-setup ignored on boot), which turned out to be a busybox bug (gzip missing in initramfs).
  • Nightmare ia32-libs update (#277069, #305860, #389510, #393503).
  • Made hw-detect stop installing acpi, acpid, and acpi-support-base if acpi is available.
  • Made kernel-wedge's error behaviour a bit more helpful, at Tim's request (#410221).
  • Wrote a debhelper addon for germinate, massively simplifying all the
    • -meta packaging.
  • Sponsorship:
    • iso-codes #409410.
    • system-config-kickstart #409261, #409270, #409352, #409368, #409554.
    • pax #406858.
  • Technical Board meeting (chaired).

Evan Dandrea

James Westby

DebConf

  • Attended my first DebConf.

  • Useful discussions with vcs-pkg.org people.
  • Plenty of discussions about Debian/Ubuntu collaboration.

Sprint

  • Sprinted with jml. Mainly focused on eliminating blockers to declaring source package branches generally ready for use.
    • - Fixed some LP bugs and worked towards getting the permissions changes done. Got my first change to LP accepted. - Requested a bugfix to the python-wadllib package on jubany as we will need it when the permissions changes land.
  • Also discussed how we will create the branches for the new distroseries. We have a proposed plan but need to experiment to test whether it can be done quick enough.
  • Ran a query on the LP db to update the package<->branch links where a bug meant that they weren't all set as requested at creation.

  • Also worked with Muharem on a merge-package command. The implementation is mostly there and he is now working on tests. Should be in before Feature Freeze.
  • Presented on Distributed Development. Important for many new people who weren't well-versed in the plans. Important for others to see the progress. There was plenty of interest expressed, and we are tantalisingly close to seriously dogfooding it.
  • Presented on daily builds as well. Multiple teams spoke to me about getting up and running.
  • The usual impromptu debugging/assistance/discussion sessions that take place at a sprint.

Distributed Development

  • > 125,000 branches, ~10,000 packages imported.

  • Improvements to the importer to make it better in terms of both throughput and latency.
  • Stopped it from falling over occasionally due to launchpadlib's cache not being multi-process safe.

Daily Builds

  • Worked on the documentation further. It doesn't yet cover all the features, but it covers all the things needed to get started.
  • Fixed some bugs and implemented some small features.
  • Blogged about bzr-builder.
  • Started a discussion in the dailydebs-team about "what makes a good daily package?"

Kerneloops

  • Finished the work to split the submission from the main process with testing that the original use still works.
  • Made the changes to apport needed to get basic functionality.
  • Will perhaps make a PPA available first, though getting the changes in soon after alpha 4 may be better.

==== Other =====

  • Some archive-admin work, though I had a swap day on my nominated half-day.
  • Some sponsoring.
  • Fixed a couple of bugs that were getting in my way.

Lars Wirzenius

  • Attended Debconf9. Liased, leveraged, synergized, and so on with a number Debian people. Gave a talk and BOF on piuparts (with Holger Levsen). Cooked up a bug exchange format proposal with Don Armstrong.
  • Attended karmic sprint. Participated in some (e)glibc bug fixing, did some further zsync and debdelta research. Discussed these things with Launchpad team and Colin Watson. cdimage.ubuntu.com now generates .zsync files for ISO images (zsync seems to use much less bandwidth than rsync), and I have a strategy for Packages files and .deb downloads. Launchpad-dev indicates they might have at least Packages.zsync files generated in September.
  • Prototyped a way to show kernel oops messages in a compact form that can be decoded by OCR or such, for times when the whole message can't be visible.

Matthias Klose

Michael Vogt

Mike Terry

Muharem Hrnjadovic

  • Platform sprint

Distributed development

  • Implemented "merge-package" bzr command, see lp:~al-maisan/bzr-builddeb/merge-package
  • Started adding tests and polishing the branch for review.

Scott James Remnant

Steve Langasek

FoundationsTeam/Meetings/2009/0812 (last edited 2009-08-13 16:30:03 by 99-156-85-10)