Re: Further reducing my involvement with Ubuntu

2024-02-16 Thread Stéphane Graber
Yep,

My original e-mail included a link to the bzr repo for the code.

I suspect that part of moving it to a new home will include converting
that to git and writing down more up to date instructions on how to
install and run it.

Stéphane

On Fri, Feb 16, 2024 at 6:16 PM Thomas Ward  wrote:
>
> The code exists somewhere right?  I may want to adapt a version of this for 
> Lubuntu on our Matrix channels at some point independent of the AA/Release 
> Team at some point (or for a private equivalent bot to send me notices on 
> specific packages).  Asking because I'd like to do some extra coding work 
> myself and help maybe improve the bot's code long term if theres no objection 
> to coding suggestions :)
>
>
>
> Sent from my Galaxy
>
>
>
> ---- Original message 
> From: Stéphane Graber 
> Date: 2/16/24 17:55 (GMT-05:00)
> To: Steve Langasek , Stéphane Graber 
> , ubuntu-release@lists.ubuntu.com
> Subject: Re: Further reducing my involvement with Ubuntu
>
> Current config minus bot password (reach out on IRC for that):
>
> ```
> [general]
> verbose = false
>
> [server]
> host = irc.libera.chat
> port = 6697
> nick = queuebot
> local_address = 2602:fc62:a:1::1
> password = PASSWORD
> ipv6 = true
> ssl = true
>
> [#ubuntu-release]
> queue = New, Unapproved
> tracker = Builds
> packageset = Packageset
>
> [#ubuntu-quality]
> tracker = Builds
>
> [#edubuntu]
> queue = New, Unapproved
> queue_filter = edubuntu
>
> tracker = Builds
> tracker_filter = edubuntu
>
> packageset = Packageset
> packageset_filter = edubuntu
>
> [#kubuntu-devel]
> tracker = Builds
> tracker_filter = kubuntu
>
> packageset = Packageset
> packageset_filter = kubuntu
>
> [#ubuntu-dmb]
> packageset = Packageset
>
> [#ubuntu-ci-eng]
> landing = Landings
>
> [#lubuntu-devel]
> tracker = Builds
> tracker_filter = lubuntu
>
> queue = New, Unapproved
> queue_filter = lubuntu
>
> packageset = Packageset
> packageset_filter = lubuntu
>
> [#ubuntu-qt]
> queue = New, Unapproved
> queue_filter = qt5
>
> packageset = Packageset
> packageset_filter = qt5
> ```
>
> On Fri, Feb 16, 2024 at 3:58 PM Steve Langasek
>  wrote:
> >
> > On Thu, Feb 15, 2024 at 06:59:00PM -0500, Stéphane Graber wrote:
> > > Following some recent interactions[1] which have made me question my
> > > trust in the Ubuntu Community, I have made the decision to further cut
> > > back my involvement with the Ubuntu project.
> >
> > > In the case of the Ubuntu Release team, this specifically relates to
> > > the operation of the IRC bot "queuebot".
> > > I've been operating and occasionally tweaking and fixing that IRC bot
> > > for over a decade (since 2012) and it's been running on my own
> > > infrastructure ever since.
> >
> > > You'll find the current (rather ugly python) code here:
> > > https://code.launchpad.net/~ubuntu-archive/queuebot/queuebot
> >
> > > I'd like to turn the lights off on my side by the end of March. Should
> > > someone want to take over hosting and operating it, please let me know
> > > and we'll organize the transfer of the production configuration to
> > > minimize the downtime for its users. It's currently running in an
> > > Ubuntu 20.04 container and needs around 500MB of RAM to keep track of
> > > all the various packages.
> >
> > Thanks for reaching out, Stéphane.  I've thought for a while that it would
> > be a good idea for us to move hosting of this somewhere at Canonical that
> > multiple active members of the Release Team might have access to.
> >
> > I've identified a place we can quickly spin this up that both Brian and I
> > (as well as some non Release Team folks) will have admin access on.  Feel
> > free to dump the production config info.
> >
> > (If other members of the Release Team care about having access, we can also
> > make that happen; I'm just arranging for now to move it somewhere expedient
> > / low-overhead.)
> >
> > --
> > Steve Langasek   Give me a lever long enough and a Free OS
> > Debian Developer   to set it on, and I can move the world.
> > Ubuntu Developer   https://www.debian.org/
> > slanga...@ubuntu.com vor...@debian.org
>
> --
> Ubuntu-release mailing list
> Ubuntu-release@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-release

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Further reducing my involvement with Ubuntu

2024-02-16 Thread Stéphane Graber
Current config minus bot password (reach out on IRC for that):

```
[general]
verbose = false

[server]
host = irc.libera.chat
port = 6697
nick = queuebot
local_address = 2602:fc62:a:1::1
password = PASSWORD
ipv6 = true
ssl = true

[#ubuntu-release]
queue = New, Unapproved
tracker = Builds
packageset = Packageset

[#ubuntu-quality]
tracker = Builds

[#edubuntu]
queue = New, Unapproved
queue_filter = edubuntu

tracker = Builds
tracker_filter = edubuntu

packageset = Packageset
packageset_filter = edubuntu

[#kubuntu-devel]
tracker = Builds
tracker_filter = kubuntu

packageset = Packageset
packageset_filter = kubuntu

[#ubuntu-dmb]
packageset = Packageset

[#ubuntu-ci-eng]
landing = Landings

[#lubuntu-devel]
tracker = Builds
tracker_filter = lubuntu

queue = New, Unapproved
queue_filter = lubuntu

packageset = Packageset
packageset_filter = lubuntu

[#ubuntu-qt]
queue = New, Unapproved
queue_filter = qt5

packageset = Packageset
packageset_filter = qt5
```

On Fri, Feb 16, 2024 at 3:58 PM Steve Langasek
 wrote:
>
> On Thu, Feb 15, 2024 at 06:59:00PM -0500, Stéphane Graber wrote:
> > Following some recent interactions[1] which have made me question my
> > trust in the Ubuntu Community, I have made the decision to further cut
> > back my involvement with the Ubuntu project.
>
> > In the case of the Ubuntu Release team, this specifically relates to
> > the operation of the IRC bot "queuebot".
> > I've been operating and occasionally tweaking and fixing that IRC bot
> > for over a decade (since 2012) and it's been running on my own
> > infrastructure ever since.
>
> > You'll find the current (rather ugly python) code here:
> > https://code.launchpad.net/~ubuntu-archive/queuebot/queuebot
>
> > I'd like to turn the lights off on my side by the end of March. Should
> > someone want to take over hosting and operating it, please let me know
> > and we'll organize the transfer of the production configuration to
> > minimize the downtime for its users. It's currently running in an
> > Ubuntu 20.04 container and needs around 500MB of RAM to keep track of
> > all the various packages.
>
> Thanks for reaching out, Stéphane.  I've thought for a while that it would
> be a good idea for us to move hosting of this somewhere at Canonical that
> multiple active members of the Release Team might have access to.
>
> I've identified a place we can quickly spin this up that both Brian and I
> (as well as some non Release Team folks) will have admin access on.  Feel
> free to dump the production config info.
>
> (If other members of the Release Team care about having access, we can also
> make that happen; I'm just arranging for now to move it somewhere expedient
> / low-overhead.)
>
> --
> Steve Langasek   Give me a lever long enough and a Free OS
> Debian Developer   to set it on, and I can move the world.
> Ubuntu Developer   https://www.debian.org/
> slanga...@ubuntu.com vor...@debian.org

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Further reducing my involvement with Ubuntu

2024-02-15 Thread Stéphane Graber
Hello,

Following some recent interactions[1] which have made me question my
trust in the Ubuntu Community, I have made the decision to further cut
back my involvement with the Ubuntu project.

In the case of the Ubuntu Release team, this specifically relates to
the operation of the IRC bot "queuebot".
I've been operating and occasionally tweaking and fixing that IRC bot
for over a decade (since 2012) and it's been running on my own
infrastructure ever since.

You'll find the current (rather ugly python) code here:
https://code.launchpad.net/~ubuntu-archive/queuebot/queuebot

I'd like to turn the lights off on my side by the end of March. Should
someone want to take over hosting and operating it, please let me know
and we'll organize the transfer of the production configuration to
minimize the downtime for its users. It's currently running in an
Ubuntu 20.04 container and needs around 500MB of RAM to keep track of
all the various packages.

If nobody steps in, then I'll just turn it off at the end of March
assuming that it's no longer a useful service to the Ubuntu community.

Thanks!

Stéphane

[1] https://hachyderm.io/@stgraber/111936620602456692

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Stepping down from Archive, Release and SRU teams

2023-07-10 Thread Stéphane Graber
Hello,

As mentioned in my blog post from earlier today
(https://stgraber.org/2023/07/10/time-to-move-on/), Friday 7th of July
was my last day at Canonical.

While my involvement in Ubuntu far predates me joining Canonical, my
day to day involvement with the project has changed quite a bit over
the years.
I joined the release team, cdimage team, archive team and SRU teams as
part of my work in the foundations team quite a few years ago and
continued to help out here and there afterwards.

The reality is that over the past few years, I would only spend a few
hours per cycle reviewing some packages in the queue or letting an SRU
through when someone would directly nag me.
I held on to those privileges until now because I have a tendency to
keep a very close high on IRC even over the weekends, which meant that
I would often be around whenever some kind of emergency would arise.
This combined with the added access provided to those who also happen
to be Canonical employees meant that while not an active member, I
would have been able to quickly revert or fix an issue in an
emergency.

Now that I have left Canonical, this doesn't really apply anymore and
I don't see myself committing more time towards those teams than I
have been able to in recent years.
As a result, I'm stepping down from those teams and have already
updated Launchpad accordingly.

I'm still going to be on IRC and will remain an Ubuntu Core Developer,
so should I be of any assistance, please let me know!

Stéphane

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Ubuntu Budgie - LTS Application

2018-02-13 Thread Stéphane Graber
Hey there,

+1 from me too.

Ccing the release team so that they're aware of LTS status for Budgie.

Stéphane

On Sat, Feb 10, 2018 at 04:40:14PM +, Dustin Krysak wrote:
> Hello everyone, I just wanted to follow up with this to ensure there is
> nothing outstanding on the Ubuntu Budgie side of the application. After the
> TB IRC meeting, it seemed like there were no outstanding issues. What would
> the next steps be to complete this? Any action items on our side? After
> re-reading the article located at https://wiki.ubuntu.com/RecognizedFlavors -
> I believe not.
> 
> Thank you in advance for your time.
> 
> On Tue, 30 Jan 2018 at 12:06 Marc Deslauriers <
> marc.deslauri...@canonical.com> wrote:
> 
> > On 2018-01-28 06:02 PM, Dustin Krysak wrote:
> > > Good day everyone. I've added myself to the next technical board meeting
> > agenda,
> > > however, I just wanted to let you know that I had added the Launchpad
> > URLs as
> > > Steve requested.
> > >
> > > https://wiki.ubuntu.com/UbuntuBudgie/18.04/LTS-Proposal
> > >
> > > Thank you in advance.
> > >
> > > Dustin
> > >
> >
> > +1 from me for Budgie LTS status. Thanks!
> >
> > Marc.
> >
> -- 
> Dustin Krysak

> -- 
> technical-board mailing list
> technical-bo...@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/technical-board


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: PGP signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Support status of nginx in Ubuntu 14.04LTS expired in Feburary 2015?

2016-04-25 Thread Stéphane Graber
On Mon, Apr 25, 2016 at 02:57:22PM -0400, Marc Deslauriers wrote:
> Hi,
> 
> On 2016-04-25 02:45 PM, Andreas Wundsam wrote:
> > Hello Ubuntu Maintainers,
> > 
> > I was surprised to see that ubuntu-support-status shows the support of 
> > package
> > nginx expired in February 2015?
> > 
> > ---
> > $ ubuntu-support-status --show-all
> > []
> > Supported until February 2015 (9m):
> > [...] *nginx nginx-common *
> > ---
> > 
> > apt show shows the package as being in main, but receiving only 9 months of 
> > support:
> > 
> > ---
> > Supported: 9m
> > APT-Sources: http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
> > 
> > 
> > So far, it has been my world view that packages that reside in the main
> > repository would receive the full 5 years of LTS support.
> > 
> > What am I missing?
> > 
> 
> Short answer: don't use ubuntu-support-status, it doesn't work.
> 
> Long answer: ubuntu-support-status is a deprecated tool that used to be used
> when we had a 3y/5y split on desktop and server packages. It returns the
> contents of the "Supported:" tag which hasn't been updated since Ubuntu 10.04
> LTS. I've filed a bug to get it removed:
> https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1574670
> 
> Marc.

The Supported: field logic actually got updated on release week for
16.04, so it's absolutely meant to be meaningful.

The code for that logic can be found at:
http://bazaar.launchpad.net/~ubuntu-archive/ubuntu-archive-publishing/trunk/view/head:/scripts/maintenance-check.py

If the logic doesn't match reality, then someone should send a branch to
fix the logic.

Note that it's long been the case that the fact that a package is in
main or in universe doesn't necessarily indicate support length. We have
plenty of packages in universe with support for 3 years or 5 years
during LTS cycles and there are a number of packages that are in main
but aren't part of a product and so aren't supported past the 9 months
mark.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: PGP signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Please all favors indicate if LTS and support length

2016-04-19 Thread Stéphane Graber
On Mon, Apr 18, 2016 at 04:26:38PM -0700, Steve Langasek wrote:
> On Mon, Apr 18, 2016 at 12:27:28PM +0100, Stéphane Graber wrote:
> > The request for MATE to be a 3 years LTS reminded us that we need to
> > know what flavors will be LTS and how long they intend to support it.
> 
> > The usual supports lengths are:
> >  - Not LTS (9 months)
> >  - Short LTS (3 years)
> >  - Normal LTS (5 years)
> 
> > Please all flavor leads reply to this e-mail, picking one of those 3
> > options. Someone on the TB will then review and confirm the request.
> 
> > This needs to happen very soon as we will need to update Launchpad to
> > set the right support length on the various packages, which means that
> > you can't produce final images until this is sorted.
> 
> I'm not sure there's actually any reason that this needs to be fixed before
> the final images are produced?  As long as the archive itself isn't frozen
> and the metadata is updated there, we should be ok I think.
> 
> Not that we don't want flavors to get their answers in ASAP, but I'd rather
> the release team didn't worry about respinning for something that shouldn't
> matter to the CD images.

Well, we've got all the data anyway, but the point was that we wanted
the packages Supported field to be correct on the images.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: PGP signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Please all favors indicate if LTS and support length

2016-04-18 Thread Stéphane Graber
On Mon, Apr 18, 2016 at 05:01:37PM +0200, Julien Lavergne wrote:
> Hi,
> 
> Le 18 avr. 2016 1:27 PM, "Stéphane Graber"  a écrit :
> >
> > Hello,
> >
> > The request for MATE to be a 3 years LTS reminded us that we need to
> > know what flavors will be LTS and how long they intend to support it.
> >
> > The usual supports lengths are:
> >  - Not LTS (9 months)
> >  - Short LTS (3 years)
> >  - Normal LTS (5 years)
> >
> > Please all flavor leads reply to this e-mail, picking one of those 3
> > options. Someone on the TB will then review and confirm the request.
> >
> > This needs to happen very soon as we will need to update Launchpad to
> > set the right support length on the various packages, which means that
> > you can't produce final images until this is sorted.
> 
> For Lubuntu, it will be short LTS length (3 years).
> 
> Regards,
> Julien Lavergne

Hey,

I just noticed that Lubuntu ships ldm and ltsp amongst other things.
Note that Edubuntu will not release for 16.04, so if you do use those
packages, you will be expected to support them.

If it's a mistake, I'd strongly recommend you drop those packages:

http://people.canonical.com/~stgraber/supported-packages/lists/lubuntu.xenial

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: PGP signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Please all favors indicate if LTS and support length

2016-04-18 Thread Stéphane Graber
On Mon, Apr 18, 2016 at 12:27:28PM +0100, Stéphane Graber wrote:
> Hello,
> 
> The request for MATE to be a 3 years LTS reminded us that we need to
> know what flavors will be LTS and how long they intend to support it.
> 
> The usual supports lengths are:
>  - Not LTS (9 months)
>  - Short LTS (3 years)
>  - Normal LTS (5 years)
> 
> Please all flavor leads reply to this e-mail, picking one of those 3
> options. Someone on the TB will then review and confirm the request.
> 
> This needs to happen very soon as we will need to update Launchpad to
> set the right support length on the various packages, which means that
> you can't produce final images until this is sorted.
> 
> Thanks!

As a reminder for 14.04 we had:

 - Ubuntu Desktop: 5 years
 - Ubuntu Server: 5 years
 - Ubuntu Core: 5 years
 - Kubuntu: 5 years
 - Edubuntu: 5 years
 - Ubuntu Kylin: 5 years
 - Everything else: 3 years

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: PGP signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Please all favors indicate if LTS and support length

2016-04-18 Thread Stéphane Graber
Hello,

The request for MATE to be a 3 years LTS reminded us that we need to
know what flavors will be LTS and how long they intend to support it.

The usual supports lengths are:
 - Not LTS (9 months)
 - Short LTS (3 years)
 - Normal LTS (5 years)

Please all flavor leads reply to this e-mail, picking one of those 3
options. Someone on the TB will then review and confirm the request.

This needs to happen very soon as we will need to update Launchpad to
set the right support length on the various packages, which means that
you can't produce final images until this is sorted.

Thanks!

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: PGP signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Edubuntu 16.04 and beyond

2016-03-21 Thread Stéphane Graber
Hello,

I'm sending this e-mail on behalf of the current Edubuntu project
leaders, Jonathan Carter and myself.

Jonathan and I have both been involved in Edubuntu for a long time
(almost 10 years for Jonathan and almost 9 for me). We were at first
just contributors, then became council members and after the council got
disolved due to lack of candidates, as the two project leaders.


A lot changes in that many years and while at the start we both had a
considerable amount of spare time to invest in making Edubuntu great,
even getting paid for it at times, that is simply not the case anymore.

We've both moved on to new projects, with the hope that we would one day
find some time to work on Edubuntu again. That's why we decided to make
Edubuntu LTS-only after the 14.04 release, hoping that over the course
of two years we would find the needed time to make a good Edubuntu 16.04 LTS.

This plan didn't quite work out as we're now a month away from the 16.04
release with little to no work having been done on Edubuntu.

We could of course patch things up a bit, drop the things that don't
work and call it good enough. But we don't think that would be fair to
our users who are expecting a well thought through distribution where
all details have been taken care of.


That's why I'm announcing today that Edubuntu will NOT be releasing a
16.04 LTS version. Instead, Jonathan and I will focus on ongoing support
of Edubuntu 14.04 LTS until it goes EOL in April 2019.


That's not to say that Edubuntu is dead, at least not yet.

While Jonathan and I will solely focus on fulfilling our promise of
support for Edubuntu 14.04 LTS, new contributors are absolutely welcome
to take over the Edubuntu project and shape it to their liking.

The two of us will be happy to sponsor any Edubuntu related uploads,
will help new contributors get Edubuntu membership and then hold
elections to setup a new Edubuntu Council which would finally take
the whole project over from us.


Should none of that happen by the time Ubuntu 17.10 is released,
Jonathan and I will ask the Technical Board to revoke Edubuntu as an
official flavour and will be removing any leftover packages from the
archive, remove our seeds and any cdimage build integration, effectively
removing Edubuntu from the Ubuntu release process.



While a bit late as far as announcing this, I think our plan fulfills
the "Step down considerately" clause of the Ubuntu Code of Conduct,
allowing for new contributors to pick things where we left them or to
come up with a completely new vision if they prefer.



It's been a fun ride for the two of us and we very much hope that this
won't be the end of Edubuntu but instead a new beginning for this great
Ubuntu flavour!

Sincerely,

The retiring Edubuntu project leaders, Jonathan Carter and Stéphane Graber.


signature.asc
Description: PGP signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Opt-in alpha-1 next week

2015-06-16 Thread Stéphane Graber
Hello flavour leads,

This is a reminder that the first opt-in milestone for the Wily Werewolf
is next week.

As usual for the first milestone of a cycle I'll be taking care of the
cdimage machinery as well as preparing and sending out the announcement.


I'd appreciate it if every flavour lead could reply to this e-mail to
let me know whether they'll be participating in this milestone.

So far I know the following will NOT participate:
 - Edubuntu (LTS-only)
 - Ubuntu Core, Ubuntu Desktop, Ubuntu Server, Ubuntu Touch
 - Mythbuntu (LTS-only)
 - Xubuntu (said so in previous thread)



Also a quick reminder that we're still looking for people to take care
of the release paperwork for alpha-2 and beta-1, please read and reply
to Iain's e-mail in that regard.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Vivid Vervet (15.04) Final Freeze

2015-04-16 Thread Stéphane Graber
Hello everyone,

So as of a bit over an hour ago, we've entered the Final Freeze in
preparation for the release of Ubuntu 15.04.


As usual, this means that you should refrain from uploading any seeded
package which doesn't contain a release critical fix. If you're unsure
about whether you should be uploading a package or not, please get in
touch with the release team in #ubuntu-release.

Unseeded packages will still get auto-accepted until the bot is turned
off shortly before release.


As for images, we're expecting the first run of candidate images to
happen late tomorrow before most of us leave for a weekend of travel.


On behalf of the Ubuntu Release Team,

Stéphane Graber

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Opt-in alpha-1 this week

2014-12-15 Thread Stéphane Graber
Hello,

Sorry for not sending this earlier, I've been travelling for the past 48
hours or so...

So this week is the first opt-in alpha for vivid. If you are a flavour
lead and would like to participate, please let me know and I'll turn off
the cronned image build and add you to the QA tracker.

This time around, the paperwork (release notes, announcement, ...) is
handled by Jonathan Riddell so please get in touch with him directly for
anything related to the usual release paperwork.


Also, I'll be around all day tomorrow but I'm off on Wednesday. I expect
to have any QA tracker integration problems resolved tomorrow (the first
milestone can be a bit rough) so that on Wednesday you can do everything
by yourself as usual.

Then I'll be back on Thursday for the actual image publishing.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Policy For Sunsetting GPG Keys < 2048 Bits

2014-11-27 Thread Stéphane Graber
On Thu, Nov 27, 2014 at 09:01:20AM +, Mark Shuttleworth wrote:
> On 27/11/14 00:05, Kees Cook wrote:
> >
> > I think we should have the same policy for PPAs, and it should follow the
> > same timeline. Additionally, we should have LP reject uploading weak keys,
> > which could happens early in the transition timeline.
> >
> > (Seems like we should ditch DSA keys entirely, and all RSA less than 2048.)
> >
> 
> Are any of the ECC algorithms widely trusted yet? Seem nice and
> efficient with SSH at least.
> 
> Mark

I agree that ECC is pretty nice and that's my default for SSH nowadays,
unfortunately ECC support in GPG was only added in version 2.1 which was
released less than a month ago.

ECDSA SSH keys support in Launchpad is a whole different topic. We've
had support for ECDSA keys in sshd since at least 12.04 so I think it
can be considered widely available. The problem however is that
Launchpad uses twisted's implementation of SSH which currently only
supports RSA and DSA.

For GPG ECC key, I think we should definitely keep an eye on it and when
GPG 2.1 lands in the distro, make sure that the various tools work
properly with them. Then once our infrastructure is on a LTS version
with GPG 2.1 support (likely 16.04) we should definitely start allowing
those in Launchpad and probably update our documentation to recommend
them.



As for the original post, I agree that we should be rejecting DSA GPG
keys entirely and any RSA key which is < 2048bit.

The TB only really has control over Ubuntu so I don't think that call is
up to us, but I'd certainly be happy to see Launchpad enforce the same
thing for PPAs.

For the timeline, as was said before, we can do all this pretty quickly,
the Launchpad code changes being our bottleneck here. I think we should
absolutely have this done before the 15.04 release and hopefully quite a
bit before that.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Ubuntu 14.10 (Utopic Unicorn) beta-1 released!

2014-08-28 Thread Stéphane Graber
The first beta of the Utopic Unicorn (to become 14.10) has now been
released!

This beta features images for Kubuntu, Lubuntu, Ubuntu GNOME,
UbuntuKylin, Xubuntu and the Ubuntu Cloud images.

Pre-releases of the Utopic Unicorn are *not* encouraged for anyone
needing a stable system or anyone who is not comfortable running into
occasional, even frequent breakage. They are, however, recommended for
Ubuntu flavor developers and those who want to help in testing,
reporting and fixing bugs as we work towards getting this release ready.

Beta 1 includes a number of software updates that are ready for wider
testing. This is quite an early set of images, so you should expect some
bugs.

While these Beta 1 images have been tested and work, except as noted in
the release notes, Ubuntu developers are continuing to improve the
Utopic Unicorn. In particular, once newer daily images are available,
system installation bugs identified in the Beta 1 installer should be
verified against the current daily image before being reported in
Launchpad. Using an obsolete image to re-report bugs that have already
been fixed wastes your time and the time of developers who are busy
trying to make 14.10 the best Ubuntu release yet. Always ensure your
system is up to date before reporting bugs.


Kubuntu

  Kubuntu is the KDE based flavour of Ubuntu. It uses the Plasma desktop
  and includes a wide selection of tools from the KDE project.

  Kubuntu development is now focussing on the next generation of KDE
  Software, Plasma 5. This is not yet stable enough for everyday use, so
  our default option is the trusted Plasma 4 desktop.  A tech preview of
  Plasma 5 is available for those who want to try out the future.

  The Beta-1 images can be downloaded at:

  http://cdimage.ubuntu.com/kubuntu/releases/utopic/beta-1/
  http://cdimage.ubuntu.com/kubuntu-plasma5/releases/utopic/beta-1/

  More information on Kubuntu Beta-1 can be found here:
  https://wiki.ubuntu.com/UtopicUnicorn/Beta1/Kubuntu

Lubuntu

  Lubuntu is a flavor of Ubuntu based on LXDE and focused on providing a
  very lightweight distribution.

  Lubuntu development is currently focused on the transition away from
  GTK+ to the Qt framework. This is not stable enough for everyday use,
  so the focus this version is on fixing bugs.

  The Beta 1 images can be downloaded at:
  http://cdimage.ubuntu.com/lubuntu/releases/utopic/beta-1/

Ubuntu GNOME

  Ubuntu GNOME is a flavor of Ubuntu featuring the GNOME desktop
  environment.

  The Beta-1 images can be downloaded at:
  http://cdimage.ubuntu.com/ubuntu-gnome/releases/utopic/beta-1/

  More information on Ubuntu GNOME Beta-1 can be found here:
  https://wiki.ubuntu.com/UtopicUnicorn/Beta1/UbuntuGNOME

UbuntuKylin

  UbuntuKylin is a flavor of Ubuntu that is more suitable for Chinese
  users.

  The Beta-1 images can be downloaded at:
  http://cdimage.ubuntu.com/ubuntukylin/releases/utopic/beta-1/

  More information on UbuntuKylin Beta-1 can be found here:
  https://wiki.ubuntu.com/Ubuntu%20Kylin/1410-beta-1-ReleaseNote

Xubuntu

 Xubuntu is a flavor of Ubuntu shipping with the XFCE desktop environment.

  The Beta-1 images can be downloaded at:
  http://cdimage.ubuntu.com/xubuntu/releases/utopic/beta-1/

  More information on Xubuntu Beta-1 can be found here:
  https://wiki.ubuntu.com/UtopicUnicorn/Beta1/Xubuntu


Ubuntu Cloud

  These images can be run on Amazon EC2, Openstack, SmartOS
  and many other clouds. Beta-1 images have been published to
  Windows Azure and Amazon EC2.

  http://cloud-images.ubuntu.com/releases/utopic/beta-1/

  Regular daily images for Ubuntu Cloud can be found at:
  http://cloud-images.ubuntu.com/daily/server/

Daily Images

  Regular daily images for Ubuntu can be found at: http://cdimage.ubuntu.com

If you’re interested in following the changes as we further develop
Utopic, we suggest that you subscribe to the ubuntu-devel-announce list.
This is a low-traffic list (a few posts a week) carrying announcements
of approved specifications, policy changes, beta releases and other
interesting events.
http://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-announce

A big thank you to the developers and testers for their efforts to pull
together this Beta release!

On behalf of the Ubuntu release team,

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Ubuntu 14.10 (Utopic Unicorn) beta-1 released!

2014-08-28 Thread Stéphane Graber
The first beta of the Utopic Unicorn (to become 14.10) has now been
released!

This beta features images for Kubuntu, Lubuntu, Ubuntu GNOME,
UbuntuKylin, Xubuntu and the Ubuntu Cloud images.

Pre-releases of the Utopic Unicorn are *not* encouraged for anyone
needing a stable system or anyone who is not comfortable running into
occasional, even frequent breakage. They are, however, recommended for
Ubuntu flavor developers and those who want to help in testing,
reporting and fixing bugs as we work towards getting this release ready.

Beta 1 includes a number of software updates that are ready for wider
testing. This is quite an early set of images, so you should expect some
bugs.

While these Beta 1 images have been tested and work, except as noted in
the release notes, Ubuntu developers are continuing to improve the
Utopic Unicorn. In particular, once newer daily images are available,
system installation bugs identified in the Beta 1 installer should be
verified against the current daily image before being reported in
Launchpad. Using an obsolete image to re-report bugs that have already
been fixed wastes your time and the time of developers who are busy
trying to make 14.10 the best Ubuntu release yet. Always ensure your
system is up to date before reporting bugs.


Kubuntu

  Kubuntu is the KDE based flavour of Ubuntu. It uses the Plasma desktop
  and includes a wide selection of tools from the KDE project.

  Kubuntu development is now focussing on the next generation of KDE
  Software, Plasma 5. This is not yet stable enough for everyday use, so
  our default option is the trusted Plasma 4 desktop.  A tech preview of
  Plasma 5 is available for those who want to try out the future.

  The Beta-1 images can be downloaded at:

  http://cdimage.ubuntu.com/kubuntu/releases/utopic/beta-1/
  http://cdimage.ubuntu.com/kubuntu-plasma5/releases/utopic/beta-1/

  More information on Kubuntu Beta-1 can be found here:
  https://wiki.ubuntu.com/UtopicUnicorn/Beta1/Kubuntu

Lubuntu

  Lubuntu is a flavor of Ubuntu based on LXDE and focused on providing a
  very lightweight distribution.

  Lubuntu development is currently focused on the transition away from
  GTK+ to the Qt framework. This is not stable enough for everyday use,
  so the focus this version is on fixing bugs.

  The Beta 1 images can be downloaded at:
  http://cdimage.ubuntu.com/lubuntu/releases/utopic/beta-1/

Ubuntu GNOME

  Ubuntu GNOME is a flavor of Ubuntu featuring the GNOME desktop
  environment.

  The Beta-1 images can be downloaded at:
  http://cdimage.ubuntu.com/ubuntu-gnome/releases/utopic/beta-1/

  More information on Ubuntu GNOME Beta-1 can be found here:
  https://wiki.ubuntu.com/UtopicUnicorn/Beta1/UbuntuGNOME

UbuntuKylin

  UbuntuKylin is a flavor of Ubuntu that is more suitable for Chinese
  users.

  The Beta-1 images can be downloaded at:
  http://cdimage.ubuntu.com/ubuntukylin/releases/utopic/beta-1/

  More information on UbuntuKylin Beta-1 can be found here:
  https://wiki.ubuntu.com/Ubuntu%20Kylin/1410-beta-1-ReleaseNote

Xubuntu

 Xubuntu is a flavor of Ubuntu shipping with the XFCE desktop environment.

  The Beta-1 images can be downloaded at:
  http://cdimage.ubuntu.com/xubuntu/releases/utopic/beta-1/

  More information on Xubuntu Beta-1 can be found here:
  https://wiki.ubuntu.com/UtopicUnicorn/Beta1/Xubuntu


Ubuntu Cloud

  These images can be run on Amazon EC2, Openstack, SmartOS
  and many other clouds. Beta-1 images have been published to
  Windows Azure and Amazon EC2.

  http://cloud-images.ubuntu.com/releases/utopic/beta-1/

  Regular daily images for Ubuntu Cloud can be found at:
  http://cloud-images.ubuntu.com/daily/server/

Daily Images

  Regular daily images for Ubuntu can be found at: http://cdimage.ubuntu.com

If you’re interested in following the changes as we further develop
Utopic, we suggest that you subscribe to the ubuntu-devel-announce list.
This is a low-traffic list (a few posts a week) carrying announcements
of approved specifications, policy changes, beta releases and other
interesting events.
http://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-announce

A big thank you to the developers and testers for their efforts to pull
together this Beta release!

On behalf of the Ubuntu release team,

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Ubuntu 14.10 Beta 1 this week

2014-08-26 Thread Stéphane Graber
Hey everyone,

So Beta 1 is this week and I'll be taking care of the builds and paperwork.

Could participating flavours please get in touch here or on IRC?

In the mean time, I'm going to assume a participation similar to Alpha-2
and configure cron, propose-migration and the tracker accordingly,
then build a first candidate for each of your flavours.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Ubuntu 12.04.5 LTS released

2014-08-07 Thread Stéphane Graber
The Ubuntu team is pleased to announce the release of Ubuntu 12.04.5 LTS
(Long-Term Support) for its Desktop, Server, Cloud, and Core products,
as well as other flavours of Ubuntu with long-term support.

As with 12.04.4, 12.04.5 contains an updated kernel and X stack for new
installations on x86 architectures.

As usual, this point release includes many updates, and updated
installation media has been provided so that fewer updates will need to
be downloaded after installation.  These include security updates and
corrections for other high-impact bugs, with a focus on maintaining
stability and compatibility with Ubuntu 12.04 LTS.

Kubuntu 12.04.5 LTS, Edubuntu 12.04.5 LTS, and Ubuntu Studio 12.04.5 LTS
are also now available.  For some of these, more details can be found in their
announcements:

Kubuntu:http://www.kubuntu.org/news/kubuntu-12.04.5
Edubuntu:   http://www.edubuntu.org/news/12.04.5-release
Ubuntu Studio:  
http://ubuntustudio.org/2014/08/ubuntu-studio-12-04-5-point-release


To get Ubuntu 12.04.5
-

In order to download Ubuntu 12.04.5, visit:

http://www.ubuntu.com/download

It may take a little while before the 12.04.5 images show up at the link above,
if they aren't there yet, you can also download them directly from the URL below
or from a nearby mirror:

http://releases.ubuntu.com/12.04.5/

Users of Ubuntu 10.04 will be offered an automatic upgrade to 12.04.5
via Update Manager.  For further information about upgrading, see:

https://help.ubuntu.com/community/PreciseUpgrades

As always, upgrades to the latest version of Ubuntu are entirely free of
charge.

We recommend that all users read the 12.04.5 release notes, which
document caveats and workarounds for known issues, as well as more
in-depth notes on the release itself.  They are available at:

https://wiki.ubuntu.com/PrecisePangolin/ReleaseNotes

If you have a question, or if you think you may have found a bug but
aren't sure, you can try asking in any of the following places:

#ubuntu on irc.freenode.net
http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
http://www.ubuntuforums.org
http://askubuntu.com


Help Shape Ubuntu
-

If you would like to help shape Ubuntu, take a look at the list of ways
you can participate at:

http://www.ubuntu.com/community/get-involved


About Ubuntu


Ubuntu is a full-featured Linux distribution for desktops, laptops,
clouds and servers, with a fast and easy installation and regular
releases.  A tightly-integrated selection of excellent applications is
included, and an incredible variety of add-on software is just a few
clicks away.

Professional services including support are available from Canonical and
hundreds of other companies around the world.  For more information
about support, visit:

http://www.ubuntu.com/support


More Information


You can learn more about Ubuntu and about this release on our website
listed below:

http://www.ubuntu.com/

To sign up for future Ubuntu announcements, please subscribe to Ubuntu's
very low volume announcement list at:

http://lists.ubuntu.com/mailman/listinfo/ubuntu-announce


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Ubuntu 12.04.5 LTS

2014-08-05 Thread Stéphane Graber
Hey everyone,

Just a reminder that 12.04.5 is due out this Thursday.
I'm now setting up the iso tracker for the flavours which participated
in 12.04.4 (copying the manifest from there) and will kick a batch of
builds before turning off cron.

Please spend some time to test them all and report any critical issue
you encounter.

Hopefully everything will go smoothly for this last point release of the
12.04 cycle.

Oh and please keep in mind that the biggest change between 12.04.4 and
12.04.5 is the kernel and Xorg enablement stack which is now that of
14.04, please make sure the right packages are installed and that things
appear to be working as expected.

Thanks!

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Participation in 14.10 alpha-1 (due out this Thursday)

2014-06-24 Thread Stéphane Graber
On Sun, Jun 22, 2014 at 11:25:57PM -0400, Stéphane Graber wrote:
> Hey flavour leads,
> 
> 14.10 Alpha 1 is due out on the 26th of June which happens to be this 
> Thursday.
> 
> I'll be taking care of the cdimage side for you this time around so it'd
> be great if participating flavours could reply to this e-mail to let me
> know who they are. As usual, I'll setup a temporary britney block for
> the affected packages and I'll take care of the final publishing on
> Thursday.
> 
> I'm also on point for the release announcement though I'd gladly give
> that to anyone who's interested as my own flavour (Edubuntu) will not be
> participating in this milestone as we are now a LTS-only flavour and so
> while we do make sure our stuff still works, we won't be participating
> in any milestones until 16.04 alpha-1.
> 
> 
> Timing wise, I'm planning to setup the migration block by 21:00 UTC on
> Tuesday, I'd appreciate if flavours could get in touch by tomorrow 21:00
> UTC so I can make sure all the affected cron entries are disabled and
> that the ISO tracker is ready for you to trigger your builds.
> 
> Thanks!
> 
> 
> -- 
> Stéphane Graber
> Ubuntu developer
> http://www.ubuntu.com

Ok, so I've now setup Kubuntu, Lubuntu, Ubuntu GNOME, Ubuntu Kylin and
the cloud images as participating for alpha-1 on the tracker. I've
turned off all the relevant cron jobs and I'll setup the archive block
later today.

Please let me know if I forgot anyone. To get your first alpha-1 build
to show on the tracker, just go trigger a rebuild in the daily
milestone, the resulting images will automatically get picked up and
published in the alpha-1 milestone.

If you've got any problem with triggering things from the tracker,
please let me know on IRC and I'll look into it.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Participation in 14.10 alpha-1 (due out this Thursday)

2014-06-22 Thread Stéphane Graber
Hey flavour leads,

14.10 Alpha 1 is due out on the 26th of June which happens to be this Thursday.

I'll be taking care of the cdimage side for you this time around so it'd
be great if participating flavours could reply to this e-mail to let me
know who they are. As usual, I'll setup a temporary britney block for
the affected packages and I'll take care of the final publishing on
Thursday.

I'm also on point for the release announcement though I'd gladly give
that to anyone who's interested as my own flavour (Edubuntu) will not be
participating in this milestone as we are now a LTS-only flavour and so
while we do make sure our stuff still works, we won't be participating
in any milestones until 16.04 alpha-1.


Timing wise, I'm planning to setup the migration block by 21:00 UTC on
Tuesday, I'd appreciate if flavours could get in touch by tomorrow 21:00
UTC so I can make sure all the affected cron entries are disabled and
that the ISO tracker is ready for you to trigger your builds.

Thanks!


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Draft Utopic Release Schedule

2014-05-11 Thread Stéphane Graber
On Sat, May 10, 2014 at 05:14:41PM -0600, Adam Conrad wrote:
> On Mon, Apr 28, 2014 at 05:19:17PM -0600, Adam Conrad wrote:
> > So, I whipped up a draft utopic release schedule at:
> > 
> > https://wiki.ubuntu.com/UtopicUnicorn/ReleaseSchedule
> 
> And one event conflict that's been pointed out repeatedly to me now is
> that Linux Plumbers is happening on release week.  Given the folks that
> usually attend plumbers, I think it might be sane to extend this to a
> 27-week cycle, and either correct in the next with a 25-week cycle, or
> return to releases being the week after mid-month (there's certainly
> precedent for that) with a continued 26-week cycle after this one.

+1 (I'm a micro-conf lead at Plumbers 2014, so that'd be very useful)

> 
> If no one objects strenuously to this, I'll move release, and most of
> the freeze bits leading up to it one week later.
> 
> ... Adam
> 
> -- 
> Ubuntu-release mailing list
> Ubuntu-release@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-release

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Trusty Beta 1 Participation

2014-02-24 Thread Stéphane Graber
On Mon, Feb 24, 2014 at 10:12:12AM -0500, Stéphane Graber wrote:
> Hello,
> 
> Beta 1 is scheduled for this week and I'll be doing the paperwork and
> publishing for this one.
> 
> Product leads please list if your flavour will take part or not on this
> page.
> 
> https://wiki.ubuntu.com/TrustyTahr/Beta1
> 
> 
> I'll be putting the proposed-migration block in place in the next couple
> of hours and will setup the QA tracker.
> 
> Once you've filled the wiki please let me know and I'll turn off your
> cronjob, from that point on, just use the respin option of the QA
> Tracker whenever you need a new build.
> 
> -- 
> Stéphane Graber
> Ubuntu developer
> http://www.ubuntu.com

The migration block is now in place for the flavours that indicated
their participation so far:
 - Edubuntu
 - Kubuntu
 - Ubuntu Kylin
 - Ubuntu GNOME
 - Xubuntu

The cronjobs for those flavours have also been disabled. Once you are
ready for your first beta1 candidate, simply head to the QA Tracker's
daily builds page at:
http://iso.qa.ubuntu.com/qatracker/milestones/308/builds

Then request a rebuild on that page, shortly after, the resulting image
will be published and show up as part of Beta 1 on:
http://iso.qa.ubuntu.com/qatracker/milestones/312/builds

If there's any problem, please let me know.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Trusty Beta 1 Participation

2014-02-24 Thread Stéphane Graber
Hello,

Beta 1 is scheduled for this week and I'll be doing the paperwork and
publishing for this one.

Product leads please list if your flavour will take part or not on this
page.

https://wiki.ubuntu.com/TrustyTahr/Beta1


I'll be putting the proposed-migration block in place in the next couple
of hours and will setup the QA tracker.

Once you've filled the wiki please let me know and I'll turn off your
cronjob, from that point on, just use the respin option of the QA
Tracker whenever you need a new build.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: LTS status for Ubuntu flavours

2014-02-21 Thread Stéphane Graber
Apparently I can't type... fixing the address of the release mailing-list.

On Fri, Feb 21, 2014 at 10:43:01AM -0500, Stéphane Graber wrote:
> Hey everyone,
> 
> First of all, sorry for getting to this so late, there has been a bit of
> rotation in the TB since last time we went through this and I think
> everyone forgot about that rather important part of a LTS cycle!
> 
> So for Ubuntu 12.04, the following flavours had LTS status:
>  - Edubuntu - 5 years
>  - Kubuntu - 5 years
>  - Xubuntu - 3 years
> 
> While not on the original list, Mythbuntu has also been participating in
> all point releases so far and shortly after the 12.04 release switched
> to being LTS-only.
> 
> 
> As I said in another thread on the TB mailing-list, I don't think we
> need to go through all the paperwork and meetings we did last time as I
> believe all of those flavours showed they're capable of dealing with the
> load of an LTS release.
> 
> So flavour leads of Edubuntu, Kubuntu, Mythbuntu and Xubuntu, can you
> please let me know by replying to this e-mail:
>  - Whether you want LTS status this time around?
>  - How long will you be supporting the source packages which aren't
>shared with Ubuntu itself?
> 
> 
> If any other flavour is interested in LTS status for 14.04, please
> prepare a wiki page similar to this one:
> https://wiki.ubuntu.com/Edubuntu/12.04/LTS-Proposal
> 
> And get in touch with the Technical Board (separate thread please) so we
> can review it and let you know our decision as soon as possible.
> 
> Thank you!

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: [RFC] 12.04.5

2014-02-07 Thread Stéphane Graber
On Fri, Feb 07, 2014 at 05:24:23PM -0800, Steve Langasek wrote:
> On Fri, Feb 07, 2014 at 08:00:12AM -0800, Leann Ogasawara wrote:
> > With 12.04.4 having just released, I wanted to propose the idea of having a
> > 12.04.5 point release for Precise.
> 
> > As many are aware, recent 12.04.x point releases have shipped with a newer
> > kernel and X stack by default for hardware enablement purposes.
> >  Maintainers of these enablement stacks have agreed to support these until
> > a Trusty based enablement stack is supported in Precise.  Once a Trusty
> > enablement stack is supported, all previous enablement stacks would EOL and
> > be asked to migrate to the final Trusty based enablement stack which would
> > continue to be supported for the remaining life of Precise.
> 
> > Currently, 12.04.4 is our final point release for Precise.  12.04.4 shipped
> > with a Saucy enablement stack by default.  This Saucy enablement stack in
> > Precise will eventually EOL in favor of the Trusty enablement stack.  Once
> > that happens, our final point release for Precise will be delivering an
> > EOL'd enablement stack.  This seems unfortunate and inappropriate.  I would
> > like to propose having a 5th point release for Precise which would deliver
> > the Trusty enablement stack for Precise.
> 
> > Providing a 12.04.5 point release will add no additional maintenance burden
> > upon teams supporting enablement stacks in Precise.  It would require some
> > extra effort on part of the Canonical Foundations Team as well as the
> > Ubuntu Release Team to spin up an additional set of images and testing
> > coordination etc.  However, I informally discussed this with a few members
> > of each of those teams and the tentative agreement was that 12.04.5 was a
> > reasonable request which could be accommodated.  Collectively we could find
> > no compelling reason to not provide 12.04.5.  We also discussed that a
> > 12.04.5 release should be optional for the Flavors to participate in.
> >  Additionally, we would want to purposely avoid clashing the 14.04.1 and
> > 12.04.5 release dates and would suggest releasing 14.04.1 first and 12.04.5
> > after (exact date TBD).
> 
> > What are other's thoughts here?  Does anyone have a compelling reason for
> > not providing a 12.04.5 point release?
> 
> For the record, this has the Foundations Team's support as well (we've
> already discussed the resourcing considerations).  So unless someone knows
> of a reason why we *shouldn't* go ahead with this, I think the main question
> here is whether the flavors want to participate.

Speaking with my Edubuntu flavor lead hat on, we'd be happy to participate.


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: [RFC] 12.04.5

2014-02-07 Thread Stéphane Graber
On Fri, Feb 07, 2014 at 09:20:06AM -0700, Adam Conrad wrote:
> On Fri, Feb 07, 2014 at 08:00:12AM -0800, Leann Ogasawara wrote:
> > 
> > With 12.04.4 having just released, I wanted to propose the idea of having a
> > 12.04.5 point release for Precise.
> 
> FWIW, I think the engineering burden for doing this is worth the trade
> off for it being The Right Thing To Do.

+1

> ... Adam

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Automatic accept of unseeded and touch packages

2013-09-27 Thread Stéphane Graber
Hey everyone,

As I suspect not everyone is reading the whole #ubuntu-release backlog
everyday, I figure it may be a good idea to also announce the
auto-accept mechanism I've put in place yesterday on this list.

Basically after the Final Beta got released, the archive was frozen and
won't be unfrozen until 13.10 is out.

This means any upload needs to be reviewed and accepted by an
ubuntu-release team member. Unseeded packages are usually simply waived
through as they're not affecting any of our images.

To make this easier, I've written a small script that processes the
queue every minute and for each entry checks if the package is in a
packageset or is seeded, if the package is neither, then it's
automatically accepted.

One extra rule is that if a package is seeded but the only image it's
affecting is ubuntu-touch, then it's also automatically accepted as
those usually are covered by the Ubuntu Touch FFe and are blocked by
britney for manual approval by the touch release team.

The list of all auto-accepted packages is logged so should there be any
concern, it's easy to check whether the script was responsible for the
accept or an actual release team member was.

If you have any question or concern about what that script does,
please let me know!

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: [Merge] lp:~stgraber/indicator-power/revert-20130913 into lp:indicator-power

2013-09-13 Thread Stéphane Graber
On Fri, Sep 13, 2013 at 11:14:08PM -0400, Didier Roche wrote:
> Le 13/09/2013 23:10, Ted Gould a écrit :
> >On Sat, 2013-09-14 at 02:47 +, Didier Roche wrote:
> >>Reverted because it's breaking FFe, Upstream, please file one before 
> >>merging that.
> >
> >Seriously, not cool guys.  We landed this feature back in August.
> >Then it got backed out because of a MIR, which we filed and
> >finally got in.  Then we got blocked by the release system not
> >releasing indicator-power for almost two weeks.
> >
> >That being said it's a menu item that only appears on the phone
> >and should be covered by the FFe for indicator features that are
> >exclusive to the phone UI.
> >
> >Ted
> >
> 
> Ted, look at the discussion on IRC:
> http://irclogs.ubuntu.com/2013/09/14/%23ubuntu-devel.html#t01:41

Hi Ted,

So, to summarize, all the dependencies are indeed in main and so the
resulting package is perfectly fine on the phone.

The problem is that this added dependency also brings 10 extra packages
to the Ubuntu Desktop installation, most if not all of those packages
are supposed to be touch-specific and as such benefit from the generic
touch FFe that was granted earlier on.

The condition for that FFe was that touch-specific packages would be
exempt from the FeatureFreeze so long as they're only seeded on touch.

Your change essentially got:
 - apparmor-easyprof-ubuntu
 - click
 - click-apparmor
 - libupstart-app-launch1
 - liburl-dispatcher1
 - python3-apparmor-click
 - python3-click
 - upstart-app-launch
 - upstart-app-launch-tools
 - url-dispatcher

Seeded in Ubuntu Desktop, making them no longer touch-specific and so
requiring each of those to respect the FeatureFreeze.

As I doubt this was your intend with that upload (looked to me like you
just wanted a working "Battery Settings" menu item), I thought it'd be
reasonable to revert this one for now until you can find a way to make
the indicator work without seeding a bunch of touch-specific packages
onto everyone's machine.

If you indeed intended for all of the above packages to be installed on
everyone's machine by default, then I'd recommend you file an FFe for
this change and warn all of the affected developers that they'll now be
subject to FeatureFreeze.

PS: I'm adding the release-team mailing-list to Cc.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Saucy Beta 1 participation

2013-08-28 Thread Stéphane Graber
On Wed, Aug 28, 2013 at 12:47:23PM +0100, Iain Lane wrote:
> Hi all,
> 
> According to the release schedule
> 
>   https://wiki.ubuntu.com/SaucySalamander/ReleaseSchedule
> 
> The first opt-in beta for Saucy is next Thursday. If your flavour wishes
> to participate, please let us know by replying to this email. Also let
> us know when you would like automatic image builds stopped, otherwise
> the assumption is Monday evening UK time.
> 
> Also per the release schedule, I'll put in a migration block for
> packages in participating flavours tomorrow evening or early Friday
> morning UK time.
> 
> Cheers,

Edubuntu will participate.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: 12.04.2 images are missing from old-releases.ubuntu.com

2013-08-26 Thread Stéphane Graber
On Mon, Aug 26, 2013 at 08:48:37AM -0400, Stéphane Graber wrote:
> On Mon, Aug 26, 2013 at 11:02:13AM +0200, Ara Pulido wrote:
> > Hello!
> > 
> > With the release of 12.04.3, 12.04.2 images should have been moved to
> > old-releases.ubuntu.com, but as of today, they are not there:
> > 
> > http://old-releases.ubuntu.com/releases/
> > 
> > Can we get them moved to old-releases.ubuntu.com, please?
> > 
> > There are systems that are certified with 12.04.2, and images need to be
> > available somewhere.
> > 
> > Thanks!
> > Ara.
> 
> Hi Ara,
> 
> The filesystem tree on nusakan looks good, all the 12.04.2 images are
> where they should be, yet that's not the case on the public mirror.
> 
> I re-triggered a sync by hand but that didn't appear to help and the
> output from sync-old-releases seems to indicate some problem with the
> SSH trigger.
> 
> I'll ping IS to see what's going on.

We're still not quite sure why the automatic syncing doesn't work, but a
manual run just finished and everything appears to be there, so we're
good until the next point release...

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: 12.04.2 images are missing from old-releases.ubuntu.com

2013-08-26 Thread Stéphane Graber
On Mon, Aug 26, 2013 at 11:02:13AM +0200, Ara Pulido wrote:
> Hello!
> 
> With the release of 12.04.3, 12.04.2 images should have been moved to
> old-releases.ubuntu.com, but as of today, they are not there:
> 
> http://old-releases.ubuntu.com/releases/
> 
> Can we get them moved to old-releases.ubuntu.com, please?
> 
> There are systems that are certified with 12.04.2, and images need to be
> available somewhere.
> 
> Thanks!
> Ara.

Hi Ara,

The filesystem tree on nusakan looks good, all the 12.04.2 images are
where they should be, yet that's not the case on the public mirror.

I re-triggered a sync by hand but that didn't appear to help and the
output from sync-old-releases seems to indicate some problem with the
SSH trigger.

I'll ping IS to see what's going on.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Release Task Signup... 12.04.3 ?

2013-06-27 Thread Stéphane Graber
On Wed, Jun 26, 2013 at 11:24:56PM -0500, Kate Stewart wrote:
> Hi Release Team,
>It looks like no one has signed up yet for the 12.04.3 release [1].
>  Since this is conflicting with Debconf[3],  I'm wondering if we need to
> move the milestone?
> 
>Do people prefer to see 12.04.3 a week earlier or a week later[2]?   Or
> leave it alone - and someone signs up to drive it on the date it is. ;-)
> 
> Kate
> 
> [1] https://wiki.ubuntu.com/SaucySalamander/ReleaseTaskSignup
> [2] https://wiki.ubuntu.com/SaucySalamander/ReleaseSchedule
> [3] http://debconf13.debconf.org/

We had a quick discussion about that on Monday with some other members
of the release team, I think the conclusion was that Steve would do the
release engineering bits and that we'd move the milestone to a week
later in order to avoid conflicts with Debconf where quite a few release
team members will be this year.

Steve, if that's correct, can you put your name on the wiki and change
the date?

Thanks

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Alpha 1 participation?

2013-06-23 Thread Stéphane Graber
On Sun, Jun 23, 2013 at 10:02:41PM -0500, Kate Stewart wrote:
> Hiya,
> Trying to figure out who will be participating in Alpha 1 this week.
>  So far I've seen:
> 
> Kubuntu - yes
> Ubuntukylin - yes
> Lubuntu - ?
> Xubuntu - ?
> Ubuntu Gnome - ?
> Ubuntu Cloud - ?
> Ubuntu Studio - ?
> Ubuntu - no
> Ubuntu Server - no
> Edubuntu - no
> Mythbuntu - no
> 
> 
> Does the above reflect everyone's understanding?
> 
> Pasi, Juilien, Jermy, Daviey, Kaj,
> For the flavors marked as "?", are your teams participating in Alpha 1?
> 
> I've set up a page for tracking this:
> https://wiki.ubuntu.com/SaucySalamander/Alpha1
> 
> Thanks,
> Kate, on behalf of the Ubuntu Release team.

For those participating, there are just a couple of things I'd like to mention.

First of all, it appears that tomorrow is a public holiday here, so
while I'll probably be around most of the day anyway, please don't
hesitate to poke someone else in #ubuntu-release if I'm not responding.

Also, we've recently added the ability to request respins directly from
the ISO tracker. This requires specific product ACLs which I've been
setting up for all the flavours that asked for it. It's the case for
both Kubuntu and UbuntuKylin but if that doesn't work for some reason,
please get in touch with me ASAP.

Full integration of the respins isn't quite done yet due to other things
showing up on my todolist at the last minute last week so I'll try to
get the remaining bits ready as soon as I can.

The first few runs will likely be semi-automated, so you'll have to
request the respin in the web interface, then either wait for me to
notice and process it or poke me on IRC to act on it. Hopefully this
will just be the case for the first few respin requests, then I'll get
something scripted to go look at the pending list every 5 minutes or so
and do the triggering for me.


Oh and please let me know on IRC when you want me to turn off the
cronjobs for your products, I don't think we have a good reason to turn
them all off at an arbitrary time as was sometimes done in the past, so
just ping me when you're ready.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Archive freeze for 13.04

2013-03-25 Thread Stéphane Graber
Hello,

We're now approaching the final beta for the 13.04 release and so now is
around the time where we should think about freezing the archive.

In the past, we've usually started freezing with the second beta and
then kept everything frozen till release.


Now with the migration blocks that can be put in place in britney, it's
my opinion that we don't need to freeze the whole archive nearly that
early and so can save some time to the release team by not having nearly
as much to review as usual.

My proposal would therefore be to keep the archive unfrozen with a
transition block in place for beta2 effective this Thursday at 21:00
UTC, then remove the block next Thursday once beta2 is out and do a full
archive freeze the Thursday after that (11th) at the same time as the
KernelFreeze and NonLanguagePackTranslationDeadline.

So the timeline would look like:
 - 28th 21:00 UTC: FinalBetaFreeze, britney beta-2 block in place
 - 4th: Release of Beta-2, revert of the britney beta-2 block
 - 4th 21:00 UTC: DocumentationStringFreeze
 - 11th 21:00 UTC: KernelFreeze, NonLanguagePackTranslationDeadline and
full archive freeze.

Once in full archive freeze, the release team will carry the usual
package reviews as things land in the queue, unseeded packages will be
let through until we hit the unseeded packages freeze (do we have dates
yet?).


How does that proposal sound to the rest of the release team?

Do you think this is the right ratio between release team work and
archive stability?

Thanks

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Upgrade tests are there own product

2013-03-14 Thread Stéphane Graber
On 03/14/2013 12:12 PM, Nicholas Skaggs wrote:
> Pas was asking about why upgrade tests are currently there own product
> (image) on the tracker, and as such are lumped away from the main
> product (image) tests. Is there a reason for this? Pasi was hoping more
> visibility would be had if those tests were pushed back into the main
> products themselves. So for example, the upgrade xubuntu tests would
> appear under xubuntu with the other installation tests.
> 
> I know historically they've been seperated out, so I was hoping for some
> background information or feedback from someone who might have a reason
> to object to the change of moving these tests back into the main products.
> 
> Cheers,
> 
> Nicholas

That'd be because a respin of an image shouldn't reset the upgrade
results. The upgrade products are typically reset all at the same time
whenever a massive change happens that affects upgrades.


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Opt-in beta 1 next week

2013-03-11 Thread Stéphane Graber
On 03/11/2013 04:55 AM, Anthony Wong wrote:
> On Friday, March 08, 2013 04:41:17 PM Stéphane Graber wrote:
>> Hello,
>>
>> Next week is Beta-1 for flavours interested in participating.
>>
>> The plan is to start building images at 21:00 UTC on Monday and release
>> during my day on Thursday (US/Canada eastern time).
>>
>> If you are a flavour lead and wish to participate, please get in touch
>> with me (preferably replying to this e-mail) by Monday 21:00 UTC.
>>
>> Although we're already in FeatureFreeze and the archive should be pretty
>> stable, flavours participating may still choose to freeze some sources.
>> If you wish to do so, please get in touch with me or another release
>> team members (#ubuntu-release), providing us a list of sources you wish
>> to prevent migrating.
>>
>> As usual, coordination will be done in #ubuntu-release and testing
>> coordination in #ubuntu-testing.
> 
> UbuntuKylin is also in.

Who will be the contact for UbuntuKylin beta1?

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Opt-in beta 1 next week

2013-03-08 Thread Stéphane Graber
Hello,

Next week is Beta-1 for flavours interested in participating.

The plan is to start building images at 21:00 UTC on Monday and release
during my day on Thursday (US/Canada eastern time).

If you are a flavour lead and wish to participate, please get in touch
with me (preferably replying to this e-mail) by Monday 21:00 UTC.

Although we're already in FeatureFreeze and the archive should be pretty
stable, flavours participating may still choose to freeze some sources.
If you wish to do so, please get in touch with me or another release
team members (#ubuntu-release), providing us a list of sources you wish
to prevent migrating.

As usual, coordination will be done in #ubuntu-release and testing
coordination in #ubuntu-testing.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Uploading Forks of Ubuntu Packages to Extras

2012-12-28 Thread Stéphane Graber
On 12/28/2012 07:00 PM, Stéphane Graber wrote:
> On 12/28/2012 06:53 PM, Allison Randal wrote:
>> I believe this was an honest mistake. If you follow the discussion on
>> the ARB list, starting at:
>>
>> https://lists.ubuntu.com/archives/app-review-board/2012-November/002569.html
>>
>> The intention was that the patched version of lintian (currently in
>> Debian experimental) would be uploaded to the
>> ~ubuntu-app-review-contributors PPA, which does *not* get copied to the
>> extras archive. Instead, it was accidentally uploaded to the
>> ~app-review-board PPA, which is automatically launched into extras. This
>> is a violation of ARB policy, and needs to be fixed.
>>
>> So, how do we undo it?
>>
>> Allison
> 
> The package has now been removed from the archive and should disappear
> from the mirror pretty soon.
> 
> The problem is with people who already upgraded to it as it's been
> reported to causing breaks of at least lintian4python.
> 
> Once we're sure the package is completely gone from the
> extras.ubuntu.com mirrors, we should issue an e-mail to
> ubuntu-devel-announce (at Scott's suggestion), telling people to
> "downgrade" to the archive version using "apt-get install
> lintian/quantal-updates".
> 
> We'll also need to ensure that raring will have an higher version number
> by release time.
> 
> The version uploaded to extras was: 2.5.11ubuntu12.10.1
> The version currently in quantal-updates: 2.5.10.2ubuntu2.1
> The version currently in raring: 2.5.10.2ubuntu3
> The version currently in raring-proposed: 2.5.11ubuntu1
> 
> Because of the version number, we'll need to upload something to raring
> that's >= 2.5.11ubuntu12 or we won't have a clean upgrade path from
> 12.10 to 13.04.

Obviously meant >= 2.5.11ubuntu13
(to keep a somewhat "clean" version number)

>> On 12/28/2012 09:37 AM, Scott Kitterman wrote:
>>> The existence of 
>>> http://extras.ubuntu.com/ubuntu/pool/main/l/lintian/lintian_2.5.11ubuntu12.10.1.dsc
>>>  
>>> was recently mentioned #ubuntu-devel.  This seems to be in direct 
>>> contradiction of https://wiki.ubuntu.com/AppReviewBoard/Review/Guidelines - 
>>> in 
>>> particular "Apps should not be forks or updates of existing applications in 
>>> the Ubuntu archive (main/universe/etc). ".  
>>>
>>> Who was this discussed with outside the ARB before it was uploaded?   As it 
>>> stands, lintian will be upgraded to this version in any quantal system 
>>> where 
>>> extras has not been disabled, so it has potential to affect developers that 
>>> have no relation to extras or the ARB.
>>>
>>> Scott K
>>>
>>
> 
> 
> 
> 


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Uploading Forks of Ubuntu Packages to Extras

2012-12-28 Thread Stéphane Graber
On 12/28/2012 06:53 PM, Allison Randal wrote:
> I believe this was an honest mistake. If you follow the discussion on
> the ARB list, starting at:
> 
> https://lists.ubuntu.com/archives/app-review-board/2012-November/002569.html
> 
> The intention was that the patched version of lintian (currently in
> Debian experimental) would be uploaded to the
> ~ubuntu-app-review-contributors PPA, which does *not* get copied to the
> extras archive. Instead, it was accidentally uploaded to the
> ~app-review-board PPA, which is automatically launched into extras. This
> is a violation of ARB policy, and needs to be fixed.
> 
> So, how do we undo it?
> 
> Allison

The package has now been removed from the archive and should disappear
from the mirror pretty soon.

The problem is with people who already upgraded to it as it's been
reported to causing breaks of at least lintian4python.

Once we're sure the package is completely gone from the
extras.ubuntu.com mirrors, we should issue an e-mail to
ubuntu-devel-announce (at Scott's suggestion), telling people to
"downgrade" to the archive version using "apt-get install
lintian/quantal-updates".

We'll also need to ensure that raring will have an higher version number
by release time.

The version uploaded to extras was: 2.5.11ubuntu12.10.1
The version currently in quantal-updates: 2.5.10.2ubuntu2.1
The version currently in raring: 2.5.10.2ubuntu3
The version currently in raring-proposed: 2.5.11ubuntu1

Because of the version number, we'll need to upload something to raring
that's >= 2.5.11ubuntu12 or we won't have a clean upgrade path from
12.10 to 13.04.

> On 12/28/2012 09:37 AM, Scott Kitterman wrote:
>> The existence of 
>> http://extras.ubuntu.com/ubuntu/pool/main/l/lintian/lintian_2.5.11ubuntu12.10.1.dsc
>>  
>> was recently mentioned #ubuntu-devel.  This seems to be in direct 
>> contradiction of https://wiki.ubuntu.com/AppReviewBoard/Review/Guidelines - 
>> in 
>> particular "Apps should not be forks or updates of existing applications in 
>> the Ubuntu archive (main/universe/etc). ".  
>>
>> Who was this discussed with outside the ARB before it was uploaded?   As it 
>> stands, lintian will be upgraded to this version in any quantal system where 
>> extras has not been disabled, so it has potential to affect developers that 
>> have no relation to extras or the ARB.
>>
>> Scott K
>>
> 


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Uploading Forks of Ubuntu Packages to Extras

2012-12-28 Thread Stéphane Graber
On 12/28/2012 06:37 PM, Scott Kitterman wrote:
> The existence of 
> http://extras.ubuntu.com/ubuntu/pool/main/l/lintian/lintian_2.5.11ubuntu12.10.1.dsc
>  
> was recently mentioned #ubuntu-devel.  This seems to be in direct 
> contradiction of https://wiki.ubuntu.com/AppReviewBoard/Review/Guidelines - 
> in 
> particular "Apps should not be forks or updates of existing applications in 
> the Ubuntu archive (main/universe/etc). ".  
> 
> Who was this discussed with outside the ARB before it was uploaded?   As it 
> stands, lintian will be upgraded to this version in any quantal system where 
> extras has not been disabled, so it has potential to affect developers that 
> have no relation to extras or the ARB.
> 
> Scott K

I can't remember seeing any discussion about this and it's a clear
violation of what was approved by the Technical Board in regard to the
extras repository.

I've removed the lintian package from the ARB PPA and that removal
should be propagated to the extras archive in the next hour or so.

I'd appreciate if someone from the ARB could explain what was the
reasoning behind this upload so that we can make sure whatever problem
it was trying to address indeed gets addressed but without causing
problem with the main archive.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Release tasks for Raring

2012-12-06 Thread Stéphane Graber
On 12/06/2012 02:37 PM, Adam Conrad wrote:
> On Thu, Dec 06, 2012 at 12:11:51PM -0500, Stéphane Graber wrote:
>>
>> https://wiki.ubuntu.com/RaringRingtail/ReleaseTaskSignup is pretty
>> desperately empty at the moment, so it'd be great if some of the release
>> team members and cdimage team members could sign-up for the upcoming
>> milestones.
> 
> I've signed up for $everything for the Final Beta and Final Release, but
> I'm more than happy to have others add their names to those fields and
> share the duties (especially the release notes bit, hint, hint).
> 
> ... Adam

Ok, I signed up for Beta 1 (the last opt-in milestone).

I'll be around to help for the others as usual, but no promise on the
release notes side of things ;)

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Release tasks for Raring

2012-12-06 Thread Stéphane Graber
Hello everyone,

https://wiki.ubuntu.com/RaringRingtail/ReleaseTaskSignup is pretty
desperately empty at the moment, so it'd be great if some of the release
team members and cdimage team members could sign-up for the upcoming
milestones.

Just a brief description of what the various roles are:
 - Image (Nusakan) Engineering
   For ubuntu-cdimage members only, that's the usual building
   and publishing of images on nusakan.
 - Checklist Tracking
   Following up on the release checklist, making sure all of the things
   listed on https://wiki.ubuntu.com/MilestoneProcess are done in time.
 - Release Notes / Announce
   Making sure that all of the wiki pages are there, that things look
   good, has been reviewed and is consistent. Also includes, writing and
   publishing the announcement (e-mail and release team blog).
 - QA contact
   Contact person between the QA team and the release team, usually a
   QA team member.

For milestones where only community flavours are participating, the
product leads usually assume most of the Release Notes and QA contact
role. 90% of the checklist can also be skipped for those.

Considering how easy it was to get alpha-1 out of the door, I'm happy to
sign up for one of the more complex milestones (beta or final).

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: First opt-in alpha release for Raring

2012-12-02 Thread Stéphane Graber
On 11/30/2012 12:08 PM, Scott Kitterman wrote:
> On Friday, November 30, 2012 11:46:53 AM Jonathan Carter wrote:
>> Hi!
>>
>> On 12-11-30 11:10 AM, Julien Lavergne wrote:
>>> Le 11/29/2012 10:34 PM, Stéphane Graber a écrit :
>>>> So if you are a product lead please reply to this e-mail by Monday 21:00
>>>> UTC with whether you'll be participating or not, what products and
>>>> architectures you plan on releasing and who will be your release
>>>> contact(s) for this milestone.
>>>
>>> Lubuntu will not do any Alpha this cycle.
>>
>> Due to additional paperwork that we'd have to take on in order to
>> release an alpha, we decided to opt out as well for Edubuntu.
>>
>> -Jonathan, on behalf of the Edubuntu release team
> 
> Since this opt-in milestone approach is new, I think it's important to 
> understand the procedural or 'paperwork' barriers that let Edubuntu to choose 
> not to participate.  Would you please elaborate?
> 
> Scott K

Well, in short, Edubuntu doesn't have much new features ready at this
point, so our alpha-1 would be pretty close to Edubuntu 12.10, except
for the updated packages coming from Ubuntu.
That and there's the fact that I'll be running alpha-1 so won't have
much time to spend testing or documenting Edubuntu's alpha-1.

So after a bit of discussion with Jonathan we figured that the effort to
get everything in shape for an Edubuntu 13.04 alpha-1 is not worth it.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


First opt-in alpha release for Raring

2012-11-29 Thread Stéphane Graber
Hello everyone,

According to the ReleaseSchedule, next week is alpha-1 for those
flavours that want to participate in it.

I'll be the point of contact for this release, so if you have any
question, feel free to contact me (here or in #ubuntu-release).


The first thing we need to figure out is who exactly is participating in
this release.
The Canonical supported flavours (Ubuntu
Desktop/Server/Cloud/Netboot/...) won't be participating in this
milestone as they're instead doing their cadence testing and cut down
the number of milestone releases for this cycle.

So if you are a product lead please reply to this e-mail by Monday 21:00
UTC with whether you'll be participating or not, what products and
architectures you plan on releasing and who will be your release
contact(s) for this milestone.
I'll be assuming that any product that doesn't ask for an alpha-1 by
then won't be participating.

For those products that are participating, daily builds will be turned
off at 21:00 UTC on Monday and a set of candidates built shortly after that.
There won't be any archive freeze for this milestone, however, if you
have particular concern about specific source packages, get in touch in
#ubuntu-release and we may hold those in -proposed for the duration of
the milestone process.

I'll be following the process at:
https://wiki.ubuntu.com/MilestoneProcess
Making necessary adjustments as we go, considering that it's the first
time Ubuntu itself isn't part of a milestone.

Participating flavours will be responsible to write their own Technical
Overview and Release Notes and provide me with links by 21:00 UTC on
Wednesday so they can be added to the announcement.

As discussed at UDS, a release announcement will be sent by the release
team to the usual places with one paragraph per flavour, the links to
the various technical overviews and release notes pages and a section
explaining the change in milestones for the Canonical-supported products.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release Meeting 2012-09-21

2012-09-20 Thread Stéphane Graber
=== What was done engineering wise? ===

 * Worked around change in Unity by pushing new edubuntu-live and
edubuntu-artwork, setting an alternate unity launcher list.
 * Refreshed translations on all edubuntu-* packages.
 * Some smaller bugfixes.

=== What's about to land that might impact the other teams and release
as a whole? ===

 * Nothing

=== Summary of bugs working on by team (reasonably reliable) ===

 * Nothing particularly worth mentioning here.

=== Dependencies on other teams to make deliverables, blocking items,
release wide concerns? ===

Unity slowness under llvmpipe is still a big concern, it also fails in
16bit mode and doesn't support indirect rendering. As it's, we'll be
recommending all LTSP users to stay on 12.04 or use an alternate desktop
environment.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com





















signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Default Languages on Ubuntu iso for 12.10?

2012-09-12 Thread Stéphane Graber
On 12-09-12 06:53 PM, Steve Langasek wrote:
> On Wed, Sep 12, 2012 at 02:09:28PM -0500, Kate Stewart wrote:
>> Looking at the current daily images,
>> http://cdimage.ubuntu.com/daily-live/current/
> 
>> Now that feature freeze is passed, we may end up having some space to
>> add some additional language packs back in, since we've made the
>> decision to no longer restricted to the CD size.
> 
>> Is this the list that's historically been used to decide which ones 
>> to carry?
> 
>> http://en.wikipedia.org/wiki/List_of_languages_by_number_of_native_speakers
> 
>> or was other criteria involved?  (am thinking of seb's comment at UDS
>> for instance ;) )
> 
> The prioritized list is:
> 
> priority_langs = [ 'en', 'es',  'xh', 'pt', 'de', 'fr', 'bn', 'hi', 'ar', 
> 'ru', 'zh', 'ja']
> 
> Historically the attached script is used for sizing in the lead-up to
> release.  I thought this script was in bzr somewhere, but my copy isn't from
> a checkout and I can't find it anywhere else in a search.  Maybe Martin has
> one in bzr somewhere.

That looks like (referenced from doc/langpacks.txt in the seeds):
http://bazaar.launchpad.net/~ubuntu-langpack/langpack-o-matic/main/view/head:/langpacksize


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release Meeting 2012-08-31

2012-08-30 Thread Stéphane Graber
=== What was done engineering wise? ===

 * A few LTSP fixes to fix installation and switch back to 24bit color
depth as compiz over llvmpipe is completely broken when in 16bit mode
 * Update the installer slideshow

=== What's about to land that might impact the other teams and release
as a whole? ===

 * Nothing

=== Summary of bugs working on by team (reasonably reliable) ===

 * Nothing particularly worth mentioning here.

=== Dependencies on other teams to make deliverables, blocking items,
release wide concerns? ===

@Desktop/PS team
 * Dropping unity-2d and using unity with llvmpipe doesn't work at all
on 16bit X and performance is horrible when running in 24bit mode over
the network.

   This essentially breaks LTSP completely and as it's today, I'm going
to have to use another desktop environment for the 12.10 release as
unity is killing both the server and the client.

   A possible way around the problem would be to drop a lot of features
(fading, complex blur, ...) when on llvmpipe AND implement support for
indirect rendering, allowing accelerated video over the network, at
least for Intel.

   LTSP being in main and used by some of Canonical's customers, I can't
simply make the choice of using gnome-session-fallback instead of unity
starting with 12.10, so something needs to happen there...

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



















signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Release Process concerns (QA) and suggestions

2012-08-30 Thread Stéphane Graber
bit more
how things work.

As I said on IRC and discussed with the rest of the team, I don't
believe anything was done wrong, I do believe our images were
sufficiently tested and as far as I know, nothing actually went wrong.

You don't seem to agree and I can acknowledge that, however I don't
intend on changing anything and I don't think we should have.

> [1]
> http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-08-24-15.00.log.html
> [2] https://wiki.ubuntu.com/ReleaseProcess
> [3] https://wiki.ubuntu.com/ReleaseValidationProcess
> [4] https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1039828
> 


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Missing 12.04 DVD and armhf images

2012-08-25 Thread Stéphane Graber
On 08/25/2012 04:58 AM, Rohan Garg wrote:
> Hi
> It seems that Kubuntu 12.04 DVD and armhf images have gone missing.
> I've pretty much looked everywhere on [1] and [2] and I just can't
> seem to find them. It would be awesome if someone from the release
> team could point me to the DVD images so that the Kubuntu download
> page can be updated accordingly.
> 
> Best
> Rohan Garg
> 
> [1] http://cdimage.ubuntu.com/
> [2] http://releases.ubuntu.com/

They have been mistakenly archived to old-releases.ubuntu.com, I'm
moving them back now and they should be back on cdimage in a few minutes.


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release Meeting 2012-08-24

2012-08-23 Thread Stéphane Graber
Sorry for the late update, quite busy with 12.04.1.

=== What was done engineering wise? ===

 * Updated LTSP to 5.4.3
 * Preparation for 12.04.1

=== What's about to land that might impact the other teams and release
as a whole? ===

 * Nothing

=== Summary of bugs working on by team (reasonably reliable) ===

 * Nothing particularly worth mentioning here.

=== Dependencies on other teams to make deliverables, blocking items,
release wide concerns? ===

 * Nothing


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com

















signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release Meeting 2012-08-17

2012-08-16 Thread Stéphane Graber
Sorry for the late update, quite busy with 12.04.1.

=== What was done engineering wise? ===

 * Some work on Edubuntu server and Edubuntu tablet
 * Preparation for 12.04.1

=== What's about to land that might impact the other teams and release
as a whole? ===

We're still working on the a10 support for the tablet but it may still
take a while until we have something ready for upload.

=== Summary of bugs working on by team (reasonably reliable) ===

 * Nothing particularly worth mentioning here.

=== Dependencies on other teams to make deliverables, blocking items,
release wide concerns? ===

 * Nothing


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com















signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Minutes from the 12.04.1 team meeting (Thursday 9th of August)

2012-08-16 Thread Stéphane Graber
(Sorry for sending this so late, I thought I already did ...)

The eighth 12.04.1 team meeting took place at 14:00 UTC on Thursday the
2nd of August 2012.

== Attendees ==

 - arges
 - jamespage
 - jibel
 - seb128
 - skaet
 - slangasek
 - smoser
 - stgraber (chair)
 - xnox

== Notes ==
=== Deadlines ===
The upcoming deadlines are:
 * 2012/08/09: KernelFreeze, LanguageTranslationDeadline, SRU Fix
Validation Testing
 * 2012/08/16: FinalFreeze, ReleaseNoteFreeze
 * 2012/08/23: Ubuntu 12.04.1

=== Bugs ===
Verification and fixes of any detected regression should be the main
focus at this point.
Work on 10.04 to 12.04 upgrade without internet media is ongoing.

=== Oversizedness ===
A few live-build fixes have made all the images fit again.

== Team status updates ==
 - Desktop: moving bugs to 12.04.2, discussing whoopsie on
ubuntu-release mailinglist, compiz SRU fixed to work on arm, rest look good
 - Release: working on release notes at
https://wiki.ubuntu.com/PrecisePangolin/ReleaseNotes
 - Foundations: working on upgrade fixes, fixed remaining oversizedness
bugs, doing SRU verification
 - L3:
http://people.canonical.com/~arges/point-release/milestone-12.04.1.html
is now running from a cronjob
 - Server: waiting for walinuxagent, been moving other bugs to 12.04.2.
There won't be a MaaS update for 12.04.1.
 - QA: focus is on upgrade testing, found a few obsolete conffiles being
left around,

== Actions ==
 * xnox to liase with ballons, gema and jibel w.r.t. fs/storage testing
(carried)


== Next meeting ==

Full meeting log is available here:
http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-08-09-14.02.log.html

The next meeting will be on Thursday the 16th of August at 14:00 UTC
(#ubuntu-meeting on freenode).

Useful resources and the meeting agenda are available at:
https://wiki.ubuntu.com/PrecisePangolin/12.04.1

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com















signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release Meeting 2012-08-10

2012-08-09 Thread Stéphane Graber
Sorry for the late update, quite busy with 12.04.1.

=== What was done engineering wise? ===

 * Some work on Edubuntu server and Edubuntu tablet
 * Preparation for 12.04.1

=== What's about to land that might impact the other teams and release
as a whole? ===

We're still working on the a10 support for the tablet but it may still
take a while until we have something ready for upload.

=== Summary of bugs working on by team (reasonably reliable) ===

 * Nothing particularly worth mentioning here.

=== Dependencies on other teams to make deliverables, blocking items,
release wide concerns? ===

 * Nothing


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com













signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Minutes from the 12.04.1 team meeting (Thursday 2nd of August)

2012-08-06 Thread Stéphane Graber
The seventh 12.04.1 team meeting took place at 14:00 UTC on Thursday the
2nd of August 2012.

== Attendees ==
 * arges
 * Daviey
 * jibel
 * NCommander
 * seb128
 * skaet
 * smartboyhw
 * smoser
 * stgraber (chair)

== Notes ==
=== Deadlines ===
The upcoming deadlines are:
 * last Thursday 21:00 UTC: Beginning of PointReleaseProcess and
DesktopInfrastructureFreeze
 * 2012/08/09: KernelFreeze, LanguageTranslationDeadline, SRU Fix
Validation Testing
 * 2012/08/16: FinalFreeze, ReleaseNoteFreeze
 * 2012/08/23: Ubuntu 12.04.1

=== Bugs ===
The number of targeted bugs went from 106 last week to 75!
Of these 75, 32 are in fix commited state (likely waiting in -proposed)
and 9 are marked "in progress" (waiting to be approved).

So that's 34 bugs that still need fixing of which 12 aren't assigned to
somebody.

The full list of bugs can be found at:
https://bugs.launchpad.net/ubuntu/precise/+bugs?field.milestone%3Alist=49926
The list of remaining bugs to fix can be found at: http://goo.gl/RUiZe
Some of these aren't assigned to someone yet: http://goo.gl/22zV2

Bugs that haven't been directly discussed and agreed on with the release
team will be moved to 12.04.2 at this point.
If a fix that's not in -proposed or in the queue at this point, needs to
get in 12.04.1, please get in touch with seb128, skaet or stgraber.
(By e-mail or #ubuntu-release on IRC).

=== Oversizedness ===
A live-build fix is currently in precise-proposed and needs testing on
the builders. This should help reduce by around 2MB the size of the live
medias, though up to 7MB may still need freeing. Work on this will
continue this week.

== Team status updates ==
 - Server: Still no clear plan for MaaS, might see something landing
this week (will required exception).
 - Desktop: Mostly done for .1, some bugs didn't make it but that's not
the end of the world and these weren't important for the iso. nux and
some other updates are still in the queue. Unity update was delayed as
considered too risky for .1. The desktop team would like to see whoopsie
turned off, a conversation will be started on the release mailing list.
 - QA: Found bug 1029531, continued doing SRU verification, found a
problem with wubi image generation overwriting the quanal ones. Been
sprinting all week.
 - PES: highbank enablement landed in -updates, armadaxp is being tested
now.
 - Foundations: Cleaned up the bug list, eglibc update should be
uploaded very soon, some verification work, uploaded ubiquity and
base-files in preparation for .1.
 - Release: tracking the translation work, precise builds are now
happening for every image taking part in .1, will now start work on the
release notes.
 - L1: Some more work on the point release bug report.

== Actions ==
 * xnox to liase with ballons, gema and jibel w.r.t. fs/storage testing
(carried)
 * Flavor leads participating, please verify that the images are as you
expect, and start smoke testing tomorrow to make sure all the right
12.04.1 bits are in place.


== Next meeting ==

Full meeting log is available here:
http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-08-02-14.02.log.html

The next meeting will be on Thursday the 9th of August at 14:00 UTC
(#ubuntu-meeting on freenode).

Useful resources and the meeting agenda are available at:
https://wiki.ubuntu.com/PrecisePangolin/12.04.1

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com













signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Disabling whoopsie by default in the 12.04.1 release

2012-08-06 Thread Stéphane Graber
king for my password and some just
showing the apport window.

I see a few obvious things that might have already been reported as bugs
and that if we want to keep whoopsie enabled for 12.04, we should
probably fix (with any needed post-release UIFe be granted by the
release team if needed):

 - Either support easy bulk reporting of crashes by showing a single
window to the user OR flush /var/crash at boot time to workaround the
problem.
 - Fix the authentication code so I don't need to enter my password
every single time a system service explodes, using the same delay as
sudo would be reasonable I guess.

On top of that, though likely more for 12.10 than 12.04, I think we
might benefit from a few tweaks into the way whoopsie/apport work:
 - Add a link from the crash dialog to the whoopsie settings in g-c-c,
so the user can easily turn it off or change the settings.
 - Add a mode where the user is never prompted on crashes but can choose
to start apport when they want to look at all the crashes and send them
at that time (with the same bulk submission UI I mentioned earlier).
 - Add a setting to always silently report crashes to whoopsie. This
mode would be bad from a security point of view and I'm sure a lot of
our users wouldn't want that, but some may still use that rather than
turning whoopsie off completely.


I realize now isn't the perfect time to discuss fairly intrusive
behaviour and UI changes and that bugs during the past cycle or UDS
sessions would been more appropriate, though sadly I only started
noticing these post-release when I stopped rebooting my 12.04 systems
every couple of days and started using it as "production" systems.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release Meeting 2012-08-02

2012-08-02 Thread Stéphane Graber
=== What was done engineering wise? ===

 * Work continues on Edubuntu server and Edubuntu tablet
 * Released a pretty well working alpha-3
 * New LTSP was uploaded, getting us much closer to Debian

=== What's about to land that might impact the other teams and release
as a whole? ===

We're still working on the a10 support for the tablet but it may still
take a while until we have something ready for upload.

=== Summary of bugs working on by team (reasonably reliable) ===

 * Nothing particularly worth mentioning here.

=== Dependencies on other teams to make deliverables, blocking items,
release wide concerns? ===

 * Nothing


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com











signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Rejection of libart-lgpl SRU

2012-07-29 Thread Stéphane Graber
On 07/29/2012 08:44 PM, Scott Kitterman wrote:
> SRU's should be miminal changes to fix the bug in question.
> 
> Of these items:
> 
> +libart-lgpl (2.3.21-1ubuntu1) precise-proposed; urgency=low
> +
> +  * Use dpkg source format 3.0 (quilt).
> +  * Drop debian/patches/70_relibtoolize.patch and use dh-autoreconf instead 
> to
> +update the build system.
> +  * Bump debhelper compat level to 9.
> +  * Stip debian/tmp/ from .install files.
> +  * Convert to multiarch. Closes: #661714 (lp: #977964)
> +  * Drop libtool .la file.
> +  * Add Vcs-* fields.
> +  * Bump Standards-Version to 3.9.3.
> +  * Add symbols file for libart-2.0-2.
> 
> As far as I can tell, only "Convert to multiarch." is addressing a bug.  Is 
> addressing a bug.  There is 186.0 KiB of diff here and only one there's only 
> three lines of code that're changed due to multiarch.
> 
> For an SRU, please make it truly minimal.
> 
> Scott K

I see that the already was a comment regarding this in the bug, but I
think it's worth mentioning on this mailing-list too in case anyone else
is working on similar bugs

All multi-arch changes are expected to come with the result of an
rdepends rebuild test using the new library. This is required to ensure
buildability of the archive after moving the libraries and other files
to the multi-arch path.

It sounds like the uploading for this package went a bit out of sync
with the bug report as I don't see any reply to Chris' comment (#8)
asking for the rebuild results.


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Minutes from the 12.04.1 team meeting (Thursday 26th of July)

2012-07-26 Thread Stéphane Graber
The sixth 12.04.1 team meeting took place at 14:00 UTC on Thursday the
26th of July 2012.

== Attendees ==
 * arges
 * jibel_
 * NCommander
 * seb128
 * skaet
 * smoser
 * stgraber (chair)

== Notes ==
=== Deadlines ===
The upcoming deadlines are:
 * 2012/08/02: Beginning of PointReleaseProcess and
DesktopInfrastructureFreeze
 * 2012/08/09: KernelFreeze, LanguageTranslationDeadline, SRU Fix
Validation Testing
 * 2012/08/16: FinalFreeze, ReleaseNoteFreeze
 * 2012/08/23: Ubuntu 12.04.1

=== Bugs ===
The number of targeted bugs went from 120 last week to 106.
Of these 106, 45 are in fix commited state (likely waiting in -proposed)
and 14 are marked "in progress" (waiting to be approved).

So that's 47 bugs that still need fixing of which 19 aren't assigned to
somebody.

The full list of bugs can be found at:
https://bugs.launchpad.net/ubuntu/precise/+bugs?field.milestone%3Alist=49926
The list of remaining bugs to fix can be found at: http://goo.gl/RUiZe
Some of these aren't assigned to someone yet: http://goo.gl/22zV2

xnox offered to help arges and stokachu with the required rdepends
rebuild for their multiarch packages by using his rebuild scripts on the
HP cloud.

If someone has fixes that will be uploaded after the deadline and this
was agreed with the release team, please let me know, otherwise I'll
move all remaining bugs to 12.04.2 on the 2nd of August at 21:00 UTC.

=== Oversizedness ===
The daily-live media for all architectures but powerpc are currently
oversized, this is at least partly caused by duplicate kernel headers on
the media. A fix should be uploaded shortly so we'll know whether
further actions are required to get 12.04.1 to fit on the media.

== Team status updates ==
 - Foundations: Uploaded a few more bugfixes, cleaned up the bug list,
updated statuses, done some verification and reminded people about the
deadline.
 - L3: Worked on point-release dashboard.
 - Server: Gone through the bug list, not sure what to expect for maas
in 12.04.1, some other SRUs going through.
 - PES: highbank enabled is in -updates and being verified
 - QA: Doing SRU verification, no regression found so far, problems with
alternates and server images not being installable due to kernel
mismatch, oem install missing ubiquity.
 - Desktop: unity SRU is in proposed, compiz should be uploaded soon,
some smaller gnome fixes too and that should be it for .1
 - Release: Discussed with vanhoof the cedartrail* landing late,
looking into a bug with the slideshow on a fresh install,  settled with
martin and david that david will be doing the translation updates.
Doing calculations to add rest of LTS dailies to cron job,  will add
after A3 publishes.

== Actions ==
 * xnox to liase with ballons, gema and jibel w.r.t. fs/storage testing
(carried)

== Next meeting ==

Full meeting log is available here:
http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-07-26-14.01.log.html

The next meeting will be on Thursday the 2nd of August at 14:00 UTC
(#ubuntu-meeting on freenode).

Useful resources and the meeting agenda are available at:
https://wiki.ubuntu.com/PrecisePangolin/12.04.1

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com











signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release Meeting 2012-07-20

2012-07-19 Thread Stéphane Graber
=== What was done engineering wise? ===

 * Work continues on Edubuntu server and Edubuntu tablet
 * Move ltsp-livecd to its own source package (edubuntu-netboot), should
make merging ltsp easier.

=== What's about to land that might impact the other teams and release
as a whole? ===

(I know I've been saying this for months ...)
 * LTSP is still pending, I'm hoping to find some day this weekend or
next to review all the packaging changes that Alkis and Vagrant did,
merge all that and upload to Ubuntu.

=== Summary of bugs working on by team (reasonably reliable) ===

 * Nothing particularly worth mentioning here.

=== Dependencies on other teams to make deliverables, blocking items,
release wide concerns? ===

 * Nothing


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com









signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Minutes from the 12.04.1 team meeting (Thursday 19th of July)

2012-07-19 Thread Stéphane Graber
The fifth 12.04.1 team meeting took place at 14:00 UTC on Thursday the
19th of July 2012.

== Attendees ==
 * jamespage
 * jibel
 * NCommander
 * ScottK
 * seb128
 * skaet
 * smoser
 * stgraber (chair)

== Notes ==
The upcoming deadlines are:
 * Today: New hardware freeze
 * 2012/08/02: Beginning of PointReleaseProcess and
DesktopInfrastructureFreeze
 * 2012/08/09: KernelFreeze, LanguageTranslationDeadline, SRU Fix
Validation Testing
 * 2012/08/16: FinalFreeze, ReleaseNoteFreeze
 * 2012/08/23: Ubuntu 12.04.1

The number of targeted bugs went up from 112 last week to 120.
Of these 120, 32 are in fix commited state (likely waiting in -proposed)
and 17 are marked "in progress" (waiting to be approved).

The list of remaining bugs can be found at:
http://goo.gl/RUiZe

Some of these aren't assigned to someone yet:
http://goo.gl/22zV2

Please make sure to go through these lists with your team and get in
touch with the 12.04.1 if you have any question.

Quite a few mutliarch bugs haven't attached a rebuild of the rdepends
yet. It's getting very late now, so it'd be appreciated if anyone
working on these could make that their priority.

== Team status updates ==
 * Desktop: SRUs are going at a good pace. Unity will hit the queue
today. The second round of unity/compiz SRUs might be delayed to 12.04.2
if it's getting too late.
 * PES: highbank enablement has been uploaded to -proposed
 * QA: Investigating bug 1022864. Got one transient failure yesterday on
desktop i386.
 * Server: Still pushing SRUs, deciding what to target to 12.04.1 for
maas and juju. Working on getting walinuxagent into precise. Some work
on fixing apache/module multiarch.
 * Foundations: Been doing a bunch of verification, uploaded ubiquity,
resolvconf, krb5 and libxslt amongst others. Went through all the bugs,
updated the status/priority and gave a bug list at the team meeting.
 * Release: Discussed translation plans with dpm. Work on the manifest.
   https://wiki.ubuntu.com/PrecisePangolin/ReleaseManifest/12.04.1
   Daily cron will be set up to reflect the manifest and published at:
   http://iso.qa.ubuntu.com/qatracker/milestones/204/builds
   Will start getting flavours testing their image to reduce the risk of
last minute surprises.

== Actions ==
 * xnox to liase with ballons, gema and jibel w.r.t. fs/storage testing
(carried)

== Next meeting ==

Full meeting log is available here:
http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-07-19-14.03.log.html

The next meeting will be on Thursday the 26th of July at 14:00 UTC
(#ubuntu-meeting on freenode).

Useful resources and the meeting agenda are available at:
https://wiki.ubuntu.com/PrecisePangolin/12.04.1

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com









signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Changes to the SRU processes?

2012-07-17 Thread Stéphane Graber
On 07/17/2012 03:53 PM, Sebastien Bacher wrote:
> Hey everyone,
> 
> We got some recent SRU issues where regressions were not detected before
> having the upload copied to -updated. Those issues were discussed with
> the people who maintain the packages and it an obvious flaw in both
> cases is that the maintainers are just too busy to keep up with incoming
> bugs and didn't spot the new reports due to that.
> 
> Since that's likely to happen again I would like to discuss some
> improvements to the current process:
> 
> - while I don't like to add extra steps in the way of SRU updates,
> should we discuss having a "check bugs reported since the SRU was
> uploaded for any potential regression" on the list of steps before
> copying a SRU to -updates?
> 
> Not sure that should be the SRU team responsability, maybe the uploader
> should do that when the upload is flagged "good to go"?
> 
> That's probably not needed for every upload so what about using a new
> tag for the updates that seem worth that extra check before being copied?
> 
> - some people asked what we could do to improve the chances that
> reported regressions are flagged as such. Do we currently tag the bugs
> concerning -proposed or -updates versions in some way? If not, could we
> do that? It would narrow the list of bugs to check out for potential
> regressions
> 
> - other ideas of what we could improve...?
> 
> -- 
> Sebastien Bacher

Can't we have a bot spotting new bugs matching the version in -proposed
and marking verification-failed the master bug in such case (or any bug
linked to the SRU, so that it's blocked)?

The few cases where we missed bugs were cases where the reporter wasn't
aware of the SRU process and didn't comment in a bug actually linked to
the SRU (which would have been picked up by the SRU team and marked
verification-failed).

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com




signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release Meeting 2012-07-13

2012-07-12 Thread Stéphane Graber
=== What was done engineering wise? ===

 * Work continues on Edubuntu server and Edubuntu tablet (now with
hardware!)

=== What's about to land that might impact the other teams and release
as a whole? ===

(I know I've been saying this for months ...)
 * LTSP is still pending, I'm hoping to find some day this weekend or
next to review all the packaging changes that Alkis and Vagrant did,
merge all that and upload to Ubuntu.

=== Summary of bugs working on by team (reasonably reliable) ===

 * Nothing particularly worth mentioning here.

=== Dependencies on other teams to make deliverables, blocking items,
release wide concerns? ===

 * Nothing


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com







signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release Meeting 2012-07-13

2012-07-12 Thread Stéphane Graber
=== What was done engineering wise? ===

 * Work continues on Edubuntu server and Edubuntu tablet (now with
hardware!)

=== What's about to land that might impact the other teams and release
as a whole? ===

(I know I've been saying this for months ...)
 * LTSP is still pending, I'm hoping to find some day this weekend or
next to review all the packaging changes that Alkis and Vagrant did,
merge all that and upload to Ubuntu.

=== Summary of bugs working on by team (reasonably reliable) ===

 * Nothing particularly worth mentioning here.

=== Dependencies on other teams to make deliverables, blocking items,
release wide concerns? ===

 * Nothing


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com




-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Minutes from the 12.04.1 team meeting (Thursday 12th of July)

2012-07-12 Thread Stéphane Graber
The fourth 12.04.1 team meeting took place at 14:00 UTC on Thursday the
12th of July 2012.

*Note: the meetings are now moving to a weekly schedule until the
release of 12.04.1 on the 23rd of August*

== Attendees ==
 * arges
 * bdmurray
 * jamespage
 * ScottK
 * seb128
 * skaet
 * smoser
 * stgraber (chair)
 * stokachu

== Notes ==
arges worked on a bug report for point releases, it's available at:
http://people.canonical.com/~arges/point-release/milestone-12.04.1.html
This report isn't currently built automatically and will likely be moved
to reports.qa.ubuntu.com in the near future.
Quite a few suggestions have been made to improve that report and ensure
that all the relevant bugs are on it (quite a few seem to be missing).

The upcoming deadlines are:
 * 2012/08/02: Beginning of PointReleaseProcess and
DesktopInfrastructureFreeze
 * 2012/08/09: KernelFreeze, LanguageTranslationDeadline, SRU Fix
Validation Testing
 * 2012/08/16: FinalFreeze, ReleaseNoteFreeze
 * 2012/08/23: Ubuntu 12.04.1

There are still quite a few concerns on the length of the Unapproved
queue for -proposed, sitting at around 30 packages, representing almost
two weeks of backlog. This is making it harder for the team to track
exactly what's going on.

Bug list went from 106 bugs targeted to 12.04.1 to 112.
26 of these are currently marked fix commited (vs 27 two weeks ago).
50 of the 112 bugs aren't currently assigned to someone.

This is quite bad as the number of bug is supposed to go down, not up at
this point... All 12.04.1 team members will go through the list to
ensure all the bugs are assigned and that any bug that won't make it to
12.04.1 is moved to another milestone.

The meeting cadence is also changing from fortnightly to weekly in an
effort to keep everyone focused and aware of the state of 12.04.1 in
that last month before release.

== Team status updates ==
 * L3: Working on multi-arch and the point-release report.
 * Release: Looking at QA daily testing, will try to get SRUs to land
faster.
 * Desktop: A bit behind on compiz/unity SRUs, Unity should be uploaded
next week, compiz was reverted at the last minute and will be pushed
again real soon. The team is concerned by the SRU backlog, making it
more difficult to track issues on errors.ubuntu.com
 * Server: Went through the whole list, will follow up on juju and maas
to make sure the fixes land on time.
http://status.qa.ubuntu.com/reports/kernel-bugs/reports/rls-p-tracking-bugs.html
 * Foundations: Going through the whole list of bugs, will fix the
status/target/importance for any where it's obviously wrong, trying to
get things assigned to people.

== Actions ==
 * xnox to liase with ballons, gema and jibel w.r.t. fs/storage testing
(carried)
 * stgraber to review and sponsor bug 977947, bug 977952 and bug 977940
 * skaet to poke the SRU team and see what can be done to process the
current backlog
 * stgraber to change the meeting to a weekly meeting

Full meeting log is available here:
http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-07-12-14.00.log.html

The next meeting will be on Thursday the 19th of July at 14:00 UTC
(#ubuntu-meeting on freenode).

Useful resources and the meeting agenda are available at:
https://wiki.ubuntu.com/PrecisePangolin/12.04.1

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com







signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: [Edubuntu] Release Meeting 2012-07-06

2012-07-06 Thread Stéphane Graber
On 07/06/2012 12:18 AM, Leann Ogasawara wrote:
> On 07/05/2012 11:57 AM, Stéphane Graber wrote:
>> === What was done engineering wise? ===
>>
>>  * armhf/tablet image is mostly working now and building daily.
>>Edubuntu now produces 3 DVD images, i386, amd64 and armhf+omap4. That
>> last one is actually a .img to be dded to an sdcard.
>>  * A new epoptes release was synced from Debian.
>>  * SRUed epoptes, fixing a few bugs and updating translations.
>>  * Avogadro was tweaked so that it's installable again, fixing Edubuntu
>> daily builds that had been failing for a few days.
>>  * Ongoing work on Edubuntu server, a blog post detailing the work
>> should be published soon.
>>  * The new Edubuntu website was published, including our deployments
>> map. http://www.edubuntu.org/deployments
>>
>> === What's about to land that might impact the other teams and release
>> as a whole? ===
>>
>>  * LTSP is still pending, I'm hoping to find some day this weekend or
>> next to review all the packaging changes that Alkis and Vagrant did,
>> merge all that and upload to Ubuntu.
>>
>> === Summary of bugs working on by team (reasonably reliable) ===
>>
>>  * Nothing particularly worth mentioning here.
>>
>> === Dependencies on other teams to make deliverables, blocking items,
>> release wide concerns? ===
>>
>>  * As LXC is shipped by Edubuntu, I'll mention it here, though it could
>> equally be listed as a foundations or server issue.
>>   - https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/959352
>>   - "Ephemeral containers have "/rootfs" prefix in /proc/self/maps entries"
>>   - Was tracked down to be a kernel issue related to aufs/overlayfs
>> causing various software to use the wrong path when loading plugins or
>> other files. Would appreciate if someone from the kernel team could have
>> a look (as both aufs and overlayfs are sauce patches AFAIK).
> 
> Hi Stéphane,
> 
> I didn't see any confirmation in the bug report that this had been
> tested/confirmed with the Quantal kernel.  Do you know if it is
> reproducible with the latest Quantal kernel by chance?  I've posted a
> comment to the bug requesting the same.
> 
> Thanks,
> Leann

Hi,

Yes the bug still happens on up to date quantal (using overlayfs).
I updated the bug with the test results on quantal.


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release Meeting 2012-07-06

2012-07-05 Thread Stéphane Graber
=== What was done engineering wise? ===

 * armhf/tablet image is mostly working now and building daily.
   Edubuntu now produces 3 DVD images, i386, amd64 and armhf+omap4. That
last one is actually a .img to be dded to an sdcard.
 * A new epoptes release was synced from Debian.
 * SRUed epoptes, fixing a few bugs and updating translations.
 * Avogadro was tweaked so that it's installable again, fixing Edubuntu
daily builds that had been failing for a few days.
 * Ongoing work on Edubuntu server, a blog post detailing the work
should be published soon.
 * The new Edubuntu website was published, including our deployments
map. http://www.edubuntu.org/deployments

=== What's about to land that might impact the other teams and release
as a whole? ===

 * LTSP is still pending, I'm hoping to find some day this weekend or
next to review all the packaging changes that Alkis and Vagrant did,
merge all that and upload to Ubuntu.

=== Summary of bugs working on by team (reasonably reliable) ===

 * Nothing particularly worth mentioning here.

=== Dependencies on other teams to make deliverables, blocking items,
release wide concerns? ===

 * As LXC is shipped by Edubuntu, I'll mention it here, though it could
equally be listed as a foundations or server issue.
  - https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/959352
  - "Ephemeral containers have "/rootfs" prefix in /proc/self/maps entries"
  - Was tracked down to be a kernel issue related to aufs/overlayfs
causing various software to use the wrong path when loading plugins or
other files. Would appreciate if someone from the kernel team could have
a look (as both aufs and overlayfs are sauce patches AFAIK).

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com





signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Minutes from the 12.04.1 team meeting (Thursday 28th of June)

2012-07-04 Thread Stéphane Graber
The third 12.04.1 team meeting took place at 14:00 UTC on Thursday the
28th of June 2012.

== Attendees ==
 - arges
 - cjwatson
 - cyphermox
 - jibel
 - ScottK
 - seb128
 - skaet
 - smoser
 - stgraber (chair)
 - stokachu
 - xnox

== Notes ==
We currently have 106 bugs targeted to 12.04.1.
Of these, 27 are currently marked as fix commited, leaving 79 needing
fixing. Of these 79, 40 aren't currently assigned to someone.

The 12.04.1 team would appreciate if all the teams could review the list
at:
https://bugs.launchpad.net/ubuntu/precise/+bugs?field.milestone%3Alist=49926
And assign the bugs to their team members or get in touch if the fixes
won't make it to the point release.

It'd be appreciated if any multi-arching change targeted to 12.04.1
could be uploaded ASAP as these will need quite a bit of verification,
so now that we are a month away from 12.04.1 freeze, please make sure
these get reviewed and uploaded.

Some members expressed concerns regarding the processing delays for new
SRUs. Since then, Kate has let me know that the SRU team now implemented
shifts to help improve that issue.
Details can be found here: https://wiki.ubuntu.com/StableReleaseUpdates

The daily images for precise are now build using -proposed, making it
easier for people to verify fixes going through the SRU process.
These are available at http://cdimage.ubuntu.com/precise/
(or http://cdimage.ubuntu.com//precise/ for !ubuntu)

== Team status updates ==
 - Desktop: Desktop SRUs are going well, compiz, libunity and bamf are
now in -proposed. Unity SRU is expected within the next 2 weeks and then
potentially another one end of July.
 - Foundations: doing some more SRU verification, expecting a few
network related fixes to go as SRU, mdadm and e2fsprogs have been uploaded.
 - Kubuntu: KDE for 12.04.1 is currently in -proposed and going through
testing.
 - L3: Working on multi-arch SRUs and some scripts to help tracking 12.04.1.
 - QA: Automated testing reported one broken OEM installation, caused by
livefs/pool mismatch, fixed by Colin last week. Some post-upgrade tests
started reporting obsolete config files, might be related to changes in
the auto-upgrade-tester, jibel is investigating.
 - Release: Going through bugs and adding some more to the 12.04.1 list,
based on fixes hitting quantal. Started discussing the schedule for 12.04.2.
 - Server: Quite a lot of bugs to fix, Scott will spend some time making
sure the team is making progress on these.


== Actions ==
 - arges: to work on a 12.04.1 bug report, showing targeted bugs and
information on status in development release, patches attached and
branches linked
 - xnox: to liase with ballons, gema and jibel w.r.t. fs/storage testing
(blocked on UTAH)



Full meeting log is available here:
http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-06-28-14.00.log.html

The next meeting will be on Thursday the 12th of July at 14:00 UTC
(#ubuntu-meeting on freenode).

Useful resources and the meeting agenda are available at:
https://wiki.ubuntu.com/PrecisePangolin/12.04.1

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com





signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release Meeting 2012-06-22

2012-06-21 Thread Stéphane Graber
=== What was done engineering wise? ===

 * Started doing some more work on the armhf build, to the point where
we successfully built test images. We're however unlikely to release
these as part of alpha-2 as they're currently built for omap4 which
isn't our target platform (just what I happen to have around for testing).
 * A new ldm was synced from Debian.
 * Epoptes was tweaked to install on armhf.
 * Got an LTSP SRU into -updates.

=== What's about to land that might impact the other teams and release
as a whole? ===

 * LTSP is still pending, I'm hoping to find some day this weekend or
next to review all the packaging changes that Alkis and Vagrant did,
merge all that and upload to Ubuntu.

=== Summary of bugs working on by team (reasonably reliable) ===

 * Nothing particularly worth mentioning here.

=== Dependencies on other teams to make deliverables, blocking items,
release wide concerns? ===

 * None.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Minutes from the 12.04.1 team meeting (Thursday 14th of June)

2012-06-20 Thread Stéphane Graber
The second 12.04.1 team meeting took place at 14:00 UTC on Thursday the
14th of June 2012.

Attendees:
 - arges
 - jamespage
 - jibel
 - seb128
 - skaet
 - stgraber (chair)
 - stokachu
 - xnox

Notes:
 - The L3 team is busy working on multiarching a set of desktop
libraries, all of these are now targeted to precise and milestoned for
12.04.1. Most of them should make it for 12.04.1, 3 of these may get
postponed.
   Full 12.04.1 bug list can be found at:
https://bugs.launchpad.net/ubuntu/precise/+bugs?field.milestone%3Alist=49926
 - We briefly discussed having a custom report for 12.04.1 showing us
bugs that have patches/branches linked to them and are fixed in the dev
release as these are easy SRU target. arges will be working on that.

Team status updates:
 - L3/SEG are working on getting a list of needed SRUs and are actively
working on the multi-arch SRUs.
 - QA: Running image and upgrade testing, investigating a universe
upgrade failure.
 - Desktop: Pushed gnome updates and working on desktop SRUs.
 - Server: Worked on their SRU report, added 12.04.1 to the server team
meeting agenda, working on the openstack SRUs and other server related SRUs.
 - Foundations: Investigating what filesystem related packages should be
SRUed, will likely be a mix of SRUs and backports. Also been helping
getting the number of SRUs pending verification down by doing regular
testing of >7 days packages.
 - Release manager: Grouped all the 12.04.1 blueprint together
(http://status.ubuntu.com/ubuntu-quantal/group/topic-quantal-release-sru-and-12.04.1.html),
working on improving SRU workflow.

Actions:
 - arges: to work on a 12.04.1 bug report, showing targeted bugs and
information on status in development release, patches attached and
branches linked
 - xnox: to liase with ballons, gema and jibel w.r.t. fs/storage testing

Full meeting logs are available here:
http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-06-14-14.00.log.html

The next meeting will be on Thursday the 28th of June at 14:00 UTC
(#ubuntu-meeting on freenode).

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: -proposed and NotAutomatic ButAutomaticUpgrades

2012-06-15 Thread Stéphane Graber
On 06/15/2012 11:53 AM, Iain Lane wrote:
> Greetings,
> 
> I argued for this at UDS, but we didn't come to a conclusion. I'd like
> to raise this topic again so that we can see whether it is wanted it or
> not.
> 
> I'd like to enable NotAutomatic ButAutomaticUpgrades (as for -backports)
> for the -proposed pocket pre-release (FROZEN or DEVELOPMENT). The effect
> that this would have would be that users with devel_release-proposed
> enabled would not be automatically offered upgrades to packages in
> -proposed. They would still be able to explicitly opt-in on a
> per-package basis (apt-get install foo/quantal-proposed, for example),
> or to opt-in for everything by fiddling with package pins.

I was +1 on this at UDS and still am. I think it's much better for us to
set NotAutomatic ButAutomaticUpgrades on the archive side, than trying
to do some clever magic in the dist upgrader.
Especially as early upgrades typically can't/don't use the dist-upgrader.

> We've already reiterated many times that -proposed pre-release is not
> supposed to be something that users (even developers) are supposed to be
> using. It's a staging area for packages, mainly to avoid skew and to
> keep the development release (the release pocket) working and
> installable as far as possible. Thus it seems to me that there is little
> point in imposing the additional irritation of dealing with archive
> problems on users of the development release when we don't think they
> should be using it anyway.
> 
> You could say that people have opted in to the -proposed experience by
> enabling it in their sources list, but what we'd be giving them in the
> development release is very different to what -proposed is used for in
> stable releases, so I don't think it necessarily makes sense to say that
> opting in to stable -proposed implies that you'd want the other.
> 
> Another option would be to have the release upgrader disable -proposed
> when upgrading to a development release, but that isn't very
> satisfactory since people with it enabled probably would want it back
> when the release goes stable, and they'd not even have the option of
> cherry-picking packages without having to go and manually enable it
> again.
> 
> It was really quite simple to extend Launchpad for this. I've got a
> branch (not pushed anywhere) that does this, and will submit it to
> Launchpad upstream if there is consensus that this would be desirable.
> (In fact it's protected by a feature flag so it wouldn't be harmful to
> push this now, but would be rather pointless if Ubuntu doesn't want it)
> 
> Cheers, 


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-06-15

2012-06-14 Thread Stéphane Graber
Hello,

=== What was done engineering wise? ===

 * SRU work on LTSP, landed in -proposed and has been verified
 * Ongoing work on LTSP packaging, trying to reduce the delta with Debian

=== What's about to land that might impact the other teams? ===

(the now usual, copy/paste)
 * We might be able to get an LTSP upload next week which will move some
dependencies around and move stuff between source packages, not
expecting any new dependency but might need some source/binary NEWing
and re-tetesting of LTSP on Ubuntu and Edubuntu.

=== Release Notes ===

=== Summary of bugs working on by team (reasonably reliable) ===

So far, nothing release critical has been identified.

=== Dependencies on other teams, blocking items? ===

Nothing.

=== Issues? ===

 * None.

- --
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com





-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-06-08

2012-06-08 Thread Stéphane Graber
Hello,

=== What was done engineering wise? ===

 * Released alpha-1
 * SRU work on LTSP
 * Ongoing work on LTSP packaging, trying to reduce the delta with Debian

=== What's about to land that might impact the other teams? ===

(the now usual, copy/paste)
 * We might be able to get an LTSP upload next week which will move some
dependencies around and move stuff between source packages, not
expecting any new dependency but might need some source/binary NEWing
and re-tetesting of LTSP on Ubuntu and Edubuntu.

=== Release Notes ===

=== Summary of bugs working on by team (reasonably reliable) ===

So far, nothing release critical has been identified.

=== Dependencies on other teams, blocking items? ===

Nothing.

=== Issues? ===

 * None.

- --
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com






signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-06-01

2012-05-31 Thread Stéphane Graber
Hello,

=== What was done engineering wise? ===

 * Worked on work items list
 * Some work on porting the website to Drupal 7
 * Seed updates, including more kdeedu applications, dropping stelarium
and adding gnote
 * Commited an update to ltsp-live, making it use autologin by default.
 * Updated artwork to reflect version change, some color changes and
updated wallpaper selection.
 * Ongoing work on LTSP packaging, trying to reduce the delta with Debian

=== What's about to land that might impact the other teams? ===

(copy/paste from last week)
 * We might be able to get an LTSP upload next week which will move some
dependencies around and move stuff between source packages, not
expecting any new dependency but might need some source/binary NEWing
and re-tetesting of LTSP on Ubuntu and Edubuntu.

=== Release Notes ===

=== Summary of bugs working on by team (reasonably reliable) ===

So far, nothing release critical has been identified.

=== Dependencies on other teams, blocking items? ===

Nothing.

=== Issues? ===

 * None.

- --
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com


-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Ubuntu 12.04.1 team announcement and initial meeting notes

2012-05-31 Thread Stéphane Graber
Hello,

In preparation for the Ubuntu 12.04.1 point release, to be released on
the 23rd of August, we've created a "virtual" team made of members from
the various engineering team that's dedicated to tracking down the bugs
and crashes that we want to see fixed for 12.04.1.

I wrote a wiki page describing who's currently involved in that team and
what we're currently looking at:
https://wiki.ubuntu.com/PrecisePangolin/12.04.1

The team is meeting every two weeks on the Thursday at 14:00 UTC in
#ubuntu-meeting
Outside of these scheduled meetings, most of the communication will be
done on the ubuntu-release mailing-list.

---

The first meeting was earlier today and was mostly about seeing who's
involved, discussing some bugs and figuring out the structure for our
next meetings.

Attendees:
 - jamespage
 - NCommander
 - ScottK
 - skaet
 - smoser
 - stgraber (chair)
 - stokachu
 - xnox

Meeting notes can be found at:
http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-05-31-14.01.html

The next meeting will be on the 14th of June at 14:00 UTC in
#ubuntu-meeting on freenode.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-05-25

2012-05-24 Thread Stéphane Graber
Hello,

=== What was done engineering wise? ===

 * Worked on work items list
 * Some work on porting the website to Drupal 7
 * Updated list of applications on the Edubuntu wiki pointing to the
12.04 entries of the web software center
 * Seed update, moving all the language packs except English to /pool
instead of the livefs and updated language-selector to be aware of
gcompris' sound packs.
 * Ongoing work on LTSP packaging, trying to reduce the delta with Debian

=== What's about to land that might impact the other teams? ===

 * We might be able to get an LTSP upload next week which will move some
dependencies around and move stuff between source packages, not
expecting any new dependency but might need some source/binary NEWing
and re-tetesting of LTSP on Ubuntu and Edubuntu.

=== Release Notes ===

=== Summary of bugs working on by team (reasonably reliable) ===

So far, nothing release critical has been identified.

=== Dependencies on other teams, blocking items? ===

Nothing.

=== Issues? ===

 * None.

- --
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com



signature.asc
Description: OpenPGP digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-04-20

2012-04-20 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

=== What was done engineering wise? ===

 * LDM 2.2.9 was synced from Debian fixing a few bugs
 * Prepared our testing plan for 12.04 LTS:
   http://pad.ubuntu.com/precise-edubuntu-release

=== What's about to land that might impact the other teams? ===

Well, Edubuntu 12.04 LTS :)

=== Release Notes ===

=== Summary of bugs working on by team (reasonably reliable) ===

So far, nothing release critical has been identified.

=== Dependencies on other teams, blocking items? ===

Nothing.

=== Issues? ===

 * None.

- - --
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPkTD9AAoJEMY4l01keS1nXocQAIfBqaCDfTbkJ3TIghUg/Ouk
3KO+VQIwdtpFzb5BhmBHuHT8FPjdcNk59kAgQjqXL5EnB2CXldvAFxkV0IHGZw9p
4j2JlzFtrcZQr1M/5uqtaxqtWsDEEhOuTCnmSyq/CPGPQFMuU5VMAf1CaxexrhUo
X42AEK6AHVvNIrxEuJtLqn0ZvYdp7sSMi3+0h0N0XwlNAaq/7X7Yhkwfi9pvMuPm
CDmsB841EYYvdGSDA9/utbdiVCgAXlC3WYwKArApyFYj8mEcGf32iXFtCBBJvO5f
gp7S+RKq5PT9SR5s1tYlmFMICHAAiMR89muFvyotUYJaZi1nbvN8bP2rhsMWog58
lcEHg8lVGzz9f3+OOnMi8q1BrKvVrgaDzaxQ8fdtmtTdeuGYMlx+Hrozf5ZlVGeN
4SJfwyv45R0Kk2BpU2EU1UUN1Skllu11KVhHqk/TEocyKmF6iKb0uJcnBxFXQNx9
cethdF2vVGoDoJ/rNhhXyHO/fS/c5U1EG+K+LX+/atvGfArbwv9kYT5cpECZ2bRc
z4pjWjx+15gKSHS9w1eCMyiIuWS/Hshu9+zpI5n9ZUJDqMmamEeBxO4BsbqQbJGp
5fXL6Pnijv/ogDWljHaNq+n6bwzW6mE+sMT2g7aoTHzRfZP6vSLxlN/epSQhmPDH
3aQyHtFYn1MWCavG2HCo
=ETG/
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-04-13

2012-04-12 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

=== What was done engineering wise? ===

 * Updated translations of edubuntu-live
 * Uploaded an LTSP bugfix
 * Updated epoptes for bugfix and translation

=== What's about to land that might impact the other teams? ===

I doubt it'll impact any team besides the release team but a new ldm
will be released today/tomorrow including fixes for serious bugs that
we certainly want in 12.04. Once it hits Debian I'll get it synced to
Precise. It's bugfix only and only contains 6 commits so should be
easy to review.

=== Release Notes ===

=== Summary of bugs working on by team (reasonably reliable) ===

Still monitoring new incoming bugs, nothing scary at the moment.

=== Dependencies on other teams, blocking items? ===

Nothing.

=== Issues? ===

 * None.

- - --
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPh2TOAAoJEMY4l01keS1n1yUQAKDBUSjle0Vp+ufhpFUG+5VX
pSRy/aEa21cS15tC6Qppll331pJnuJFaG8IaoNn4i4hQkJH+VmpF4RXu0tC+MArk
D4thBi8AmyEyaeTjzp4ueSGFpg6vJgM1L3M+4+h9rSJJacmX54y+CQ3raBti9vR/
rGnWWen8NDVzKp1xngaNvBcF7S0y/qf13BuwGv/+eZigbJPlqlHRHhL/HPQ3XHbg
tKyMOXL2wn6hEGwVuBIj2ZDHJuuUOloG6eWkLU7DBN7YR/XPgC3z2iB5PZRanli0
iQDexUbLjI9o4GU3NkarSVyo6UHmcO7K/QAv3MfSy7iwyBRnH2OXv0D5Dag/9Mog
x1Ma/UEfDOyDb5oTz3hJNKbZMhpwNgrNXvdNZUTgE7nlK9mk/mkX1ss4JT5TTehX
vA9YKITAteUs+5gmXihnDk/D5hEWgLUqIz1912KkQtvH/+LFU4VvJuF2P3G052qG
FjE0DskW5Lw1mIBuw7CgaNR+kK7TGD7gGXiae2Ei4KY+WYvhzys5gp/0/rFHjgAf
xWozq2VfG7ev/6b2hFkDmMfGCuuGVxocjY9iuWp4sTGF28zlO/s4P6RrptxbEpvi
XqlO6UNcmZ0TrBTjhJfvMAJRrUmwugyi2xo3cZ/hhb/4m0T71kDWSuUHuD4IYuxv
/Uot/lREoKDfpr7Id4fs
=J6WI
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Release Team Members: summary of plans emerging for next month

2012-04-09 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 04/09/2012 02:42 PM, Scott Kitterman wrote:
> On Thursday, April 05, 2012 09:29:09 AM Kate Stewart wrote:
>> - release team to coordinate using: -
>> http://pad.ubuntu.com/ubuntu-frozen-archive
> 
> Maybe it's just me, but I'm having a hard time with this.  I'm
> keeping this page open in Firefox and go check it before I do
> something.  Then when I come back and make a changes, suddenly it's
> reconnecting.
> 
> There was no indication I could see that I wasn't connected.  This
> hasn't caused any actual problems so far, but I can see it being
> problematic.  Does anyone else have this problem?
> 
> Scott K

I've been having similar problems with this pad and a few others on
pad.ubuntu.com. It looks like the server is getting respawned every
half hour or so and when that happens all SSO sessions are lost.

So everytime I get disconnected I have to type the URL again as a
simple refresh will give you a 404, then accept the SSO login and
finally get the document working again.

I guess we didn't see that problem so much at UDS where we're used to
one hour sessions with wireless disconnecting relatively frequently
when moving between sessions, but for a day-to-day tool, it's
certainly annoying and I think an RT ticket to investigate and fix
that would make sense.

- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPgv/ZAAoJEMY4l01keS1noYAP/jSsSoCdh1TjP/cfnBXb9kR9
2y4PkqV6NiPw78jiBv4+Jsj18w79wnNmormBNHaBnwDe4myzSLIvyvrcdPNL91HY
iXfV9uHztUxyQF8NpgDd9gFTvYqDcHtddwosT9RD9WTMV4eVkyi19JWf8FJ4whUg
zD/N4TfR85pmeBlOXHWv1WIEWIfLy+xBk48oWdOsF37jMAo2XjUNwuMkwBPV4aM1
oQajLSv00UfRwBK9rqvCN3dzGBhKmd5rmWOmWhZ1/otRgH+OfJ/ZyEgUudDKHQBr
tddUTy3eZJqrV1d/S6Hagxrpbpsa/E2fKcC+M3Z5qqaaY9jLRBbW3moMl9elydTx
lObivj+E9XemTmAbuDZP9kgEBaHrRASFOOydaZoRyL5LFhWhy8G7v4Mt60n/Xf4a
bhQF4ETtfmYVVVn0kEresBzKKKvkyBdliSUIo19QYrWM9Khq5NxMTqmtuvVdXw7O
2NnTAS5UQrk3cz3vVjOtGi+h7mmq+OPnmptyaLhgfNeLb6JR8vuTTsUbXC2iHW6f
0+BsVRt7h2zIQN5LOKkWm1PvwP8RnmolxjFla2xQYNtG/1D83LMKZQKCFr625b4q
mNDCTqfsaFHBZEUoBZtv7yJumsZmR7lRFvnQPtQfZmDAYIAmSv1cUq494w9RI/BX
B6ZW5qQxY40oF9HwHYOX
=4t8g
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-04-06

2012-04-06 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

Sorry for not sending this earlier and not showing up at the meeting,
it's a public holiday here and I'm traveling.

=== What was done engineering wise? ===

 * LTSP 5.3.7 was uploaded, should be our last LTSP release for 12.04
and hopefully the last upload.
 * Epoptes was updated for new translations and bugfixes
 * We sent out a call for translations:
https://lists.ubuntu.com/archives/ubuntu-translators/2012-April/005315.html

=== What's about to land that might impact the other teams? ===

Nothing that I'm aware of.

=== Release Notes ===

=== Summary of bugs working on by team (reasonably reliable) ===

Still monitoring new incoming bugs, nothing scary at the moment.

=== Dependencies on other teams, blocking items? ===

Nothing.

=== Issues? ===

 * None.

- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPfxekAAoJEMY4l01keS1nbnoQALJy0ZHVecV4KMYpiOK0ObaR
HkMUo+7tM8vYEaEGfMrRIBus6HOBofsHNykS9ICh//2RKGC1N7GB6ElWLYt5hpdI
G+wjusYn+nOT+gYyLlgLGjNH7uVMqRFrhxch6I4w+ly5LHVQN4Prljynd45ssFzy
hi6yQ8KXNdDxcZzWQ2u3tzG9c61pW2e+k8TTcpnPVsjun/TM7W+ZSELumuncWPW+
nhgqdLcFMgTcL+MAVrYVc3+4Yb0RM02u7NEBLgPkV3wFjHLWjsO0oJ2D3fLT4mys
O80sE7rA/7+G95vqBpzHn2/mFBhnzqisig+C7EFqPoMT3gD3me8b1DZ/fAuckgZA
1mZzBjFeZNl3hyMDmy8FzHbmtIx2HB+ExotpMb566ianyeTuaQrEDtR+NT3BcP3D
5DQb4zK2AUjMajO7CDPI7uJ5fpi6I+IRC09yDus0q8xd58iA0vIl1OOCj++AhOwR
UNzGQhEgbpXpuBB7ncdL7AwMJ56wyw10AWSfk8Dy90JPQp4ADqxs3ci8gxdY1vB4
aOrWAhIDPDGM5k64S8mKererRg71fy1MDtoW1mfTAK4DJSUgBxqY/muZOMuznOTL
oHeREM0tKqn7ZdGZiaOx80Wuj28yc4+rqOrpTIxHw6Yp9elKNKkdp+ywdtXB9Lg1
jgKwyU/XuG2mQ6m/TW5b
=SuQw
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Release Team Members: input requested...

2012-04-02 Thread Stéphane Graber
e is the potential confusion
between -proposed used as staging for -updates and for -release at the
same time.

It's not impossible we could get a case where we have a package in
- -proposed waiting to enter -updates (0-day SRU) but also have another
update for the same package that's critical for release landing in
- -release. We'd then need to remove the one from -proposed and ask for
re-upload to include the changes from the one in -release.
That or also push the SRU in the upload to -release (if it's
considered safe).

So yeah, might cause a bit of confusion but that's for a few corner
cases that we hopefully won't hit and even if we do, it's possible to
deal with them, just might look a bit weird ;)

- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPeiWLAAoJEMY4l01keS1n4/IP/32bDIgvEtg/eqLRTXAqJPEu
6daUe/4JCRBsmdQ/Y3VKeDr9YZKLMastyRW3IyIwsqh1MbxvVETHsdvy7TPc0V36
mPpLZdKih7l66WJaWGclMtpEkEUoRZ3/8II9px4f2uV3c9Y2FX7bX/Us3R7hev9u
3Ut92TjlMytLG0RVpB34iObSP4ScISP/flDSpHNu7jpXDy6ETZhHbMZqV4d/HAe+
KmIz9iuKkadp/6mbzgIJphZva5c7MCs2ZABQwj1DJGw4wsHzQp/BD3OIq8Qd1CGT
il+BUtej46i8kK1ha+G/4R7INliIAPe4gKcNqAKK/5F4doj0TqTFtciW106wmRNH
wm7dCOqOBhCkdQnywZz1856mzbkIcJWBV06Q/VRtJTAVL2PtfUfXMZKyxGAEIkM7
EgxjAf/9Pb/Nevajz1Q76OIPx05FJfGszbq0S+Cs9LAkVTM7rPBEnitelyNzbu41
q4inH3s4LnCONAyVbwjxApPN+iNBIesBra3a1LsWckHv3wxtNM64NwUt1bmRHNIV
2Tudk/PZV688uRUqRckF2IoEi+y6W2LQYqMIW/TQblnsoDnA0uWhTrUkPZvySShu
tV/I3JL4+JxFl496NPe+2kkHuLBo9kADv5vvaf4690buMqYcaPndlBYToOX3gt+R
ZgfyWAaYSr846b+o+tIf
=CBmv
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-03-30

2012-03-30 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

=== What was done engineering wise? ===

 * Refreshed some packages for translations.
 * Last minute LTSP bugfix for beta-2 (Edubuntu and Ubuntu alternate)
 * The new Ubuntu kernel contains 3 LVDS fixes for thin clients
contributed upstream by LTSP and Edubuntu contributors, making some of
the most common thin clients work out of the box in 12.04.
 * Tested and released Edubuntu beta-2

=== What's about to land that might impact the other teams? ===

Another LTSP and ldm should land today, mostly interesting because of
up to 50% reduction in bandwidth usage and CPU usage on the server.

=== Release Notes ===

=== Summary of bugs working on by team (reasonably reliable) ===

Still monitoring new incoming bugs, nothing scary at the moment.

=== Dependencies on other teams, blocking items? ===

Nothing.

=== Issues? ===

 * None.

- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPdcCBAAoJEMY4l01keS1n0UwQAMMX6p4uRPQF+Xk0EkWOqlGB
Pj8GmA/WTOG+zk6PWFRWZ8laweOChGR94/kfp6quGiB42WE+ukY0Fyo1XGpkyleg
DlgnwF2SX9E8xYvp2MsJNlB5boOtvctQwkIsNhwmFvtay7htbZ/Lx02VG3wEIwVP
ORVApkNPWG+Sx3EMgpaj+xYlnWd4BfCCJMlPt0OT2ICwktCCIEyjuJ+8GzOaGbGU
lHlm5S5oYazhwKqa+pBl87WxFFvLS/b/IpqzDaqNXTypaAZwaxWJmmcaaj3D/4Vd
rgq3RzWS7RwKzMhrx0Jfzi98xxnPq2At0CCP1IYBS/sCFepYeMuNAkpQ48ZU69X9
Io9/t5xFBD0tPqupaS3JwOj/R9c8N5JWrRhw5TQJrdTZHb6Ua1+xSyM1XAMHO1ZI
es3GZHgeWWdkhK2lTLa+OYR5CHN5k0f9WLQlYgTbRW8gtp5eR8NpNpokSInPFKE5
f1EhSk4un8udFWjr4NqO+1wNFuEO9DChmd35h3Kpu2ETO8KjC+/qCog5T5KlCKJy
I4WdzI+2mzoOVcZqiV1/U3l9W2aXxoO4waTJGMGauz711VA4tA6jbvfjKG/6F3km
ddoAwYKT+127GcbtkOY4LfOD6CS5qucOfPxCqfw1XCiP+QxHZSTFyXHrKZyWNkNH
/pE0TB5Mlk+YzAYZf7nm
=4k+D
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-03-23

2012-03-22 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

=== What was done engineering wise? ===

 * Refreshed some packages for translations.
 * LTSP 5.3.6-0ubuntu1 was uploaded containing quite a few bugfixes.
 * New bugfix release of epoptes landed today,
 * Uploaded new ldm-ubuntu-themes introducing a theme for people using
LTSP on Lubuntu.

=== What's about to land that might impact the other teams? ===

Still expecting another LTSP+ldm upload for some more upstream fixes
but that all will be after beta2 is out.

=== Release Notes ===

=== Summary of bugs working on by team (reasonably reliable) ===

Still monitoring new incoming bugs, nothing scary at the moment.

=== Dependencies on other teams, blocking items? ===

Nothing.

=== Issues? ===

 * None.

- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPa8vdAAoJEMY4l01keS1niCcQAIi+/2biKzuKzC0D/x13wCoF
oo5hQFk8C9DY3Y3aXHZeDnN2olwSo1UqK9O8ZFPILfjBET8DCfO1WFv9exd70xLs
1tPeGxOfELlIr9QWedxSrVkEhCNU851ntgFiryx0ENvIRlxM4hLFkF3Z3xAj4oPC
kx14G0OkYo5qhsYRW18ciVMew6scTYQDiKJxCgNAiYDqWWCEVoE59MV1VGOEMYfZ
Vbf/YGhMp/RkD3+sy3EMXDA7bDf64/5lORBTQ7N+cfU3B5casSZZv4fxJGEcKKLw
2CO2v4C/ddW8wd94U/RNg9X5ytUI3QmnHZLM71zACuAcK4G03AHI7ZNeEa7JgCT9
I/W3e90z9Hk+UDDhi/gMnfEAPj4Qd61DJKZZASNgLKtUW2X/L3L7gzUQgDORRdTL
nHiPAMzFZAwa9lSVgk7WezqYnQ/46XWoeB1QzOnhcecOHM00JcF0FqhWCkuuznNo
PYfGxxs7Cj9PxbzyuxImmDzGlSiGrrqCp3fRdU71i7NsP99C0ELE3ZsXHcL86j/a
z3/n56aZR5o6nfO7FkbsZx7SRHRBX7IrW9RgHdeRACuhO2rKHOmoKvJYrg+mYED3
Khx420zx2AJcJO/BrnGyaOomVHDZ14lSwqW2ugUcIfdtGaGPp4Q7w7Gpw9uRPoKc
yKl2LKn9am6wNxhtM3Jf
=CKA+
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: [Lubuntu] Release Meeting 2012-03-16

2012-03-15 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 03/15/2012 10:35 PM, Kate Stewart wrote:
> On Fri, 2012-03-16 at 00:29 +0100, Julien Lavergne wrote:
> 
>> === Issues? === * We will probably need a UIFe for our slideshow
>> (1 slide to change + adjustment with the new artwork).
> 
> Will there be string changes?Any ETA when it might be landing?
> 
> Kate

On that topic, I just had a chat with Dylan regarding the slideshows.

Any commit going to the slideshow branch at this point needs a
matching approved UI freeze exception with ack from the translation,
documentation and release teams as needed.
If that's not the case, we'll revert the commit until the exception
has been approved.

That's to ensure that the ubiquity-slideshow-ubuntu branch is
uploadable at any time as it's required to refresh the translations.


I was planning my next upload of ubiquity-slideshow-ubuntu for next
Thursday right before we enter beta2 freeze, hoping to have this one
be a tranlation-only update so I'd prefer to have your changes land
and be uploaded earlier next week.

Just ping me when you have them ready with the UIFe approved and I'll
merge, re-generate the translation templates and upload.
The sooner we get these done, the more translation we have and it's
critical for this package as we have no way to update it post-release
(well, for 12.04 we'll have point releases, but still...).

- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPYrR2AAoJEMY4l01keS1niiQQAI2WSqSo3ei2E335RSKRpqNM
M/YnYlIY7Z8tKj9D2qv2eLa00DlgWUsmgpybqcY46iQq6sJqiB5pLb0/l/C54ogt
jZnr5SAskZWoYb71RNfVkRS40p6/0rK4k1Ia6KZXaV/+L58daX7q24GHukDpuL81
orJh8PD7wvIzUJeDYHwcLG0D+f1pR1ocyCbnaOZNu+AzxRbEE/GBz05+GH3io2/P
UukC6/r95CVDX4KhD+HEon5OlUaDrx0o/pLVYdUMYJvm5lTLOHQ9/g8e9ptDy4oB
FI6XlHUTZJuNBHR6N+zk+6RTnUbhKBxsF1cTdJ8XQTTxqcrhZj6OfGR3duxZwLen
sKJDplc42skXWLyzoUyIjTxheDxkpZiZa+7ht8vAp3fbnmSRy61M6ND36hyf+n+p
ayUsMzrUZ1zZwEt+Aa57A5cFKytWed+NbJPsGoBaZV7goonJSGdcOx0NyarktViv
27YGqVr0kry0BKG5iB4/sq5NE5hXE3lyUDhqg2ok00kPKXPnPD6QtRs6Ljt32Jx9
0fqaM3nR8JjM8taAM+3WryT/9CBj7kFdnLdOJwYxFcgpYOR5AUYn/21DxVOJyr4w
xputiVOr9qQiMdf2vMmj8nNzNQ+okU5pr/Ys30U3WNSmOP7boBI5e/k3HPISZf1T
mTxYK5jXDG12LnSiLXT1
=oLLe
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-03-16

2012-03-15 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,


=== What was done engineering wise? ===

 * Wubi should now be working using either the iso download or an
existing media. Thanks again to Adam and Evan for doing the changes
and releasing a new wubi.
 * LTSP 5.3.5-0ubuntu1 was uploaded containing quite a few bugfixes.
 * Found, fixed, released and backported the fix for an LDM security
issue (CVE-2012-1166), all done in just a few hours in both Debian and
Ubuntu! Thanks to Marc for the help.

=== What's about to land that might impact the other teams? ===

I expect another LTSP point release to be uploaded within the next
week or so improving boot time a bit, removing more deprecated code
and fixing a good number of bugs.
This might well be the last LTSP upload for 12.04, unless we found
critical issues after that one.

=== Release Notes ===

=== Summary of bugs working on by team (reasonably reliable) ===

Still monitoring new incoming bugs, nothing scary at the moment.

=== Dependencies on other teams, blocking items? ===

Nothing.

=== Issues? ===

 * None.

- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPYo0SAAoJEMY4l01keS1nTosP/30+5yYcnSlAWLrHCL7p1vf6
vOTfek+wjSoED14C4gIR/VQ5XSsHGTM5bnclobcGkq/C0H8MrQ1wv4OEO7ye8dq5
QO7QIz+pFDb5e0Cgz+vt0KPkU0DKejowbOJTCWfOHjaehZeEPbnt7aTB3u94XFfv
hJ+RiSWqh2v60KyME9xT2Vb87qxlovhX3o3qhrNaabzr9mxNkKUDOESIW5Az9X+p
5Wggiv0eGff750Axm9YEy3iN+YDExXviN7MiQ/Xxu5SNiNGRu7lWR6HW21SsbdtN
QgIXt11Va5lDzMIN4CaWJpP7nj7JbqUn/OQB8rU2oRDKerjFPNgArfTEGOP28yin
lCHvkwf/22sL6rEZ8xHsvHJQAgtDiH93noUeUe3lfxoDuWeA3By9RNmqi71SbN/U
QNxdm+rm1URZNQ8tJbxMnIKgfm3ulUuWRQ2Uni9LtOi04paoSphwBuAAEUjxcblU
rhUb+oVnhTTyeuyQZ8unQoh4ji5mbFym/qUweXodvR69A7c7WQlwTBzk9qfeqpMy
YTJSfzdg5IphIQFc1an8JaOCqUNW4A25Xn4gdJ3MSs/5lD8JwDvXPb/9uqtgnCxy
GnNl/UVgbhDYnBX5uyY6WzrkyWNXXbFKhJAL1kes0Ru0ue4rWN1LDYddI5gJ5iFt
7xyPHjGho7gtiGLXwEnM
=YH16
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-03-09

2012-03-08 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,


=== What was done engineering wise? ===

 * Tested wubi which should start working properly as of today, thanks
Adam for the cdimage change!
 * Epoptes was updated to 0.4.4
 * Minor tweaks to our packages to ensure proper translation of our
installer environment.

=== What's about to land that might impact the other teams? ===

I expect another LTSP point release to be uploaded within the next
week or so improving boot time a bit, removing more deprecated code
and fixing a good number of bugs.

=== Release Notes ===

=== Summary of bugs working on by team (reasonably reliable) ===

We're still focusing on LTSP related bugs, thanks again to Alkis for
the amazing job in that area!

=== Dependencies on other teams, blocking items? ===

Nothing.

=== Issues? ===

 * None.

- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPWTq7AAoJEMY4l01keS1nZWkP/ie9E2nlJ/lfjQP0JMDW0veJ
Ew8j7rkADVCzvejBcYVZkcsMPWFudpmbINf8GBSEbcuuJoBhO0B8vEiR0/1asU1z
fzUcleQqr7AitpWlt6AMnrr6a7fCqwvayqds1eUyTLD/uVEIPSqEdluCjeTBDm8x
RBW+kR3GHc7v4+aX2PkW9UGFKEETF3zm0bY70IEXX82/fQCLb5V2sWq9JaC3id90
AKmaIbW05spe559NvuUr1yCSXiKlh7p+BBNI3mgIpCwzefGbrgyhqtkKJ6MT3eAJ
hOwoWO2pzAWTyUrGnRrQAdJPYgnJGTsZZ5rqzyt1ARjNZCFwpjPleXrNrPDIoQd9
3D20a7cuMwv5XapUYqt8ZxJggjEhAF20BvLUSLIt14hyNHgzFjMh/W4so0ZkdTno
RzM10didp230e+u8UzINaGv79CwQ3zZroD1CJWz2dBIRXIoPBOrhfQPYU48ps2V1
s7s2f/XT7Cp7gWhXrHUnSYyMJGZEpc1Nf1OM33Yr+dKN6PGvwEkJkxS5smqwkJoT
kpBMy2lNmaveWbYgEEzVh7aTwVJexL7yJPGfwZ5cVGrShp/9tk/H6wdf+fdmGSHh
zuj0xFLlgiZy9pL2Yw+oMUi5J+WXMV2vuYO0Syel9yhD+B86Je1fHR5OKDSAUU2g
gZRhZKdgmhYEkObhkER0
=ihzQ
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Foundations] Release Meeting 2012-03-02

2012-03-02 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

http://status.ubuntu.com/ubuntu-precise/canonical-foundations.html

== What was done engineering wise? ==

 * Installer
  - Reactive work based on ISO testing feedback, released two ubiquity
versions during the week with various bugfixes
  - Triaging and prioritizing the next installer bugs.
  - Started looking at why preseeding doesn't work with oem-config

 * Networking
  - Blogged about the changes to DNS in 12.04:
http://www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/
  - More resolvconf fixes

 * Archive / Release work
  - Tested and released 12.04 LTS beta1, thanks to everyone involved!
  - cdimage and debian-cd tweaks for ARM images and kubuntu-active
  - filed tickets with IS for buildd precise upgrades
  - Fixed ac100 image to no longer include the ubiquity kde frontend.

 * Toolchain
  - gcc work. gcc-4.6.3~rc1 packaging, cherry pick from Linaro, ...
  - investigated qtwebkit-source build failures on ARM

 * Upstart
  - Looking into bug 940290 (console log consumes fds upon job
restart/respawn)

 * Other
  - Wrote a new queuebot, currently running in #ubuntu-release
  - bug bot fix for no package bugs without a SourcePackage line in
the bug description

== What's about to land that might impact the other teams? ==

 * I'll try to spend some time converting isc-dhcp to upstart so that
we finally can run the IPv4 and IPv6 services at the same time. I'll
file a Feature Freeze exception for it.
   This might need an apparmor profile update (though it seems to
already cover this case) and maybe some checks on the server team side.

== Release Notes ==

 * Nothing this week

== Summary of bugs working on by team (reasonably reliable) ==

 * Installer bugs are now the biggest focus
 * The usual set of new toolchain/upstart/update-manager/python
related bugs.

== Dependencies on other teams, blocking items ==

Nothing that I'm aware of.

== Issues? ==

Tracked down bug 939450 to a gtk regression, it's a pretty important
bug for the installer, Luke from the desktop team is working on it.


- - --
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPUNOVAAoJEMY4l01keS1nmzYP/2POavU3gxuki0n99E2RdmUW
ry8MXQ142/tDDCJ5r4YRqNBkL/c9obB5X7Fy2V9XQm57+BYHOGF6CVF2rXRod/eD
77IWIJ8KIphR4PfG/2H0s/5MRWu3ApgnQ80zBXQoc+YQp53AznGrODt+dttE1//Q
zdoeM5gy84+m/3c6pZFM7MVzcjLUUgc0Cw/N/lNviTpGZb8tgxkbkg0D4VU0ZeLv
KIRr3FhpS1/j4rRfKzdUXzXrVqwR/arqWTzt566/8td+e8bSTz4TfpjI8MQPYWav
FywltkDdADH9zNZJSfdsdv+d0WsAnl6ugIXkhIwLu9RDtMcuFHLmbRZJrJbNCD0P
xl2y5zQm79zQDH3lqId64HDDzlenUyv4UvDhiKAF0P7yC+TRztBZkeTkvoMJf+v3
i8kzzrx22V1URdLQIHuO5FAFAoQy7ReaeJP+pvp5y0tY/Y2ON0+PEv2zfdTE/dSt
QEf9f/J+z/NE/mxwO9YMvc9g7jHKJ2W5oXnIv0jY63CO4nsiCxHfz0joSxT8tjar
gH03eiqE+L89BGkAs82Me0iD495l8WuwJmlaGD9dj3xfdsW0yRsPR0QKQUvwxfwY
qTKPIEi6hlTG+sNWaj2RIrz9tjqlTL+xhdqa3XfoKHM0p2ImLE4kr2Yq2TJ534UH
3SQmizwqElaaKEcM8p/h
=KXfF
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-03-02

2012-03-02 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,


=== What was done engineering wise? ===

 * Uploaded point release of LTSP and LDM.
 * Did some bugfixes around translation support to ensure our
installation experience is entirely translatable.
 * Enabled, tested and fixed Wubi to work next time a new wubi.exe is
built.
 * Released Edubuntu 12.04 LTS beta 1, thanks everyone involved,
especially our testers!

=== What's about to land that might impact the other teams? ===

I expect another LTSP point release to be uploaded within the next two
weeks.
Epoptes will also be updated to another upstream point release with a
minor UI change (showing a previously hidden menu item), UIFe to be
filed about it very soon.

=== Release Notes ===

=== Summary of bugs working on by team (reasonably reliable) ===

We're still focusing on LTSP related bugs, thanks again to Alkis for
the amazing job in that area!

=== Dependencies on other teams, blocking items? ===

Nothing.

=== Issues? ===

 * None.


- - --
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPUMsnAAoJEMY4l01keS1niJcP/19sA5wzoB5iMN86aZ9zY3fp
38cuABwT3idchqVOGFJn4PvQhBa2QBSIxDkKjipMftqTg/XiBKg9lTfdW0+fMFGB
EpFf+AkkBfRbOHSMs62O3k6Mym5X4Jh0mm3/Zh0VlDtXi6jTqiH1rGSvICFgI7t9
mjWtZIyob60LdPoSJp0JCFBZpy1UinxcbZ4DvuLBmAwkipc9s99JRkon4z0CknQG
dLeqUzLyXDjoWOAu9MF0F1W/lxW2INHQLzLOZ8n0ANnXgPcWvZ6HBWK0nRIhfItQ
qGzV4Qc3vHs6UdIQasD4F+KedUPopr1KGpKCjXYDu8It0siI/mxdX1cQgTthRGdp
zFp1BOGi6UiHn+xcoUwt6Ddu3YXYd06XDixvG0+4DcwBUpXj6rZ4IrK7xm37ErRQ
E/HMleRbNpJvyGePXi5epSIJJvax1bOiKFypA6vbrIllOTRTl+7MXoCBQkldgmVp
drLeHcUpsgpX3R1abAFNRW3akZVsCoDllq3Z2t2fW3I4S8azKM0YYDANgvq7oN5D
BMTBXqeJB8CZBAhchsCnO6Pni8m6HejQcucGH5Is/5soBtz19GKvvxdmxBUmVkDR
e+812CWk64b+bmw7zHIzgEmKLRL7/JqZeedIgMiYvyFrqh+8uKvK8ZqxFJ6Z+jvN
YStAXCzMZzuUOjzHAK2j
=Mg+O
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Foundations] Release Meeting 2012-02-24

2012-02-23 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

(I'll be attending tomorrow's meeting for both the Edubuntu team and
the Foundations team)

http://status.ubuntu.com/ubuntu-precise/canonical-foundations.html

== What was done engineering wise? ==

 * Crash database
  - Quite a lot of work happening on whoopsie currently.
  - Now promoted to main and installed by default
  - Work continues on getting the backend ready

 * Installer
  - Uploaded a new ubiquity fixing quite a few bugs.
  - New ubiquity slideshow uploaded.
  - Some more ubiquity fixes currently in trunk and that will be
uploaded for beta-1.

 * Networking
  - ISC DHCP 4.1-ESV-R4 has been uploaded, containing a lot of fixes
and bringing us on the latest upstream Extended Supported Version.
  - netcfg and resolvconf has been updated fixing most of the current
DNS related installation and upgrade bugs.

 * Toolchain
  - New openjdk-7 build in Precise
  - Updated openjdk-6
  - Some eglibc fixes (gdm restart, ARM dbg package, reboot required)
  - Looking into some gcc-4.6 issues
  - python2.7 and python3.2 merges for FF
  - Fixed gcc-4.7 bootstrap failures on ARM

 * Upstart
  - It nows builds fine on armel, armhf and powerpc!
  - Working on a fix for bug 935585
  - Some more work on cleaning up upstart for 12.04

 * Other
  - New upstream release of qemu-linaro uploaded; now usable as a
buildd on a hardy kernel.
  - Uploaded cmake to let more packages in precise/main be
auto-cross-buildable
  - Work continues on the TPM front, with a few fixes coming up.
  - friendly-recovery now has a new 'system summary' option the should
be useful to get an overview of the system when something goes wrong.
  - udev has been updated to better work in containers (avoiding a
flood of event when a container boots)

== What's about to land that might impact the other teams? ==

=== Release Notes ===

 * The recovery menu in 12.04 now features a "system summary" option
that should make it easier for a user to debug what went wrong on
their system. (This entry should be merged with the previous one)

== Summary of bugs working on by team (reasonably reliable) ==

 * Most friendly-recovery bugs have now been fixed
 * Installer bugs are now the biggest focus

== Dependencies on other teams, blocking items ==

None that I'm aware of, besides the issue listed below.

== Issues? ==
 * https://bugs.launchpad.net/+bug/926859
   Compiz 3D using llvmpipe is using a lot of CPU for rendering, not
to mention glitches.
   The test should really be updated to not use the 3D version of
Unity on llvmpipe. Even if llvmpipe was working for Unity 3D, it'd
still be using much more CPU not to mention wasting a lot of bandwidth
when used with thin clients.


- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPRscjAAoJEMY4l01keS1nzGYP/ReuudHqhQlASCFabqNxULrz
Z6ZdQ0/urMJK135u5aBsSuhigkXAGDHTbWSHOqkeR+Ds9KWwUWpAupIfdgPoSuUt
oziX4lhBhStpT2W59BfDvCXkb0QJdJxt4HtxhjLZu9Vm6B/RX3Ix0YA63wAyE2aP
0uv+0N1SUA82KSp2Iyt0AW8qtsDfjub0sU2spPRXNYZXYyaP/iGKG5ax53WopZo4
8HJy8SDKKIJxrzQACCCJz49Tsae5Qxlr5+MD0KUAZfe9iOLIwA7Ut3nLQzAJe4Ub
Tov4qjL/UvkjTrMKJRdLHrGCqrtyHrZwDAnUiD1TzCdBrCC2h+DIFwyAVII8sSRj
j2MV9s4oavwq5JP84ySGe0XZ9URz0zKPf3QCggctE3C1OhV4kxD8nQJJY6K1wI80
bTIvFpPw44u4XgR1BQPeRXjAAL8lzAU/Wxp/wINkwCaAXJoUv1D+s0p36K1yOYSI
lF5Yq25grRgDZ7N5+tpgWD4jYTDtfizY9lLPa++gGDJm4HSuP62tSl8264dxU7bx
rAXF3eGDKX53TYpTxZvlmi+gozWCYEbHtXaq+Sp54cxsRKJn9oMm3MRYWZiAP1Lu
nKgy71Gy1RqLTzt2oMWb8qtjLMLcNJxmAhlReUayHq1RABzh+uaffR/AKZ5ifwvv
VR5H5EML1HdG1V9xYQrt
=nMFt
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-02-24

2012-02-23 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

(Initially sent from @edubuntu.org, please remove the one in the queue)

Hello,


=== What was done engineering wise? ===

 * New LTSP 5.3.2 was uploaded (bugfix release on top of 5.3) fixing a
lot of bugs including some pretty old installer related issues.
 * Updated epoptes' UI, now at version 0.4.3
 * Updated edubuntu installation slideshow

=== What's about to land that might impact the other teams? ===

Nothing.

=== Release Notes ===

=== Summary of bugs working on by team (reasonably reliable) ===

 * Most LTSP bugs have been updated lately and when needed, moved to the
LTSP upstream project.

=== Dependencies on other teams, blocking items? ===

Nothing.

=== Issues? ===

 * None.


- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPRrw/AAoJEMY4l01keS1nIjwQAJXTCz6IStA6P1tFMqLEIEvE
Q0ok+3DXcJwlicElGA0FdzuSAQQo6Mbumw9eru1PYKdwCiYAe1zoI/lkdGbH49CV
U7e5QeZ3d0Aul7QYs/revxDSlAYlz80gTt5KyqeLnEXZXqaPT9I5J6xNbJjzIAKd
P+ZDX9+T3RJW7wqcl3M669FkPdjBHYkjGt3qpPSCi7wVx2S8TudeIrYGpDDLJPoT
1Y6okMc5g9O0MecFl5gd4Liq6MQyR77PFaWaBgHi1y5a60o5aPFB1Gv1suPo0fzZ
H78JlfmdJRTI8p6iMG06P68QkE4DqJQmmjlhlWTRyU66szqh7hQoWhn5k0c9nWy1
QFxczibkKKbyTz0D2x5HFX9sC68t2zNr7RJvECFHecI43TGuRkcppvBviqriJQOn
xiyO+y9xP7ssCiR0IHTu8L7i7py8zLfakygOjsdOGfUkC0Fway23OkhvLLo2em6o
J2x1ohPfDJnN07Do23hvmk4wA94+IB+RH8oP5HSG9MblyjGmkC4W2cdm2mIhV/KN
kuh+ORko9Q2gdxyeYiaHxamYu7hEt2pLcPqP1HaECBwuHKmJFx2uyHUOQZG1xZ1K
x0EhlIfSeRstTUJ8mXFl9qOx3M6SzUtZXfPctoCa5PGNqcxbR0GZa0AUh4bEVQjd
ZT0xnI6avjLtvIkJbqkL
=Socg
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-02-17

2012-02-16 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

=== What was done engineering wise? ===

 * Released LTSP 5.3 after a long period of upstream development and
testing.
More at: http://sourceforge.net/mailarchive/message.php?msg_id=28845790

=== What's about to land that might impact the other teams? ===

 * From now on Edubuntu is in bugfix mode only, so we'll probably get
a few point releases of some of our software (epoptes, ltsp, ...) but
these will be bugfix only or will get FFes when needed.

=== Release Notes ===

 * Edubuntu now ships the newest upstream version of LTSP 5.3,
offering improved support for fat clients and a variety of other
improvements.

=== Summary of bugs working on by team ===

 * A lot of LTSP bugs were fixed with 5.3, we still need to update
Launchpad to reflect that though.

=== Dependencies on other teams, blocking items? ===

 * None.

=== Issues? ===

 * None

- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPPaViAAoJEMY4l01keS1ntaoP/jtju+khuY6h9WrfFYt8bU4Q
h/+cnviIaoGcoj3Bw7rUQzHkh1E2xNJhGyoaw0GTH2UEcRBP3XqiyNXlRWEZW9ob
KbYrYtWYUobC+jeWDA3OcTkJsR5PYzI0wK7eN9S9wvT3KvgbmVtpglHKGSnS4u6b
UJjDlbtrqyBW/PznJr5i5xcSUo4qG27hWqCoyMYgH1AFL76o36vh8haQ98xgVsyR
88rgyZw7kDe89s5h/gspZrTOF3sOjtTwWJZ204UMV84ibuuwSFMaJS2jH0Y2CGby
NRXTlTpMNhRQk116kZSYGffTmHYbpoVASsAkmxeen9cQm2IGCjBec+ANSYQRR4T1
BpY3UBBlrAbrrni9gBQV1BlMKB+9kmCxU6vDxzdAP1rE6+EjUOG/+NOfFSH4kfrH
RxdMdHD6Eli8TMpOqmhWEHfahC3BWGnvXCb04cmqIeJJo3K1KNI+DDvJyJxS2Riz
KzQZjg1ZTlqNWv+NDWOHHNqLbaAXSjO+x3A7t4bGfX4A+m35DCPIS269kBAE4tiD
sGZaYJ+xuf97LNqkol2xMpDQ34yQVVRVbSWv0kIK7jGDhgnEvUvyRjYLXMpAzwz4
B3MAU8zzIG7l1oQsZyA9DkqtXBJnjHOhpyTTh0om/842lqjR3JWVuohnQAyBRBaM
YkcLRbMpWITkdf537KPX
=jSEZ
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: [Desktop] Status 2012-02-10

2012-02-10 Thread Stéphane Graber

On 02/10/2012 10:55 AM, Scott Kitterman wrote:

On Friday, February 10, 2012 10:53:59 AM Stéphane Graber wrote:

* FreeRDP 1.0 hit precise. It's undergoing the final tweaks to pass our
security review. Once it's in main, we'll update remmina and put it into
main (MIR already approved), dropping the old and rather insecure
rdesktop/vinagre.


Please note that LTSP is also currently requiring rdesktop to be in
Main. In theory LTSP will work fine using xfreerdp and the code is
designed to detect and use one or the other, but we'll need to
coordinate and do some testing here before rdesktop can be dropped out
of Main.


krdc, which is also in Main, uses rdesktop.

Scott K


Has anyone tried making krdc call xfreerdp?
Last I checked xfreerdp was mostly compatible with rdesktop for command 
line parameters, that's why LTSP could support both pretty easily.


The biggest difference is all the new features that come in xfreerdp, 
but for the same set of feature as rdesktop had, the command line should 
be pretty much identical.



--
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com

--
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: [Desktop] Status 2012-02-10

2012-02-10 Thread Stéphane Graber

On 02/10/2012 08:15 AM, Sebastien Bacher wrote:

== What was done engineering wise? ==

* New GTK changed the theme API slightly, the themes got updated but
there are still a few issues to resolve.
* Land music store for Rhythmbox.
* accountsservice now writes user locale configuration to
`~/.pam_environment` instead of `~/.profile`, to avoid having to touch
an actual shell script, and `~/.profile` to overwrite the PAM
environment settings.
* FreeRDP 1.0 hit precise. It's undergoing the final tweaks to pass our
security review. Once it's in main, we'll update remmina and put it into
main (MIR already approved), dropping the old and rather insecure
rdesktop/vinagre.


Please note that LTSP is also currently requiring rdesktop to be in 
Main. In theory LTSP will work fine using xfreerdp and the code is 
designed to detect and use one or the other, but we'll need to 
coordinate and do some testing here before rdesktop can be dropped out 
of Main.



* Land new ALSA. Introduced a regression which was fixed quickly, should
be good now.
* Update to the latest pieces of the GNOME a11y stack in precise. Land
network-manager, Unity launcher, and some other a11y fixes.
* Add WhatProvides plugin support to PackageKit and aptdaemon, and add
plugin for language support packages to language-selector. This allows
upstream control-center's region panel to work on Ubuntu.
* Lots of language-selector code cleanup and bug fixing.
* XRandR library development progressing well.
* Went over remaining precise work items, and moved a few blueprints to
the Q cycle which will not make it.

== What's about to land that might impact the other teams? ==

* New compiz will be uploaded RSN (Didier has a first version being
tested in his ppa) . It shouldn't directly affect other teams, but if
you notice window manager regressions, please tell us.

== Dependencies on other teams, blocking items ==

None.

== New Desktop Release Notes ==

Nothing new this week.

Cumulative notes at
https://wiki.ubuntu.com/DesktopTeam/ReleaseStatus#relnotes

== Release targetted bugs being worked on/monitored ==

Good progress this week, details at
https://wiki.ubuntu.com/DesktopTeam/ReleaseStatus#rcbugs


--
Sebastien Bacher



--
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com

--
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Foundations] Release Meeting 2012-02-10

2012-02-09 Thread Stéphane Graber

http://status.ubuntu.com/ubuntu-precise/canonical-foundations.html

=== What was done engineering wise? ===

 * Upstart:
  * Busy working on a fix for bug 922754.
  * Merged branch from Serge and Stéphane making our console upstart 
jobs container-aware, also providing a new running-in-container command 
(returns 0 if in a container and prints technology name, otherwise 
returns 1) and two new events "container" and "not-container" for use in 
upstart jobs.


 * Crash database:
  * Uploaded version 0.1.5.
  * Continued work on the preference dialog.
  * Related apport work.

 * Installer
  * New Wubi uploaded for 10.04.4.

 * Networking
  * Daily debian-installer tests of IPv6 are now being run, just need 
to make the results public.
  * Fixed a few bugs in netcfg, related to resolvconf (netinstall 
failing) and IPv6.


 * Containers
  * Thanks to the upstart changes, it's now possible to run a stock 
Ubuntu system in a container, without any change in package or 
configuration. The lxcguest package has now been removed.


 * Toolchain
  * eglibc 2.15 has been uploaded yesterday causing some sound issues 
and upgrade issues for nvidia users. Both of which were fixed today.


=== What's about to land that might impact the other teams? ===

Nothing that I'm aware of at this point.

=== Release Notes ===

 * Upstart in Ubuntu 12.04 will now detect that it's running in a 
container and will trigger the appropriate consoles based on the 
container technology. LXC is best supported, though OpenVZ and Vserver 
are also detected.


=== Summary of bugs working on by team (reasonably reliable) ===

Based from our team meeting notes and some grepping of Launchpad:
 - Launchpad bug 922754 in upstart "booting without --no-log causes 
init and plymouth-upstart-bridge to spin at 100%" [High,Fix committed] 
https://launchpad.net/bugs/922754
 - Launchpad bug 923685 in resolvconf: "New resolver package overwrites 
manually created resolv.conf on server" [Critical, Triaged] 
http://launchpad.net/bugs/923685
 - Launchpad bug 929384 in eglibc: "nvidia drivers broken by the recent 
libc update on i386 arch" [High, Fix released]

http://launchpad.net/bugs/929384
 - Launchpad bug 876298 in update-manager: "[MASTER] We need to better 
handle external payloads (Flash, msttcorefonts) not being available." 
[High, Triaged]

http://launchpad.net/bugs/876298
 - Launchpad bug 876626 in upstart: "Unlocking the second crypto disk 
(/home) echos password on console" [High, Confirmed]

http://launchpad.net/bugs/876626
 - Launchpad bug 926468 in upstart: "Stopping ssh with a logged in user 
causes init to spin at 100%" [High, Triaged]

http://launchpad.net/bugs/926468

Probably more, sorry couldn't get a very accurate list.
I expect a more accurate bug list after Feature Freeze.


=== Dependencies on other teams, blocking items? ===

 * The crash database client is blocked on MIR bug 913694.

=== Issues? ===

None for now.

--
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com

--
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-02-10

2012-02-09 Thread Stéphane Graber

Hello,

=== What was done engineering wise? ===

 * Update LTSP-Live to better deal with errors and give feedback to the 
user.


=== What's about to land that might impact the other teams? ===

 * A new LTSP will land shortly before feature freeze.
   For these interested, the test packages are published to
   https://launchpad.net/~stgraber/+archive/experimental
   And testing is tracked on: http://pad.ubuntu.com/ltsp-server-precise

=== Release Notes ===

 * LTSP-Live has been greatly improved to be much faster and reliable.

=== Summary of bugs working on by team ===

 * All the LTSP-Live bugs were closed.

=== Dependencies on other teams, blocking items? ===

 * None.

=== Issues? ===

 * None

--
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com

--
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-01-27

2012-01-26 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

=== What was done engineering wise? ===

 * A few more fixes to edubuntu-artwork and edubuntu-live.
 * Fixed some permissions on the server hosting www.edubuntu.org so
Jonathan has access again and I can start working on upgrading to
Drupal 7.
 * Jonathan started working on updating the installation slideshow.

=== What's about to land that might impact the other teams? ===

 * LTSP... one day... for sure before Feature Freeze...

=== Release Notes ===

 * None

=== Summary of bugs working on by team (reasonably reliable) ===

 * None.

=== Dependencies on other teams, blocking items? ===

 * None.

=== Issues? ===

 * None

- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPIiTtAAoJEMY4l01keS1ncOgP/1ruHpT9sI5DTniLzBOyeDbX
L75ks+r6Td3w/IjUfpUJ0ftTHqFTU8hpS7AZvHQW+SQ/8CyslajXNnvge9z/x1s2
1CLR+Jd7CIGaEBcCpvddth+dMyKDfmmMB6Rs9vocOF5ug0WVhGP0s/1FyOUqTnVf
+1jHwFwf2okjtVF7FJCON7AYwyAMG8hxw25sWv5zz6u+Ko30xKqy05FaDVkeeAAL
ivB4hlbeCkY22EBrWQhSqrNgV4aJl3ksUPWTC9fI8KFxG1pFZXImA0f2GlNQ4quI
yMQIH6z0iB4hjdy9zxvB2KpRATstnXze7u8P6Cwu6shcCmyeJjLkqA67dpmHUbK0
5QgK2p0zazPt03JSZKnU6QuUvgGEGatR8HS6nJv6zxVtbdZiq/zoCl1tiYu2VMpZ
p9KnRQBOFsF7iBQIOrUzxoWaD5zSFop9Irp3Wlc94rTx9CJBdiiD+4QkHDPPKF4K
agxSAW9BxL20gB7/cXb3OHMfa9letp1BqoQZ1iN62PewNSodo4YaZt3X/ZpEaa0m
MVVbHp7Qpbe7qXjBwCwSL9vlwVgBT+hP5YiBXL6/I7GKhpgx/AONrGzQ1qgZ2HpD
9AV7U4xeEuMuCqyJu6bQ2lbefikpdDyLDtZEnSKY2ymNc9g320yrzLqC1oYToPt8
OMjtJ6hi8Wl0D6tTH7gT
=ssw+
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-01-20

2012-01-19 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

=== What was done engineering wise? ===

 * Good cleanup and rework of maintainer scripts in edubuntu-artwork
to better handle unity-greeter and avoid configuration prompt when
upgrading from 11.10

 * New version of epoptes, our classroom management tool, uploaded to
Debian and synced into Ubuntu. It brings support for grouping clients,
a few bugfixes including an issue with its SSL certificates validity
period (was only 1 month) and updated translations.

 * Alkis also documented the reason for requiring x11vnc and vnc4 in
Edubuntu for the LTS including a comparison with the alternatives:
http://www.epoptes.org/documentation/vnc

=== What's about to land that might impact the other teams? ===

 * LTSP... one day... for sure before Feature Freeze...

=== Release Notes ===

 * None

=== Summary of bugs working on by team (reasonably reliable) ===

 * None.

=== Dependencies on other teams, blocking items? ===

 * None.

=== Issues? ===

Handling of unity-greeter's configuration for flavours is kind of
difficult because we can't modify it from our packages without
creating a huge mess (like I did for Edubuntu's ...) and diverting
conffiles seems to be giving interesting results.

After discussing the issue with Michael Terry on IRC, the conclusion
was to investigate porting unity-greeter to gsettings which is easier
for flavours to override without touching a conffile.

In case it's interesting for someone else, here's what Edubuntu is
currently doing to workaround the problem:
 1) Ship /etc/lightdm/edubuntu-greeter.conf in edubuntu-artwork
 2) In edubuntu-artwork's preinst, divert unity-greeter.conf to
unity-greeter.conf.orig and install a symlink from unity-greeter.conf
to edubuntu-greeter.conf
 3) In edubuntu-artwork's postrm, remove the symlink and remove the
diversion

This has the advantage of not messing with unity-greeter's conffile
while still shipping our settings as a conffile.

For the record, here's the dpkg issue I found on the subject:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363524

Hopefully we can switch our settings to a gsettings override file for
12.04 and avoid these hacks.

- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPGKpZAAoJEMY4l01keS1nHUAP/jjG9PRn6kEDXfEBGrHr7Sj7
9TQGfUkeVjMHyWYUTRNdiIfpTiiTvlpAFcG8pkPdF7IHad69WdTcPaO9whLZ6zY6
TJ5UwOCWSCVPgaFDc0qf0qWx41gAG+8mW69Ltju5kXWVl1VfEab+4RirP7quD1g7
DlOMB3LXV5ZjldywEYsxgxWJMINsIpaX56rxvGf9Ut0CHzCDus6ZP9Q9W4nXcoAj
z2nB2MUo+fTfglkM8AvnYbF962RqE+wUZlAQKhdnAI4NLdG0wzva86/kmvTzucmR
KG0Y6FmapkPnRCy1Py5uFDyn+1G5IcsrMl1Rp4uxGBKBMYT+kcOBq6xq0BLNdJ4O
x9hqxSKHeIMqFYo+XWN5Jnpjezg/3S+ixV3eDjbNSugotvJly2xKNutDT3t9MbkL
7EVF9OoBoy1C8oJoU1gOws/CUHD8QjR2M5TL1XZLjR1563hHuUSHl7tdzrSbmo25
+smuu5g057aH5cVpe/E4eroVyyRmkg/qsYcZOImqw+TQ1NtlGnJysOTdzX5eq8BE
NOnnvKFmvhqV0U0upKeb4BlSv7WgjKoMVtR6gDysok7t/HfdBsRicXtltPXPNNQw
liOdVkKftwfS/wR5HG4A8xKnLEHtT3sUr0nWbniTY+zUpz7fqiLSXaH5Ca+hy1tH
D2l9uhXXqDCLuZOO0kvf
=SK+p
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Edubuntu] Release meeting 2012-01-13

2012-01-12 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

=== What was done engineering wise? ===

 * Edubuntu was approved for a 5 years LTS.
 * Finished getting rid of python-central and python-support now that
wxwidgets2.8 has been merged from Debian.

=== What's about to land that might impact the other teams? ===

 * I know I've been saying that for month, but we still expect a new
LTSP to land, hopefully before alpha-2.

=== Release Notes ===

=== Summary of bugs working on by team (reasonably reliable) ===

 * None.

=== Dependencies on other teams, blocking items? ===

 * None.

=== Issues? ===

 * None.

- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPD1BRAAoJEMY4l01keS1nnNoQANiBOI+iEffbgLbFxSPUSDI+
8ZJpAtTRGmFckuBT5HVM6W8Zj/gmsc1gEfwKPfz82WK19xcr+N+uLCcdRbeWgtld
Gx/ZT63JPY7ObMaYtu2QsS7LyQ/3rvBnFMs2ihrJssalwMkaAzHczEX2slanPiwQ
wGw4p8ctmY1QiMr0c5dmykk1wtyaUdZI+mI9Rn2Iy4OQGjrQTpILV13JOI0u1WLl
Z0n1714bYlGNjt8BSNJXn4GafEPvMKmSun1nIldPNs/vH1BaCgoIZXhpjJRqIF7u
cQmyiZzfzI7y6dP6XgomktdowFUyGuogVxq+zzsByI8b9rOllyjz4sAlDBOfZSik
5R0i1YuYLFz1/vHvMYS6R9v+mvn+ti22qmzfTMtOnXt8q9Rh2PeFMlwQdUh17IME
dGVyeFlJCwwqGmOUMnSx4tTGJSReV523rz3GdIk5MDj89ljlLBisThBWTmEjdjpo
n0CzYBYBAVTvEGYrYE0b7metdZhtlQIO5QRCWTgdMTnM4px2kZCA8A2Kq58ndUUP
vJOHeFdO1xOkosaLC2vbq0emAw0GBPiRtYSTY+jXMdICEz5aUKAxUMGgi/3IoFB8
QQ/gVvRYALPCI+SsWyjBGLjwvC0QQ/ZFKVx0kMXJudQ8H0cBs/UHiXyLbmwU8cvM
wUP5fZjPtFI7Aaemy2e0
=IbaE
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: New component-mismatches for source universe -> main

2012-01-09 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 01/09/2012 11:59 AM, process-component-mismatches-diff wrote:
> The following universe packages have new reverse dependencies in
> main or got seeded. They need to get a MainInclusionReport and be 
> promoted, or the reverse dependencies in main need to be dropped:
> 
> 
> o libcgroup: cgroup-lite libcgroup-dev libcgroup1 [Reverse-Depends:
> Rescued from libcgroup, libcgroup-dev, libvirt-bin (MAIN)]
> 
> Please see
> http://people.canonical.com/~ubuntu-archive/component-mismatches.txt
>
> 
for the full report.
> 
> Please contact Martin Pitt  for problems
> with this notification.

Change reverted by Serge for now, MIR has been filed for cgroup-lite
promotion:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/913728

- -- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPCtOdAAoJEMY4l01keS1nryIQAJl/ba75Ad+A7OS69c51vJKP
BaHMaK0o7MnWjtr4fRf3wOUylhl6lDetEsljjF+x1JhxyN3mJyRLA8wyUmmpKRQO
OlI2vd52OtQMe7QE8tTBMgwuxpr0Vap81IEcmvlcPihT7aL+WrXUL4xkkeG8Mc++
KnjxN4R1Jl+S+D7OpWQxhUKP5u0M1UJXqI2r/smEZCwe33h6RT52mlDN9DM2/YlI
g/+/CepYdCSOns48fYlDPj9LTnXKJT51gotYN65wL0a1YvZaP2cqnysA0yByRcDY
3m44KfA7Ki2rfshvnZIA12wfkBGRa/3xc/1sEmyq1jHBZs495RYbA3+X8kesCsJC
v4OOfvpy175qeSLA5Cxt4kF8q4qCPapF7b7rNhiOc93wp9LXzBZXyxzPUTenA+YT
a6ox5Bw7Ob7y1mCjGBe2ia/+Hp+HgxerEdvIARLaaRU6CjTzq6SFK4ULwJcTm+rT
iLG8/XWEUQgmdrRoZEfTlxwioipe/0CC5rJJbesjl4QDBUhoA8+xllD2fHLohAxL
O76tbbRMfD7A+uSMIAOqCSN8DUDzT8uZuEBiqoxvKqai96r9wqnB0ZTBuG2RalME
Ag9jYIdZWEhxJX0+mg8CMQ8v8mW0IkkXcqXyvUZuuymwH5DJ3SFJxPrFNCb3QdVw
5QrX5QiadifzNiS7mZx7
=U3qI
-END PGP SIGNATURE-

-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


  1   2   >