/srv/irclogs.ubuntu.com/2013/07/09/#ubuntu-meeting.txt

Sarvattsoren, 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:01
Sarvattnot sure if it should be in approved or provisional so dont want to edit the wiki directly01:03
stgraberSarvatt: added01:05
Sarvattstgraber: much appreciated!01:05
=== yofel_ is now known as yofel
logothingHi10:06
=== 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
* stgraber waves13:00
* ogra_ shores13:00
stgraberondra has a conflicting meeting but we had a quick chat so I have a status update for him13:01
ogra_there seems to be a new error in the recovery images that should rather be tagged as warning or info ...13:01
ogra_E:Can't open /cache/recovery/ubuntu_command13:02
ogra_it seems to do no harm but people seeing it get scared13:02
stgraberheh, 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 error13:03
ogra_yeah13:03
ogra_stgraber, hmm, so is it only us two ?13:04
stgraberogra_: I pinged barry in #ubuntu-devel, no response so far...13:05
ogra_yup, saw that13:05
stgraberwaiting a couple more minutes, if he doesn't show up, it'll be a very short meeting :)13:06
ogra_yeah13:06
ogra_well, not much to report from my side anyway ... flipped is default, we're working on getting the ports over13:07
stgraberhey barry13:07
barryhey, sorry for lateness13:07
ogra_np :)13:07
stgraberok, so we've got everyone who got actions from last week, so let's start :)13:08
stgraberlast 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 mandel13:08
stgraberon my side, I now have an import-cdimage script on nusakan which imports and convert the dailies into system-image13:08
stgraberI'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 it13:09
ogra_do you plan to start building them parallel ?13:09
stgraberogra_: 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 xz13:10
stgraberogra_: so we'll just start building them clean from the source once we have the new buildds and/or can retire cdimage for our images13:10
ogra_retire cdimage ?!?13:11
* ogra_ doubts there are any such plans13:11
stgraberI'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 files13:11
ogra_and even with the highbank builders xz wont be actually fast13:11
ogra_i think we should leave that bit to cdimage on x8613:12
barrystgraber: i hope that will go away when we switch to the new download service, though it's still worth investigating the timeouts13:12
stgraberogra_: 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
ogra_adding time to the builds is pretty awkward from the point on where we cant really upgrade packages to get fixes in13:12
stgraberbarry: 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 service13:13
ogra_you cant feed the system-image server from cdimage ?13:13
stgraberbarry: 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 issue13:13
ogra_i would simply like to keep the builds centralized13:14
ogra_and have changes to the build system be picked up automatically, which the cdimage setup guarantees13:14
barrystgraber: https://bugs.launchpad.net/ubuntu-system-image/+bug/119936113:14
ubottuLaunchpad bug 1199361 in Ubuntu system image "Built-in downloads time out" [High,Triaged]13:14
* ogra_ thought cjwatson's cdimage rewrite in python was exactly in preparation for such stuff13:15
stgraberogra_: 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 cdimage13:15
barrystgraber: anything you can add to the bug report will help, but note that LP: #1156704 is blocking further progress13:16
stgraberogra_: cjwatson was perfectly aware that system-image would eventually replace that code13:16
ubottuLaunchpad bug 1156704 in python-virtualenv (Ubuntu) "Virtualenv breaks if python-configparser is installed" [Undecided,Confirmed] https://launchpad.net/bugs/115670413:16
ogra_stgraber, i dont care where we publish, but i do massively care where and how we build13:16
stgraberogra_: 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
ogra_ah13:16
ogra_<ogra_> you cant feed the system-image server from cdimage ?13:16
stgraberogra_: both cdimage and system-image are managed from nusakan by the cdimage account13:17
ogra_that answers this :)13:17
ogra_yeah, no issue with that13:17
ogra_i understood you wanted to build on the system image server :)13:17
ogra_(duplicating cdimage etc)13:17
stgraberogra_: 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:17
stgrabergood, so sounds like we agree then :)13:18
ogra_yeah, i dont care what the webserver is in the end :)13:18
ogra_we do :)13:18
stgraberbarry: can't you just do your work in a chroot without python-configparser?13:18
barrystgraber: this blocks the test suite13:19
stgraberbarry: how so? I thought that was caused by python-configparser being installed, why would it also fail when it's not?13:20
barrystgraber: well, i guess a chroot without that package would be workable but only in the short term.13:21
stgrabersure, 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-configparser13:22
stgraberso as long as your run tox in an environment that doesn't have python-configparser, you're fine13:22
stgraberbarry: did you make any progress on the download service API with mandel?13:23
stgraberI guess that was API specing rather than implementing, right?13:24
barrystgraber: 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 asap13:24
stgraberok, cool13:25
barryhttps://wiki.ubuntu.com/ImageBasedUpgrades/Downloader13:25
stgraberso 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-error13:27
stgrabermissed anything?13:27
ogra_nope13:28
stgraberbarry: ?13:28
barrylgtm13:29
stgraberperfect13:29
stgraberthanks to the two of you for attending13:29
ogra_:)13:29
barry:)13:29
ogra_thanks for running stgraber13:29
ogra_and good luck with your paperwork now :)13:29
barryindeed! :)13:29
stgraberhaha, yeah, nothing I like more than waiting in line at a government office...13:30
=== wendar_ is now known as wendar
=== Guest39539 is now known as med_
yolandahi all16:00
yolanda#startmeeting ubuntu-server-team16:00
meetingologyMeeting started Tue Jul  9 16:00:13 2013 UTC.  The chair is yolanda. Information about MeetBot at http://wiki.ubuntu.com/meetingology.16:00
meetingologyAvailable 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 #votesrequired16:00
=== 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:
Davieyo/16:00
yolanda#topic Review ACTION points from previous meeting16:00
=== 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
yolandaarosales to carry out post-meeting procedure (minutes, etc) documented at https://wiki.ubuntu.com/ServerTeam/KnowledgeBase for meeting of 25 June16:00
yolandaany update?16:01
jamespageo/16:01
roaksoaxo/16:02
yolandaDaviey to speak to Percona about Saucy inclusion16:02
Davieyyolanda: 25 June still not done.  I'll work with arosales after this16:03
Davieyyolanda: I haven't spoken to percona this week.  Will do THIS week16:03
yolandaok, let's leave as pending then16:04
yolandaany other pending topics?16:04
DavieyNope16:04
yolanda#topic Saucy Development16:04
=== 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
yolanda#link https://wiki.ubuntu.com/SaucySalamander/ReleaseSchedule16:04
yolanda#subtopic Release Bugs16:05
yolandaDaviey, any update with that?16:05
arosalessorry, joined a little late16:05
arosaleshere now16:05
DavieyFirst.. the Release Schedule16:05
DavieyDebianImportFreeze / Alpha2ish16:05
DavieyWould be good to be up to date on sync's and merges for then.16:05
Davieyrbasak has graciously fixed my delta report16:06
arosalesyolanda, 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 reasons16:06
Davieyhttp://people.canonical.com/~rbasak/delta.html16:06
rbasakNote: I haven't cronned that. I generated it earlier.16:06
DavieyWe should try over this next week to reduce our delta with Debian16:06
yolandarbasak, are you doing something automatic?16:07
Daviey#ACTION rbasak to land delta report to lp:ubuntu-reports, Daviey to deploy16:07
meetingologyACTION: rbasak to land delta report to lp:ubuntu-reports, Daviey to deploy16:07
rbasakyolanda: I intend to, but I haven't done it yet.16:07
rbasakack16:07
yolandai could help a bit with merges and syncs this week also16:08
jamespageDaviey, +1 to that16:08
DavieyShall we look at, http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-s-tracking-bug-tasks.html#server16:09
Davieybug 112438416:09
ubottubug 1124384 in cloud-init (Ubuntu Saucy) "Configuration reload clears event that others jobs may be waiting on" [High,Confirmed] https://launchpad.net/bugs/112438416:09
Davieysmoser: Are we expecting a cloud-init upload soon?16:09
smoseryes.16:09
DavieyI noticed that Debian is carrying a delta16:09
smoserthat one is fixed in raring ..16:10
smoseroh?16:10
Davieysmoser: http://ftp-master.metadata.debian.org/changelogs//main/c/cloud-init/cloud-init_0.7.2-1_changelog16:10
DavieyMight be worth checking if we can fold anything interesting16:11
Davieybug 119692116:11
ubottubug 1196921 in vim (Ubuntu Saucy) "updating packages to lua5.2 in main" [High,Confirmed] https://launchpad.net/bugs/119692116:11
smoseryeah. thanks.16:11
Davieyrbasak: You had thoguths on transitions such as this.  Is it worth just uploading a new rrdtool and see what breaks?16:12
Daviey(i feel evil suggesting that)16:12
Davieyadam_g: bug 1183634 ?16:13
ubottubug 1183634 in cheetah (Ubuntu Saucy) "cheetah pkg does not depend on markdown, but egg requires.txt does" [High,Triaged] https://launchpad.net/bugs/118363416:13
rbasakSorry poor connection here16:13
adam_gDaviey, progressing, slowly. security team just started moving on the python-markdown MIR16:13
adam_gDaviey, should be good once thats done16:14
DavieySuper!16:14
DavieyI see they last touched it 20 hours ago.. so making progress16:14
Davieybug 1170393, jamespage16:15
ubottubug 1170393 in quantum (Ubuntu Saucy) "Quantum services should be respawned by upstart if necessary" [Medium,Triaged] https://launchpad.net/bugs/117039316:15
jamespagecatching up on openstack this week16:15
rbasakDaviey: I don't follow. It looks like we're up-to-date with Debian on rrdtool?16:16
Davieyrbasak: No, that isn't the problem.. there is a lua transition needed, and that package is marked as depending on it16:17
DavieyFeels 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:17
rbasakDaviey: oh, so a no change rebuild?16:18
Davieyrbasak: yah16:18
rbasakI have less objection to someone blindly doing a no change rebuild, since that shouldn't introduce any new issues that didn't already exist16:18
rbasakIf I were doing it I'd test it first though16:18
Davieyok16:19
Davieyzul: Do you know why apache2 is still held?16:19
Daviey(saucy-proposed)16:19
rbasakThere's a big pile of breakages it would cause. I looked today - it looks like almost everything is waiting on Debian16:20
zulDaviey:  yeah one packaging is blocking it, its being fixed in debian16:20
Davieyzul: which package?16:20
rbasakzul: it looked like many more than one to me16:20
rbasakhttp://people.canonical.com/~ubuntu-archive/proposed-migration/update_output.txt16:20
zulDaviey:  dont remember off the top of my head16:20
rbasakI counted 62 source packages in there16:21
zuluwsgi16:21
DavieyDoes someone want to volunteer to get to grips of proposed migration issues this week?16:21
DavieyI'm seeing more server seed issues on excuses.html than we'd like16:22
Davieyzul: Fancy it  ^^ ?16:22
zulDaviey:  sure16:23
zulDaviey:  not really but ill do it16:23
Daviey#ACTION zul has willfully volunteered to review and document what is blocking server related saucy-proposed migration excuses, with joy.16:23
meetingologyACTION: zul has willfully volunteered to review and document what is blocking server related saucy-proposed migration excuses, with joy.16:23
yolanda!16:23
yolandaDaviey, any more bugs to review?16:24
Davieybug 1196979 , jamespage - can you summarise ?16:24
ubottubug 1196979 in ow-util-ant-tasks (Ubuntu Saucy) "[MIR] libasm4-java (b-d of jarjar)" [Undecided,New] https://launchpad.net/bugs/119697916:24
jamespagetransition16:24
jamespageI have it on my list16:24
Davieyok, thanks16:24
Davieyrbasak: bug 1031680 , been a bunch of discussion. Do we have a plan?16:25
ubottubug 1031680 in nagios-plugins (Ubuntu Raring) "check_apt always report 0 critical updates" [High,Triaged] https://launchpad.net/bugs/103168016:25
rbasakDaviey: I'm happy with the plan xnox described on the ML. It needs someone to actually do it, though.16:26
Davieyrbasak: ok, thanks.16:26
DavieyAny more bugs?16:26
DavieyBlueprints.. Don't think we need to review them this week.16:26
DavieyWould like to check on.. juju-core, is there any progress on getting an update into saucy ?16:27
Davieyjamespage: ^ ?16:27
jamespageDaviey, 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
DavieySuper!16:27
jamespagemgz is going to work on that with davecheney ~soon16:28
jamespageend of this week latest I hope16:28
DavieyA General note.  Please make sure that if you are working on something, anything, it is captured as a WI.16:28
jamespage^^^ that all is16:28
DavieyThere are too many 0% progresses for the cycle and a 100% (!)16:28
jamespagealso remember a work item can be a bug linked to a blueprint as well16:28
DavieyEOF, thanks16:29
yolandaok16:29
yolanda#topic Ubuntu Server Team Events16:29
=== 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
yolandai received emails for OpenStack summit and free registration codes16:29
yolandashall we register so soon?16:30
Davieyyolanda: Yes, do register :)16:31
DavieyI haven't done so yet.16:31
yolandaok16:31
DavieyBut a bunch of ~ubuntu-server people are going to Openstack Summit in Honk Kong, November.16:31
DavieyBut a little early to declare it16:31
yolandaany other events?16:32
arosalesOSCON coming up at towards the end of the months16:32
DavieyNone in the short term, i don't think16:32
arosalesOSCON = ~july 22~16:32
yolanda#topic Weekly Updates & Questions for the QA Team (plars)16:33
=== 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)
psivaaI am in for plars for this week16:33
psivaaJust a couple of bugs affecting the smoke tests, jdstrand and apw were working on them16:33
psivaabug #1197484 and bug #119571016:33
ubottubug 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/119748416:33
psivaa:)16:33
ubottubug 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/119571016:33
smbThe last one being worked on by apw16:33
psivaajdstrand said he will look into the first one16:34
yolandaok16:34
yolandaanything else for psivaa?16:34
psivaathat's all from us this week16:34
yolanda#topic Weekly Updates & Questions for the Kernel Team (smb)16:35
=== 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)
smbNot much from me. Xen-4.3 is in progress and the usual funny bugs.16:35
yolandaany question for smb?16:35
yolanda#topic Weekly Updates & Questions regarding Ubuntu ARM Server (rbasak)16:36
=== 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)
rbasakNothing new to report. Any questions for me?16:36
dokojamespage, are you involved with the Debian go policy?16:36
dokoare don't you care?16:36
Davieyrbasak: Looking forward to learning what comes out of Connect when you return :)16:36
jamespagedoko, not really but I think i may have to start....16:37
yolanda#topic Open Discussion16:37
=== 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
dokojamespage, cool, lets chat about this next week16:37
yolandaany other topics to brig?16:37
yolandabring?16:37
jamespagedoko, yes - lets do that16:38
yolandaanything else?16:38
yolandaok, so let's finish16:39
yolanda#topic Announce next meeting date and time16:39
=== 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
arosalesthanks for chairing yolanda :-)16:39
yolandanext meeting will be on 16th of July16:39
yolandaadam_g will be chairing16:39
jamespageso long as yolanda gets all the paper work out by then :-)16:39
yolandasure :)16:40
yolanda#endmeeting16:40
=== 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
meetingologyMeeting ended Tue Jul  9 16:40:15 2013 UTC.16:40
meetingologyMinutes (wiki):        http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-07-09-16.00.moin.txt16:40
meetingologyMinutes (html):        http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-07-09-16.00.html16:40
rbasakThanks for chairing yolanda!16:40
yolandathanks for your patience! :)16:40
yolandaDaviey, thanks for the help!16:40
Davieythanks yolanda, you did great16:41
jsalisbury#startmeeting17:00
meetingologyMeeting started Tue Jul  9 17:00:18 2013 UTC.  The chair is jsalisbury. Information about MeetBot at http://wiki.ubuntu.com/meetingology.17:00
meetingologyAvailable 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 #votesrequired17:00
jsalisbury##17:00
jsalisbury## This is the Ubuntu Kernel Team weekly status meeting.17:00
jsalisbury##17:00
jsalisbury[LINK] https://wiki.ubuntu.com/KernelTeam/Meeting17:00
jsalisbury[LINK] https://wiki.ubuntu.com/KernelTeam/ReleaseStatus/Saucy17:00
jsalisbury# Meeting Etiquette17:00
jsalisbury#17:00
jsalisbury# NOTE: '..' indicates that you are finished with your input.17:00
jsalisbury#       'o/' indicates you have something to add (please wait until you are recognized)17:00
jsalisburyRoll Call for Ubuntu Kernel Weekly Status Meeting17:00
ppisatio/17:00
ckingo/17:00
smbo/17:00
henrixo/17:00
apwo/17:00
sforsheeo/17:00
jsalisbury[TOPIC] ARM Status (ppisati)17:00
=== meetingology changed the topic of #ubuntu-meeting to: ARM Status (ppisati)
ppisatinothing to report this week17:01
ppisati..17:01
jsalisbury[TOPIC] Release Metrics and Incoming Bugs (jsalisbury)17:01
=== meetingology changed the topic of #ubuntu-meeting to: Release Metrics and Incoming Bugs (jsalisbury)
jsalisburyRelease metrics and incoming bug data can be reviewed at the following link:17:01
jsalisbury[LINK] http://people.canonical.com/~kernel/reports/kt-meeting.txt17:01
jsalisbury..17:01
jsalisbury[TOPIC] Milestone Targeted Work Items (ogasawara)17:01
=== meetingology changed the topic of #ubuntu-meeting to: Milestone Targeted Work Items (ogasawara)
ogasawara[LINK] https://launchpad.net/~canonical-kernel-distro-team/+upcomingwork17:01
ogasawara[LINK] http://status.ubuntu.com/ubuntu-s/canonical-kernel-distro-team.html17:01
ogasawara|| apw       || foundations-1305-arm64-bringup || 1 work item ||17:01
ogasawara|| ogasawara || mobile-power-management        || 1 work item ||17:01
ogasawara|| ppisati   || foundations-1305-kernel        || 1 work item ||17:01
ogasawara|| sforshee  || foundations-1303-phablet-kernel-maintenance || 1 work item ||17:01
ogasawara||           || pm-system-policy               || 2 work items ||17:01
ogasawara|| smb       || servercloud-s-virtstack        || 1 work item  ||17:02
ogasawara..17:02
jsalisbury[TOPIC] Status: Saucy Development Kernel (ogasawara)17:02
=== meetingology changed the topic of #ubuntu-meeting to: Status: Saucy Development Kernel (ogasawara)
ogasawaraOur master branch for Saucy continues to track v3.10 final.  We'll17:02
ogasawaracontinue in this holding pattern until the v3.11-rc#'s begin appearing17:02
ogasawaraand we are able to evaluate moving to v3.11 for Saucy.17:02
ogasawaraImportant upcoming dates:17:02
ogasawaraThurs July 25 - Alpha 2 (opt in)17:02
ogasawaraThurs Aug 22 - 12.04.317:02
ogasawara..17:02
jsalisbury[TOPIC] Status: CVE's (bjf)17:02
=== meetingology changed the topic of #ubuntu-meeting to: Status: CVE's (bjf)
bjfThe current CVE status can be reviewed at the following link:17:03
bjf  * http://people.canonical.com/~kernel/cve/pkg/ALL-linux.html17:03
bjf..17:03
jsalisbury[TOPIC] Status: Stable, Security, and Bugfix Kernel Updates - Raring/Quantal/Precise/Lucid/Hardy (bjf/henrix/sconklin)17:03
=== meetingology changed the topic of #ubuntu-meeting to: Status: Stable, Security, and Bugfix Kernel Updates - Raring/Quantal/Precise/Lucid/Hardy (bjf/henrix/sconklin)
bjfStatus for the main kernels, until today (July 2):17:03
bjf  *   Lucid - Prep'ing17:03
bjf  * Precise - Prep'ing17:03
bjf  * Quantal - Prep'ing17:03
bjf  * Raring  - Prep'ing17:03
bjfCurrent opened tracking bugs details:17:03
bjf  * http://people.canonical.com/~kernel/reports/kernel-sru-workflow.html17:03
bjfFor SRUs, SRU report is a good source of information:17:03
bjf  * http://people.canonical.com/~kernel/reports/sru-report.html17:03
bjfFuture stable cadence cycles:17:03
bjf  * https://wiki.ubuntu.com/RaringRingtail/ReleaseInterlock17:03
bjf..17:03
jsalisbury[TOPIC] Open Discussion or Questions? Raise your hand to be recognized (o/)17:04
=== meetingology changed the topic of #ubuntu-meeting to: Open Discussion or Questions? Raise your hand to be recognized (o/)
jsalisburyThanks everyone17:04
jsalisbury#endmeeting17:04
=== 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
meetingologyMeeting ended Tue Jul  9 17:04:45 2013 UTC.17:04
meetingologyMinutes (wiki):        http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-07-09-17.00.moin.txt17:04
meetingologyMinutes (html):        http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-07-09-17.00.html17:04
=== 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_

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!