[01:01] soren, mdz, stgraber: just noticed xorg-server isn't on the micro release exception wiki (https://wiki.ubuntu.com/StableReleaseUpdates/MicroReleaseExceptions) but http://www.bryceharrington.org/files/xserver-mre.txt happened in a TB meeting? it probably fell through the cracks? [01:03] not sure if it should be in approved or provisional so dont want to edit the wiki directly [01:05] Sarvatt: added [01:05] stgraber: much appreciated! === yofel_ is now known as yofel [10:06] Hi === dholbach_ is now known as dholbach === ayan_ is now known as ayan === ikonia_ is now known as ikonia === greyback is now known as greyback|food [13:00] * stgraber waves [13:00] * ogra_ shores [13:01] ondra has a conflicting meeting but we had a quick chat so I have a status update for him [13:01] there seems to be a new error in the recovery images that should rather be tagged as warning or info ... [13:02] E:Can't open /cache/recovery/ubuntu_command [13:02] it seems to do no harm but people seeing it get scared [13:03] heh, yeah, that probably shouldn't be an error as we support both /cache/recovery/ubuntu_command and /cache/recovery/command so neither should cause an error [13:03] yeah [13:04] stgraber, hmm, so is it only us two ? [13:05] ogra_: I pinged barry in #ubuntu-devel, no response so far... [13:05] yup, saw that [13:06] waiting a couple more minutes, if he doesn't show up, it'll be a very short meeting :) [13:06] yeah [13:07] well, not much to report from my side anyway ... flipped is default, we're working on getting the ports over [13:07] hey barry [13:07] hey, sorry for lateness [13:07] np :) [13:08] ok, so we've got everyone who got actions from last week, so let's start :) [13:08] last week: stgraber trying to get image update code completed this week; ogra/sergiusens/rsalveti flipping images today; ondra/rsalveti/sergiusens/stgraber looking at including static gpg build w/o NEON in the recovery initrd; barry pinging design team on update UI; barry wrapping up download service API with mandel [13:08] on my side, I now have an import-cdimage script on nusakan which imports and convert the dailies into system-image [13:09] I'm aware of at least one bug in my code but it only triggers when we do more than one build in a day, so I'm waiting for the next occurence to fix it [13:09] do you plan to start building them parallel ? [13:10] ogra_: the script simply converts your dailies into system-image compatible files directly on nusakan, that way we don't slow down the build process (it can be done at any time), doing that directly on the livefs buildds would add around 45min to the build process because of xz [13:10] ogra_: so we'll just start building them clean from the source once we have the new buildds and/or can retire cdimage for our images [13:11] retire cdimage ?!? [13:11] * ogra_ doubts there are any such plans [13:11] I've also been testing that on my Nexus4, the images themselves work, my basic upgrader code in recovery works too, the only problem is the client failing to download the files [13:11] and even with the highbank builders xz wont be actually fast [13:12] i think we should leave that bit to cdimage on x86 [13:12] stgraber: i hope that will go away when we switch to the new download service, though it's still worth investigating the timeouts [13:12] ogra_: why would we keep stuff published in 3 different formats on two different web servers when all the supported devices (those we publish on cdimage today) use system-image? [13:12] adding time to the builds is pretty awkward from the point on where we cant really upgrade packages to get fixes in [13:13] barry: currently it means I have no way of testing the client or the upgrader, so I'd really want this to be bumped as a high priority and not wait for the download service [13:13] you cant feed the system-image server from cdimage ? [13:13] barry: FWIW I ran the client around 50 times yesterday (in a while loop) and it never succeeded, but downloaded over 10GB, so it's not a network issue [13:14] i would simply like to keep the builds centralized [13:14] and have changes to the build system be picked up automatically, which the cdimage setup guarantees [13:14] stgraber: https://bugs.launchpad.net/ubuntu-system-image/+bug/1199361 [13:14] Launchpad bug 1199361 in Ubuntu system image "Built-in downloads time out" [High,Triaged] [13:15] * ogra_ thought cjwatson's cdimage rewrite in python was exactly in preparation for such stuff [13:15] ogra_: I'm currently feeding builds to system-image from cdimage but at least in my head and in Steve and lool's too, it's a temporary thing, once we switch phablet-flash over to using system-image, we're planning to stop publishing to cdimage [13:16] stgraber: anything you can add to the bug report will help, but note that LP: #1156704 is blocking further progress [13:16] ogra_: cjwatson was perfectly aware that system-image would eventually replace that code [13:16] Launchpad bug 1156704 in python-virtualenv (Ubuntu) "Virtualenv breaks if python-configparser is installed" [Undecided,Confirmed] https://launchpad.net/bugs/1156704 [13:16] stgraber, i dont care where we publish, but i do massively care where and how we build [13:16] ogra_: anyway, the livefs builds will still be managed by cdimage, it's just the publishing that'll happen in /srv/system-image.ubuntu.com/www/full instead of /srv/cdimage.ubuntu.com/www/full/ [13:16] ah [13:16] you cant feed the system-image server from cdimage ? [13:17] ogra_: both cdimage and system-image are managed from nusakan by the cdimage account [13:17] that answers this :) [13:17] yeah, no issue with that [13:17] i understood you wanted to build on the system image server :) [13:17] (duplicating cdimage etc) [13:17] ogra_: well, it depends on what we call "cdimage" :) I was saying it's a waste to import from cdimage.ubuntu.com/... when we can just directly publish to system-image.ubuntu.com, but yeah, same server ;) [13:18] good, so sounds like we agree then :) [13:18] yeah, i dont care what the webserver is in the end :) [13:18] we do :) [13:18] barry: can't you just do your work in a chroot without python-configparser? [13:19] stgraber: this blocks the test suite [13:20] barry: how so? I thought that was caused by python-configparser being installed, why would it also fail when it's not? [13:21] stgraber: well, i guess a chroot without that package would be workable but only in the short term. [13:22] sure, the virtualenv bug is a problem and needs to be fixed, I was just saying that it's not a blocker for us, system-image doesn't build-dep or dep on anything that brings python-configparser [13:22] so as long as your run tox in an environment that doesn't have python-configparser, you're fine [13:23] barry: did you make any progress on the download service API with mandel? [13:24] I guess that was API specing rather than implementing, right? [13:24] stgraber: yes. he updated the wiki with the dbus api spec for the service and i think it looks good. he's working on the implementation and packaging, the latter which i've offered to help if needed. i want to get the service into the archive asap [13:25] ok, cool [13:25] https://wiki.ubuntu.com/ImageBasedUpgrades/Downloader [13:27] so notes: stgraber => work on the upgrader code, test/integrate the client in dailies, fix bugs on system-image; barry => fix a downloader timeout bug, update default config, update client in the archive, help mandel with packging the DL service; ogra => fixing issues with flipped, helping ports move to the new model; ondra => update recovery to make missing ubuntu_command a non-error [13:27] missed anything? [13:28] nope [13:28] barry: ? [13:29] lgtm [13:29] perfect [13:29] thanks to the two of you for attending [13:29] :) [13:29] :) [13:29] thanks for running stgraber [13:29] and good luck with your paperwork now :) [13:29] indeed! :) [13:30] haha, yeah, nothing I like more than waiting in line at a government office... === wendar_ is now known as wendar === Guest39539 is now known as med_ [16:00] hi all [16:00] #startmeeting ubuntu-server-team [16:00] Meeting started Tue Jul 9 16:00:13 2013 UTC. The chair is yolanda. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [16:00] Available commands: #accept #accepted #action #agree #agreed #chair #commands #endmeeting #endvote #halp #help #idea #info #link #lurk #meetingname #meetingtopic #nick #progress #rejected #replay #restrictlogs #save #startmeeting #subtopic #topic #unchair #undo #unlurk #vote #voters #votesrequired === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: [16:00] o/ [16:00] #topic Review ACTION points from previous meeting === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Review ACTION points from previous meeting [16:00] arosales to carry out post-meeting procedure (minutes, etc) documented at https://wiki.ubuntu.com/ServerTeam/KnowledgeBase for meeting of 25 June [16:01] any update? [16:01] o/ [16:02] o/ [16:02] Daviey to speak to Percona about Saucy inclusion [16:03] yolanda: 25 June still not done. I'll work with arosales after this [16:03] yolanda: I haven't spoken to percona this week. Will do THIS week [16:04] ok, let's leave as pending then [16:04] any other pending topics? [16:04] Nope [16:04] #topic Saucy Development === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Saucy Development [16:04] #link https://wiki.ubuntu.com/SaucySalamander/ReleaseSchedule [16:05] #subtopic Release Bugs [16:05] Daviey, any update with that? [16:05] sorry, joined a little late [16:05] here now [16:05] First.. the Release Schedule [16:05] DebianImportFreeze / Alpha2ish [16:05] Would be good to be up to date on sync's and merges for then. [16:06] rbasak has graciously fixed my delta report [16:06] yolanda, I think rbasak put in a new process that he is carrying forward. I will ensure the wiki has the minutes from my chair'ing for historical reasons [16:06] http://people.canonical.com/~rbasak/delta.html [16:06] Note: I haven't cronned that. I generated it earlier. [16:06] We should try over this next week to reduce our delta with Debian [16:07] rbasak, are you doing something automatic? [16:07] #ACTION rbasak to land delta report to lp:ubuntu-reports, Daviey to deploy [16:07] ACTION: rbasak to land delta report to lp:ubuntu-reports, Daviey to deploy [16:07] yolanda: I intend to, but I haven't done it yet. [16:07] ack [16:08] i could help a bit with merges and syncs this week also [16:08] Daviey, +1 to that [16:09] Shall we look at, http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-s-tracking-bug-tasks.html#server [16:09] bug 1124384 [16:09] bug 1124384 in cloud-init (Ubuntu Saucy) "Configuration reload clears event that others jobs may be waiting on" [High,Confirmed] https://launchpad.net/bugs/1124384 [16:09] smoser: Are we expecting a cloud-init upload soon? [16:09] yes. [16:09] I noticed that Debian is carrying a delta [16:10] that one is fixed in raring .. [16:10] oh? [16:10] smoser: http://ftp-master.metadata.debian.org/changelogs//main/c/cloud-init/cloud-init_0.7.2-1_changelog [16:11] Might be worth checking if we can fold anything interesting [16:11] bug 1196921 [16:11] bug 1196921 in vim (Ubuntu Saucy) "updating packages to lua5.2 in main" [High,Confirmed] https://launchpad.net/bugs/1196921 [16:11] yeah. thanks. [16:12] rbasak: You had thoguths on transitions such as this. Is it worth just uploading a new rrdtool and see what breaks? [16:12] (i feel evil suggesting that) [16:13] adam_g: bug 1183634 ? [16:13] bug 1183634 in cheetah (Ubuntu Saucy) "cheetah pkg does not depend on markdown, but egg requires.txt does" [High,Triaged] https://launchpad.net/bugs/1183634 [16:13] Sorry poor connection here [16:13] Daviey, progressing, slowly. security team just started moving on the python-markdown MIR [16:14] Daviey, should be good once thats done [16:14] Super! [16:14] I see they last touched it 20 hours ago.. so making progress [16:15] bug 1170393, jamespage [16:15] bug 1170393 in quantum (Ubuntu Saucy) "Quantum services should be respawned by upstart if necessary" [Medium,Triaged] https://launchpad.net/bugs/1170393 [16:15] catching up on openstack this week [16:16] Daviey: I don't follow. It looks like we're up-to-date with Debian on rrdtool? [16:17] rbasak: No, that isn't the problem.. there is a lua transition needed, and that package is marked as depending on it [16:17] Feels very similar to the ruby and mysql issues we had.. Keeps getting deferred, then someone does it blindly.. and that prompts issues to be flushed out. [16:18] Daviey: oh, so a no change rebuild? [16:18] rbasak: yah [16:18] I have less objection to someone blindly doing a no change rebuild, since that shouldn't introduce any new issues that didn't already exist [16:18] If I were doing it I'd test it first though [16:19] ok [16:19] zul: Do you know why apache2 is still held? [16:19] (saucy-proposed) [16:20] There's a big pile of breakages it would cause. I looked today - it looks like almost everything is waiting on Debian [16:20] Daviey: yeah one packaging is blocking it, its being fixed in debian [16:20] zul: which package? [16:20] zul: it looked like many more than one to me [16:20] http://people.canonical.com/~ubuntu-archive/proposed-migration/update_output.txt [16:20] Daviey: dont remember off the top of my head [16:21] I counted 62 source packages in there [16:21] uwsgi [16:21] Does someone want to volunteer to get to grips of proposed migration issues this week? [16:22] I'm seeing more server seed issues on excuses.html than we'd like [16:22] zul: Fancy it ^^ ? [16:23] Daviey: sure [16:23] Daviey: not really but ill do it [16:23] #ACTION zul has willfully volunteered to review and document what is blocking server related saucy-proposed migration excuses, with joy. [16:23] ACTION: zul has willfully volunteered to review and document what is blocking server related saucy-proposed migration excuses, with joy. [16:23] ! [16:24] Daviey, any more bugs to review? [16:24] bug 1196979 , jamespage - can you summarise ? [16:24] bug 1196979 in ow-util-ant-tasks (Ubuntu Saucy) "[MIR] libasm4-java (b-d of jarjar)" [Undecided,New] https://launchpad.net/bugs/1196979 [16:24] transition [16:24] I have it on my list [16:24] ok, thanks [16:25] rbasak: bug 1031680 , been a bunch of discussion. Do we have a plan? [16:25] bug 1031680 in nagios-plugins (Ubuntu Raring) "check_apt always report 0 critical updates" [High,Triaged] https://launchpad.net/bugs/1031680 [16:26] Daviey: I'm happy with the plan xnox described on the ML. It needs someone to actually do it, though. [16:26] rbasak: ok, thanks. [16:26] Any more bugs? [16:26] Blueprints.. Don't think we need to review them this week. [16:27] Would like to check on.. juju-core, is there any progress on getting an update into saucy ? [16:27] jamespage: ^ ? [16:27] Daviey, I pinged mgz today - 1.1.1 of golang is now in saucy (I jumped the Debian maintainer and pushed a point release in myself) [16:27] Super! [16:28] mgz is going to work on that with davecheney ~soon [16:28] end of this week latest I hope [16:28] A General note. Please make sure that if you are working on something, anything, it is captured as a WI. [16:28] ^^^ that all is [16:28] There are too many 0% progresses for the cycle and a 100% (!) [16:28] also remember a work item can be a bug linked to a blueprint as well [16:29] EOF, thanks [16:29] ok [16:29] #topic Ubuntu Server Team Events === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Ubuntu Server Team Events [16:29] i received emails for OpenStack summit and free registration codes [16:30] shall we register so soon? [16:31] yolanda: Yes, do register :) [16:31] I haven't done so yet. [16:31] ok [16:31] But a bunch of ~ubuntu-server people are going to Openstack Summit in Honk Kong, November. [16:31] But a little early to declare it [16:32] any other events? [16:32] OSCON coming up at towards the end of the months [16:32] None in the short term, i don't think [16:32] OSCON = ~july 22~ [16:33] #topic Weekly Updates & Questions for the QA Team (plars) === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Weekly Updates & Questions for the QA Team (plars) [16:33] I am in for plars for this week [16:33] Just a couple of bugs affecting the smoke tests, jdstrand and apw were working on them [16:33] bug #1197484 and bug #1195710 [16:33] bug 1197484 in isc-dhcp (Ubuntu) "Connection requests to saucy server VMs from a precise host fail after fresh VM installs" [High,Incomplete] https://launchpad.net/bugs/1197484 [16:33] :) [16:33] bug 1195710 in linux (Ubuntu Saucy) "'Kernel bug - invalid opcode: 0000 [#1] SMP' is reported at 'Preparing linux-image-extra-3.10.0-0-generic' stage of multi-lvm installations of amd64 saucy server " [High,Confirmed] https://launchpad.net/bugs/1195710 [16:33] The last one being worked on by apw [16:34] jdstrand said he will look into the first one [16:34] ok [16:34] anything else for psivaa? [16:34] that's all from us this week [16:35] #topic Weekly Updates & Questions for the Kernel Team (smb) === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Weekly Updates & Questions for the Kernel Team (smb) [16:35] Not much from me. Xen-4.3 is in progress and the usual funny bugs. [16:35] any question for smb? [16:36] #topic Weekly Updates & Questions regarding Ubuntu ARM Server (rbasak) === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Weekly Updates & Questions regarding Ubuntu ARM Server (rbasak) [16:36] Nothing new to report. Any questions for me? [16:36] jamespage, are you involved with the Debian go policy? [16:36] are don't you care? [16:36] rbasak: Looking forward to learning what comes out of Connect when you return :) [16:37] doko, not really but I think i may have to start.... [16:37] #topic Open Discussion === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Open Discussion [16:37] jamespage, cool, lets chat about this next week [16:37] any other topics to brig? [16:37] bring? [16:38] doko, yes - lets do that [16:38] anything else? [16:39] ok, so let's finish [16:39] #topic Announce next meeting date and time === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Announce next meeting date and time [16:39] thanks for chairing yolanda :-) [16:39] next meeting will be on 16th of July [16:39] adam_g will be chairing [16:39] so long as yolanda gets all the paper work out by then :-) [16:40] sure :) [16:40] #endmeeting === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology [16:40] Meeting ended Tue Jul 9 16:40:15 2013 UTC. [16:40] Minutes (wiki): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-07-09-16.00.moin.txt [16:40] Minutes (html): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-07-09-16.00.html [16:40] Thanks for chairing yolanda! [16:40] thanks for your patience! :) [16:40] Daviey, thanks for the help! [16:41] thanks yolanda, you did great [17:00] #startmeeting [17:00] Meeting started Tue Jul 9 17:00:18 2013 UTC. The chair is jsalisbury. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [17:00] Available commands: #accept #accepted #action #agree #agreed #chair #commands #endmeeting #endvote #halp #help #idea #info #link #lurk #meetingname #meetingtopic #nick #progress #rejected #replay #restrictlogs #save #startmeeting #subtopic #topic #unchair #undo #unlurk #vote #voters #votesrequired [17:00] ## [17:00] ## This is the Ubuntu Kernel Team weekly status meeting. [17:00] ## [17:00] [LINK] https://wiki.ubuntu.com/KernelTeam/Meeting [17:00] [LINK] https://wiki.ubuntu.com/KernelTeam/ReleaseStatus/Saucy [17:00] # Meeting Etiquette [17:00] # [17:00] # NOTE: '..' indicates that you are finished with your input. [17:00] # 'o/' indicates you have something to add (please wait until you are recognized) [17:00] Roll Call for Ubuntu Kernel Weekly Status Meeting [17:00] o/ [17:00] o/ [17:00] o/ [17:00] o/ [17:00] o/ [17:00] o/ [17:00] [TOPIC] ARM Status (ppisati) === meetingology changed the topic of #ubuntu-meeting to: ARM Status (ppisati) [17:01] nothing to report this week [17:01] .. [17:01] [TOPIC] Release Metrics and Incoming Bugs (jsalisbury) === meetingology changed the topic of #ubuntu-meeting to: Release Metrics and Incoming Bugs (jsalisbury) [17:01] Release metrics and incoming bug data can be reviewed at the following link: [17:01] [LINK] http://people.canonical.com/~kernel/reports/kt-meeting.txt [17:01] .. [17:01] [TOPIC] Milestone Targeted Work Items (ogasawara) === meetingology changed the topic of #ubuntu-meeting to: Milestone Targeted Work Items (ogasawara) [17:01] [LINK] https://launchpad.net/~canonical-kernel-distro-team/+upcomingwork [17:01] [LINK] http://status.ubuntu.com/ubuntu-s/canonical-kernel-distro-team.html [17:01] || apw || foundations-1305-arm64-bringup || 1 work item || [17:01] || ogasawara || mobile-power-management || 1 work item || [17:01] || ppisati || foundations-1305-kernel || 1 work item || [17:01] || sforshee || foundations-1303-phablet-kernel-maintenance || 1 work item || [17:01] || || pm-system-policy || 2 work items || [17:02] || smb || servercloud-s-virtstack || 1 work item || [17:02] .. [17:02] [TOPIC] Status: Saucy Development Kernel (ogasawara) === meetingology changed the topic of #ubuntu-meeting to: Status: Saucy Development Kernel (ogasawara) [17:02] Our master branch for Saucy continues to track v3.10 final. We'll [17:02] continue in this holding pattern until the v3.11-rc#'s begin appearing [17:02] and we are able to evaluate moving to v3.11 for Saucy. [17:02] Important upcoming dates: [17:02] Thurs July 25 - Alpha 2 (opt in) [17:02] Thurs Aug 22 - 12.04.3 [17:02] .. [17:02] [TOPIC] Status: CVE's (bjf) === meetingology changed the topic of #ubuntu-meeting to: Status: CVE's (bjf) [17:03] The current CVE status can be reviewed at the following link: [17:03] * http://people.canonical.com/~kernel/cve/pkg/ALL-linux.html [17:03] .. [17:03] [TOPIC] Status: Stable, Security, and Bugfix Kernel Updates - Raring/Quantal/Precise/Lucid/Hardy (bjf/henrix/sconklin) === meetingology changed the topic of #ubuntu-meeting to: Status: Stable, Security, and Bugfix Kernel Updates - Raring/Quantal/Precise/Lucid/Hardy (bjf/henrix/sconklin) [17:03] Status for the main kernels, until today (July 2): [17:03] * Lucid - Prep'ing [17:03] * Precise - Prep'ing [17:03] * Quantal - Prep'ing [17:03] * Raring - Prep'ing [17:03] Current opened tracking bugs details: [17:03] * http://people.canonical.com/~kernel/reports/kernel-sru-workflow.html [17:03] For SRUs, SRU report is a good source of information: [17:03] * http://people.canonical.com/~kernel/reports/sru-report.html [17:03] Future stable cadence cycles: [17:03] * https://wiki.ubuntu.com/RaringRingtail/ReleaseInterlock [17:03] .. [17:04] [TOPIC] Open Discussion or Questions? Raise your hand to be recognized (o/) === meetingology changed the topic of #ubuntu-meeting to: Open Discussion or Questions? Raise your hand to be recognized (o/) [17:04] Thanks everyone [17:04] #endmeeting === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology [17:04] Meeting ended Tue Jul 9 17:04:45 2013 UTC. [17:04] Minutes (wiki): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-07-09-17.00.moin.txt [17:04] Minutes (html): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-07-09-17.00.html === psivaa is now known as psivaa-afk === dholbach_ is now known as dholbach === TheDrums_ is now known as TheDrums === medberry_ is now known as med_