Planning

Differences between revisions 2 and 37 (spanning 35 versions)
Revision 2 as of 2010-04-06 16:01:12
Size: 2621
Editor: 82-69-40-219
Comment:
Revision 37 as of 2010-04-28 14:48:46
Size: 6519
Editor: 216-15-33-194
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * move CD booting to grub2/gfxterm (ColinWatson)
 * smoother boot splash via grub2/efifb (ColinWatson, ScottJamesRemnant)
 * multiarch redux
 * find and aggressively deal with packages whose merges have been lagging for several releases
 * finish Upstart (ScottJamesRemnant)
 * Implement the [[https://docs.google.com/a/canonical.com/Doc?docid=0AU5sFuLRpCpBZGZra2pqY2pfMTAxZ25rcnBnNXY&hl=en|installer redesign spec]] (EvanDandrea)
 * make update-notifier a more modular design (probably with vala), it has out-grown to be a update-notifier since some time (MichaelVogt)
 * [[UbuntuSpec:foundations-m-cd-boot|move CD booting to grub2/gfxterm]] (ColinWatson)
 * [[UbuntuSpec:foundations-maverick-grub2-boot-framebuffer|smoother boot splash via grub2 and a boot framebuffer]] (ColinWatson, ScottJamesRemnant)
 * [[UbuntuSpec:foundations-m-multiarch-redux|Multiarch Redux]]
 * [[UbuntuSpec:foundations-m-package-culling|Package Culling]] - find and aggressively deal with packages whose merges have been lagging for several releases
 * Finish Upstart (ScottJamesRemnant)
   * Have a UDS session for each track that is impacted by Upstart (e.g., Desktop, Server, Kernel, NewCore)
   * [[UbuntuSpec:foundations-m-upstart-q-and-a|Upstart Q&A UDS session]]
 * [[UbuntuSpec:foundations-m-installer-redesign|
Implement the installer redesign spec]] (EvanDandrea)
 * [[UbuntuSpec:foundations-m-update-notifier-refactor|Refactor update-notifier]] - make update-notifier a more modular design (probably with vala), it has out-grown to be a update-notifier since some time (MichaelVogt)
Line 11: Line 13:
 * [[UbuntuSpec:foundations-m-package-removal-in-upgrade|Remove Demoted Packages on Upgrade]] - We need to explore the removal of demoted packages on upgrade (all, only auto-installed ones, only default installed ones, only unused... how to detect).
 * [[UbuntuSpec:foundations-karmic-install-updates-when-installing|Download updates while installing]] (EvanDandrea)
 * [[UbuntuSpec:foundations-m-release-upgrader-dbus-refactor|D-Bus Refactor of release-upgrader]] - discuss refactoring the release-upgrader backend as a dbus service to improve reliability/responsiveness (MichaelVogt)
 * [[UbuntuSpec:foundations-m-btrfs-support|btrfs Support]]
 * [[UbuntuSpec:foundations-m-uefi-support|UEFI Firmware Support]]

== Foundations Support ==

As usual, Foundations will be providing Ubuntu support for the other teams. A high-level listing of projects where we likely will be involved is given in this section.

=== Desktop ===

 * As part of their UNE work, Desktop may end up promoting Chomium to main
 * HUGE push for Software Center
   1. goal: sell stuff in software center,
   1. goal: figure out how to deliver opportunistic apps via the software center
   1. finish ratings
 * Big push for touch, not sure what the impact is going to be for Foundations yet, but we need to be aware of it
 * It would really help Desktop if Upstart+Plymouth work stabilized so they could work with it

=== Design ===

 * Wayland (no idea what state this is in upstream, and the X side of things should be desktop, but at the very least we'll need to look at how this overlaps/interacts with Plymouth);
 * We probably ought to have a look-in on the multi-screen work, if it's dealing with remembering configurations for individual devices;
 * Installer, first boot, upgrades, Update Manager, and Software Centre;
 * System settings (maybe, depending on what this comes down to);
 * Possibly keyboard indicator but it depends what they're doing (if it's just visual then probably not).

=== Server ===

The server team has listed their planning by priority; their bullet items below reflect this.

 * Priority 1: Cloud cluster file system (not sure if we'll be needed for this or not)
 * Priority 2: Java/JDK improvements (doko does a lot of that; Server team is getting a Java person, so this may impact us less)
 * Priority 2: Support of alternate install modes
 * Priority 3: Upstart conversion

=== Kernel ===

 * Improved battery power support work; Foundations may need to (or be able to) assist
 * synaptec multi-touch (multi-finger... not multi-touch)
 * new multi-touch driver enhancements that may need work from Foundations

=== OEM ===

 * TBD

== Placeholders for Big Topics ==

 * [[UbuntuSpec:foundations-m-cycle-review|10.04 Review]] - hold this early to aid breakout topics, maybe in the first roundtable
 * Distributed Development
 * Boot Performance/Experience
 * Spring Clean (right after an LTS release is a good time for an aggressive cleanup of things we don't need or that should be extensively refactored)
 * Python
   * Automated transition testing framework (build, run upstream unit test, 2to3, report on ftbfs and test failures, against any/every python version)
   * Migration to Python 3?
   * Eliminate symlinks for python-[central|support] using PEP 3147?
   * [[UbuntuSpec:foundations-m-python-2.7|Python 2.7]] (BarryWarsaw)
   * Freezing (e.g. cx_freeze) critical dist upgrade tools?

Ideas

Foundations Support

As usual, Foundations will be providing Ubuntu support for the other teams. A high-level listing of projects where we likely will be involved is given in this section.

Desktop

  • As part of their UNE work, Desktop may end up promoting Chomium to main
  • HUGE push for Software Center
    1. goal: sell stuff in software center,
    2. goal: figure out how to deliver opportunistic apps via the software center
    3. finish ratings
  • Big push for touch, not sure what the impact is going to be for Foundations yet, but we need to be aware of it
  • It would really help Desktop if Upstart+Plymouth work stabilized so they could work with it

Design

  • Wayland (no idea what state this is in upstream, and the X side of things should be desktop, but at the very least we'll need to look at how this overlaps/interacts with Plymouth);
  • We probably ought to have a look-in on the multi-screen work, if it's dealing with remembering configurations for individual devices;
  • Installer, first boot, upgrades, Update Manager, and Software Centre;
  • System settings (maybe, depending on what this comes down to);
  • Possibly keyboard indicator but it depends what they're doing (if it's just visual then probably not).

Server

The server team has listed their planning by priority; their bullet items below reflect this.

  • Priority 1: Cloud cluster file system (not sure if we'll be needed for this or not)
  • Priority 2: Java/JDK improvements (doko does a lot of that; Server team is getting a Java person, so this may impact us less)
  • Priority 2: Support of alternate install modes
  • Priority 3: Upstart conversion

Kernel

  • Improved battery power support work; Foundations may need to (or be able to) assist
  • synaptec multi-touch (multi-finger... not multi-touch)
  • new multi-touch driver enhancements that may need work from Foundations

OEM

  • TBD

Placeholders for Big Topics

  • 10.04 Review - hold this early to aid breakout topics, maybe in the first roundtable

  • Distributed Development
  • Boot Performance/Experience
  • Spring Clean (right after an LTS release is a good time for an aggressive cleanup of things we don't need or that should be extensively refactored)
  • Python
    • Automated transition testing framework (build, run upstream unit test, 2to3, report on ftbfs and test failures, against any/every python version)
    • Migration to Python 3?
    • Eliminate symlinks for python-[central|support] using PEP 3147?
    • Python 2.7 (BarryWarsaw)

    • Freezing (e.g. cx_freeze) critical dist upgrade tools?

Lucid specs not done

(Numbers in parentheses indicate to-do/postponed/done.)

Lucid specs partly done

Lucid specs mostly done

FoundationsTeam/Maverick/Planning (last edited 2010-05-04 14:04:46 by p5B09F55E)