=== doko_ is now known as doko === mmrazik is now known as mmrazik|afk [13:01] w00t [13:01] * stgraber waves [13:01] barry, stgraber, ogra_, slangasek: hey [13:01] * barry blinks [13:02] * ogra_ shades his eyes to not get blinded by the bright blinking barry [13:02] we need some background music too to go with the blinking [13:03] blinded by science [13:03] alright, lets keep this short :-) [13:03] Colin gave me a quick update [13:04] he's helping with setting up the signing infrastructure for system-updates.u.c and will likely go physically to London to finish the setup [13:05] download service >> barry, Daniel started a thread on this but I've just noticed that you're on it (sorry!); will forward it to you [13:05] stgraber: so we have system-updates.u.c now live? :-) [13:05] lool: +1 [13:05] stgraber: tell us all about it [13:05] we indeed have the system-image.ubuntu.com server and I've published a bunch of images for testing [13:06] \o/ [13:06] those shouldn't be used though as they're signed by fake gpg keys at this point [13:06] I'm currently in the process of automating the import of the daily rootfs builds (currently manually done) and will have to do the same with the Android builds but that should be easy [13:07] the images themselves aren't terribly useful at this point though as they need a few changes applied to them to become usable (those changes are related to the container flip and loop-mount which hasn't landed yet in the archive) [13:08] stgraber: cool; so essentially we have the real infrastrucure minus signing (in progress by Colin) and you're tuning the maintenance scripts we'll use and hooks to cdimage, then we can mass-generate all the images [13:08] (well, container flip has, just not the loop-mount+read-only side of things) [13:08] lool: yep [13:08] planned to be implemented by end of this week [13:08] so I guess this hooks us into ogra or ondra; maybe let's start wit the flipped images [13:08] we will switch to flipped by default today or tomorrow [13:08] and then start working on loop stuff [13:08] ogra_: so they work on all devices now including n10? awesome [13:09] well, n10 still had crashers of the shell yesterday [13:09] ogra_: cool. I'll paste you the latest version of my patching script, it's working great on at least mako and grouper, so we'll need to look at landing those changes in the archive [13:09] i know rsalveti looked into that but dont know the outcome [13:09] loop stuff > I thought Steve L wanted us to look into repartitioning [13:09] 3G on mako works now (n4 that is) [13:09] is the loop-mounting just for community supported devices? (non-nexus) [13:09] stgraber, yeah [13:10] lool: we'll support both [13:10] lool, loop mounting is for all at the start [13:10] and re-partitioning will be added in the first half of next month [13:10] hmm ok; seems a bit indirect to me, but eh at least we will know it works [13:10] as an additional option [13:10] ok [13:10] lool: when possible we'll repartition (galaxy nexus, nexus4 and nexus10) and support loop-mount for the rest (nexus7 and community ports) [13:10] our images will default to it [13:11] all community images will default to loop [13:11] I'm guessing we'll have to revisit phablet-tools quite a bit for the new system-updates; this is a bit far off right now, but might be a good thing to look after once we have the updates working [13:11] (with the option for the porter to switch indeed, *if* the device allows repartitioning) [13:12] stgraber: is there a technical reason nexus 7 doesn't allow partitioning, or is it just that we don't want to spend too much time on it? [13:12] or perhaps we keep it as a loop-mounted platform for our own testing [13:12] lool: completely screwed up gpt setup [13:12] eh ok [13:12] oh crap, just lost ondra [13:13] well, the n7 will be our loop reference install then :) [13:13] lool: the partition table is at the end of the flash, with both the primary and secondary tables at the same place, invalid version number and some other issues, we figured it'd be easier just not to support it [13:13] stgraber: OMG [13:14] stgraber: and I guess the bootloader relies on these locations too [13:14] outside of status of recovery ROM's support of gpg and xz with ondra, are there other points to cover today? [13:14] lool: yeah, apparently the bootloader is at the location where the primary table should be, so if you use parted on it and you let it write the missing primary partition, you rick the device [13:14] "rick" lol [13:15] *risk :) [13:15] your risk the device becomes a rock [13:15] gah, not awake yet, sorry :) [13:15] ondra: wb [13:15] meant *brick obviously [13:16] ondra: I think last point we had to cover was recovery ROM support for gpg and xz [13:16] lool: sorry my nautilus crashed and took whole ubuntu down [13:16] np [13:16] ondra: how are things going there/ [13:16] s#/#?# [13:16] so I did last night test recovery images with gpg in them for N4 and N7. stgraber has those now [13:17] great; is this using android build system to build gnupg, or is this by copying glibc + other libs + gnupg from ubuntu binaries? [13:17] I managed to compile xz with android, but tar is one I'm still struggling with, so when I was looking for some tar alternative code and I found out that busybox has already tar and unxz support [13:17] hmm ? [13:18] no this is build with android [13:18] great; so you'll just turn on these configs in busybox? [13:18] our zip contains a tarball [13:18] (tar and xz) [13:18] since forever [13:18] so there must currenlt be some kind of tar [13:18] *vurrently [13:18] bah [13:18] but using NDK for the moment, and Android.mk on the way, hopefully we will soon have it from code [13:18] for now I sent patch with binary gpg to sergio who will add it to the git repo [13:19] urgh [13:19] that sounds pretty bad maintenance wise [13:19] * ogra_ wonders if lool has ever seen phablet.ubuntu.com :P [13:19] lool: so tar was in busybox always, but recently they also added unxz [13:19] it is full of binary crap [13:19] lool: so this is already there [13:19] I knew the toolchains were binary, didn't know we kept tons of binaries around [13:20] we do [13:20] ogra_: yep, that's what ondra noticed, so we'll be using busybox's tar and xz for now (they should be enough feature wise) and hack gpg into it until we can get a clean build of it [13:20] or is this the repo were we keep things we've built from the source tree? [13:20] stgraber, ondra ++ [13:20] lool, the plan is to properly weed it out and base on binaries from the archive [13:20] its just a long and slow process [13:21] stgraber: so you'll be hand-patching the recovery initrd to add the gpg binary and the scripts to verify updates? [13:21] until then one more binary doesnt do harm [13:21] lool: I added gpg as binary just so stgraber can test, I don't plan it to have it that way, so Android build should be used [13:21] lool: same goes for xz and hopefully also for tar [13:21] ogra_: who's workong on this part? [13:21] lool: I think we should eventually remove busybox from recovery === mmrazik|afk is now known as mmrazik [13:21] ogra_: I'm aware of an effort to build the android daemons in the archive, didn't know about the effort to replace recovery rom (I thought it was just an idea if we're stuck) [13:22] lool: or we can tweak busybox to build only tar and unxz [13:22] lool, xnox is doing the first shot on packaging the android bits ... then we'll have a base to work with and split it into smaller chunks [13:22] ogra_: ok, so it's both for the android runtime and for the recovery rom then? [13:22] I guess that makes sense [13:22] lool, the plan is to have the whole android repo packaged [13:22] ogra_: so are we replacing android recovery with Ubuntu based one? [13:22] no [13:22] lool: for now we just want our recovery images to contain the tools we need for testing, after that I'll work on a shell script using those to apply the updates and when that thing works, will get it included too [13:23] we use what we have, just from a package that we will then split into smaller pieces over time [13:23] so you can eventually also apt-get install android-gpg ;) [13:23] stgraber: assuming we wont have moved to Ubuntu initrds before you're done, will you be fine submitting your additions to phablet.u.c? I guess sergiusens would be able to help you land these [13:24] the builds will still spit out the device specific img files as usual during build [13:24] lool: that's the plan [13:24] (ramdisk, system, recovery) [13:24] alright; anything else for today anyone? [13:25] lool: just a quick one [13:25] barry: shoot [13:25] ondra: i'm almost at the point where i'm ready to work on reboot. could you make sure that the interface between the client and upgrader is accurately documented here: https://wiki.ubuntu.com/ImageBasedUpgrades/Upgrader [13:26] barry: I will check it, it should be according to what we in android code [13:26] ondra: cool, thanks [13:26] barry: but as far ad I understand stgraber wants to use script to apply files [13:27] ondra, barry: so since we're not actually calling the android upgrader but our own, the interface doesn't have to (and probably shouldn't) match the existing Android one [13:27] barry: so we probably should talk together what command we will actually store in that command file [13:27] basically keeping the standard Android interface for rollbacks to Android (where we want to call the Android upgrader) [13:28] mostly, i want to make sure we've documented, e.g. "write these files here with that content", "call this thing to do the reboot with these args", etc. i don't want the code to be the only spec :) [13:28] stgraber: what we can do is that we put in that command file actual commands for for update [13:28] * barry nods [13:28] barry: agree, there should be documented way you pass information to recovery about downloaded files [13:29] ondra: I'd prefer to keep the command file generic so avoid actual commands, what we need to pass it is an ordered list of file [13:29] ondra: so my first thought would be to use an ubuntu_command file (instead of Android's command file) which contains just that (one line per file sorted in flash order) [13:29] stgraber: actually we can change current recovery so in Ubuntu Touch case, it will execute our shell script, passing command file as parameter [13:30] barry: as for where to put stuff and how to trigger the reboot, I can help you with that part [13:30] stgraber: agree,command file should not have any commands, just list of files [13:30] stgraber: ok [13:30] ondra: my thought being that if the recovery finds /cache/recovery/command => triggers Android update code, if it finds /cache/recovery/ubuntu_command => triggers Ubuntu update code [13:31] stgraber: i like that [13:31] stgraber: yeah, agree [13:31] that way we don't really have to care about what Android does, we just avoid messing with its files [13:31] stgraber: and I'd pass then that ubuntu_command to your script as parameter [13:31] ondra: yep [13:32] yep, and we keep full compatibility with android, so users can roll back any time [13:33] stgraber: OK I will look into recovery code and add it there, if we find ubuntu command file, we will go for it [13:33] so I think that's a good plan for now, we may have some more changes on that after that meeting on the recovery environment which I believe slangasek's planning to have this week [13:33] so next week: ogra switching to flipped images, shaking bugs; xnox continuing work on android bits in archive with new cross toolchain; stgraber working on scripts to apply updates in recovery ROM; ondra to enable xz in our recovery ROMs; barry joining download service discussion; ondra + barry syncing on reboot interface [13:34] +1 [13:34] alright; slightly over time, but I think we're done; thanks guys! it's great to see this coming together, update site going live, switching to flipped images etc. :-) [13:34] have a great EOD [13:34] barry: I'll update the upgrader page on the wiki once I'm actually properly awake and done catching up on e-mail. I expect it to mostly say to dump the files in /android/cache/recovery, write the list of files in /android/cache/recovery/command and then call "reboot -f recovery" to apply [13:35] ciao ciao [13:35] stgraber: sounds easy :) [13:36] stgraber: I will read again android code, to see if they had usecase for something else than list of files in command file and let you know [13:36] see you guys === mapreri_ is now known as mapreri === davidcalle_ is now known as davidcalle === soren_ is now known as soren === LordOfTime is now known as LordOfTime|EC2 === jrgifford__ is now known as jrgifford === jrgifford is now known as Guest98593 === mmrazik is now known as mmrazik|afk === micahg_ is now known as micahg === G4MBY is now known as PaulW2U [15:57] o/ [15:59] Hello [16:00] o/ [16:00] Looks like it is top of the hour so I will kick this off (looks like I am on point to chair) [16:00] #startmeeting ubuntu-server-team [16:00] Meeting started Tue Jun 25 16:00:39 2013 UTC. The chair is arosales. 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:01] looks like not actions from past meeting [16:01] #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:01] #link https://wiki.ubuntu.com/SaucySalamander/ReleaseSchedule [16:01] A1 June 27th [16:01] smoser, jamespage is server opting in? [16:02] nope [16:02] ok [16:02] #subtopic Release Bugs [16:02] #link http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-s-tracking-bug-tasks.html#server [16:02] no opt in. [16:02] jamespage, would you or smoser like to guide us through this section? [16:02] o/ [16:02] sure [16:02] jamespage, thanks. [16:02] smoser: bug 1180867 [16:02] bug 1180867 in cloud-init (Ubuntu Raring) "cloud-config merging not forward or backward compatible" [High,In progress] https://launchpad.net/bugs/1180867 [16:03] hm.. [16:03] dosaboy, bug 962046 [16:03] bug 962046 in python-boto (Ubuntu Raring) "EC2 metadata retrieval fails with spaces in a resource name" [Medium,In progress] https://launchpad.net/bugs/962046 [16:03] that is uploaded to raring [16:04] in the sru review queue [16:04] (the cloud-init bug) [16:04] bug 1031680 and bug 1162139 need some love if anyone has time [16:04] bug 1031680 in nagios-plugins (Ubuntu Raring) "check_apt always report 0 critical updates" [High,Triaged] https://launchpad.net/bugs/1031680 [16:04] bug 1162139 in mysql-5.5 (Ubuntu Raring) "mysql-5.5 still built using GCC-4.4, should be built with the default GCC" [High,Triaged] https://launchpad.net/bugs/1162139 [16:04] smoser, ack [16:04] bug 1180084 needs to be applied into raring [16:04] bug 1180084 in nova (Ubuntu Raring) "nova-conductor should be in main" [High,Triaged] https://launchpad.net/bugs/1180084 [16:05] anyone know if we can do seed changes post release? [16:05] jamespage: we did it for MAAS [16:05] a few packages were promoted to main [16:05] roaksoax, OK [16:06] I don't think any other release bugs warrant discussion - alot are SRU's in Fix Committed state [16:06] so anyone with spare time - verification would be great! [16:06] arosales, back to you [16:07] jamespage thank you sir [16:09] sorry for the delay [16:09] #subtopic Blueprints [16:10] #link http://status.ubuntu.com/ubuntu-saucy/group/topic-saucy-servercloud-overview.html [16:10] how are BPs looking . . . [16:10] #link http://status.ubuntu.com/ubuntu-s/group/topic-s-servercloud-overview.html [16:10] this one works a little better [16:10] * arosales will udpate the IRC commands [16:11] trend line needs a reset [16:11] arosales, did you get to the bottom of my missing BP's? [16:11] https://wiki.ubuntu.com/ServerTeam/Meeting/IRCCommands is updated [16:11] did yours ever show up? [16:11] I added a raw work item [16:11] jamespage what was the BP name again? [16:11] jamespage: Can you let me know what might need component changing ? [16:12] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-ceph === holmes.freenode.net 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:13] and https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-mongodb [16:13] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-charms [16:13] this ones missing, too [16:13] hmm [16:14] jamespage, adam_g_ we may need to open a bug against the tracker for that [16:14] I wonder if it is status... [16:14] since it is linked to the topic BP [16:14] * Daviey set a Priority, which was null [16:14] " Proposed for saucy" [16:14] maybe that needs to be accepted [16:15] the mongodb one looks good . . . [16:15] Accepted :) [16:15] nope - thats not it [16:15] lets see if it appears [16:15] I'll take the action of following that through [16:16] #action Daviey follow up on missing BPs from overview s-topic [16:16] so BPs updated [16:16] lets take a look at essential ones [16:17] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-juju-charm-testing [16:17] that is in progress [16:17] testing harness and plugin made [16:18] * arosales needs to update BP .. . [16:18] actually that is the only essential BP [16:19] actually looks like we need to set priority on all our BPs [16:19] agreed [16:19] can we make that a goal for this week? [16:19] Daviey, ^^ only you can do that [16:19] #action Daviey set priority on s-cycle BPs [16:19] ACTION: Daviey set priority on s-cycle BPs === meetingology` is now known as meetingology === mapreri- is now known as mapreri [16:20] previous action didn't take [16:20] #action Daviey follow up on missing BPs from overview s-topic [16:20] ACTION: Daviey follow up on missing BPs from overview s-topic === mapreri is now known as Guest1288 [16:20] ok [16:20] any other BPs folks would like to discuss? [16:21] overall we look to be in the red on status, but I suspect that is due to BPs not being updated [16:21] ok, sounds like there is no other BPs that needs discussion [16:21] #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:21] OSCON is the only upcoming one for the juju team [16:21] any others [16:22] btw OSCON is end of July [16:22] ok so moving on [16:22] #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:22] hi [16:22] nothing major from me [16:23] psivaa was able to help narrow down the kernel problem causing floodlight failures [16:23] and jsalisbury found which change it was I think, so we should have a fix for that soon [16:23] plars, good to hear root cause on floodlight failures [16:23] plars, thanks for the update [16:23] #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:24] smb: Hello are you available? [16:26] any questions for kernel we need to follow up on? [16:26] for the kernel team that is :-) [16:26] I take it that we are ok there [16:26] next topic [16:26] #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:26] * arosales doesn't see rbask atm [16:27] on the ARM front from Juju we are trying to testing juju-core on ARM for saucy [16:27] any other ARM related topics [16:27] better get that compiler working for ARM then :-) [16:28] jamespage noted, and dave cheney is working on that bit of work [16:28] #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:28] any other topics to discuss? [16:29] I think we have been saying for a bit now to get BPs udpated [16:29] so lets make a good push this week to get BPs udpated and priority sets so we can see the development picture next week. [16:30] with that we'll close this meeting [16:30] #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:30] NEXT MEETING: Tuesday 2013-07-02 at 1600 UTC - #ubuntu-meeting [16:31] jamespage, plars, Daviey, adam_g_ , roaksoax , smoser thanks for jonining this week! [16:31] #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:31] Meeting ended Tue Jun 25 16:31:42 2013 UTC. [16:31] Minutes (wiki): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-06-25-16.00.moin.txt [16:31] Minutes (html): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-06-25-16.00.html [16:31] arosales, thanks for chairing [16:31] ttfn [16:32] np, glad to :-) [17:00] \o [17:00] #startmeeting [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] Meeting started Tue Jun 25 17:00:11 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] [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] o/ [17:00] [TOPIC] ARM Status (ppisati) === meetingology changed the topic of #ubuntu-meeting to: ARM Status (ppisati) [17:00] o/ [17:00] nothing to report this week. [17:00] .. [17:01] [TOPIC] 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 === meetingology changed the topic of #ubuntu-meeting to: Release Metrics and Incoming Bugs (jsalisbury) [17:01] .. [17:01] No update from ogasawara since she is traveling. [17:02] [TOPIC] Status: CVE's (sconklin) === meetingology changed the topic of #ubuntu-meeting to: Status: CVE's (sconklin) [17:02] == 2013-06-25 (7 days) == [17:02] Currently we have 61 CVEs on our radar, with 1 CVE added and 3 CVEs retired in the last week. [17:02] See the CVE matrix for the current list: [17:02] [LINK] http://people.canonical.com/~kernel/cve/pkg/ALL-linux.html [17:02] Overall the backlog has reduced slightly this week: [17:02] [LINK] http://people.canonical.com/~kernel/status/cve-metrics.txt [17:02] [LINK] http://people.canonical.com/~kernel/cve/pkg/CVE-linux.txt [17:02] .. [17:02] [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:02] Status for the main kernels, until today (Jun. 25): [17:02] * Lucid - in Verification; [17:02] * Precise - in Verification; [17:02] * Quantal - in Verification; [17:02] * Raring - in Verification; [17:02] Current opened tracking bugs details: [17:02] * http://people.canonical.com/~kernel/reports/kernel-sru-workflow.html [17:02] For SRUs, SRU report is a good source of information: [17:02] * http://people.canonical.com/~kernel/reports/sru-report.html [17:02] Future stable cadence cycles: [17:02] * https://wiki.ubuntu.com/RaringRingtail/ReleaseInterlock [17:03] .. [17:03] [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 Jun 25 17:04:02 2013 UTC. [17:04] Minutes (wiki): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-06-25-17.00.moin.txt [17:04] Minutes (html): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-06-25-17.00.html [17:04] thanks jsalisbury! [17:04] blink === mhall119_ is now known as mhall119 === mapreri_ is now known as mapreri === hallino1_ is now known as hallino1 === mapreri_ is now known as mapreri === G4MBY is now known as PaulW2U === vanhoof_ is now known as vanhoof