/srv/irclogs.ubuntu.com/2013/06/25/#ubuntu-meeting.txt

=== doko_ is now known as doko
=== mmrazik is now known as mmrazik|afk
loolw00t13:01
* stgraber waves13:01
loolbarry, stgraber, ogra_, slangasek: hey13:01
* barry blinks13:01
* ogra_ shades his eyes to not get blinded by the bright blinking barry 13:02
loolwe need some background music too to go with the blinking13:02
barryblinded by science13:03
loolalright, lets keep this short  :-)13:03
loolColin gave me a quick update13:03
loolhe's helping with setting up the signing infrastructure for system-updates.u.c and will likely go physically to London to finish the setup13:04
looldownload service >> barry, Daniel started a thread on this but I've just noticed that you're on it (sorry!); will forward it to you13:05
loolstgraber: so we have system-updates.u.c now live?  :-)13:05
barrylool: +113:05
loolstgraber: tell us all about it13:05
stgraberwe indeed have the system-image.ubuntu.com server and I've published a bunch of images for testing13:05
lool\o/13:06
stgraberthose shouldn't be used though as they're signed by fake gpg keys at this point13:06
stgraberI'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 easy13:06
stgraberthe 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:07
loolstgraber: 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 images13:08
stgraber(well, container flip has, just not the loop-mount+read-only side of things)13:08
stgraberlool: yep13:08
ogra_planned to be implemented by end of this week13:08
loolso I guess this hooks us into ogra or ondra; maybe let's start wit the flipped images13:08
ogra_we will switch to flipped by default today or tomorrow13:08
ogra_and then start working on loop stuff13:08
loologra_: so they work on all devices now including n10?  awesome13:08
ogra_well, n10 still had crashers of the shell yesterday13:09
stgraberogra_: 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 archive13:09
ogra_i know rsalveti looked into that but dont know the outcome13:09
loolloop stuff > I thought Steve L wanted us to look into repartitioning13:09
ogra_3G on mako works now (n4 that is)13:09
loolis the loop-mounting just for community supported devices? (non-nexus)13:09
ogra_stgraber, yeah13:09
stgraberlool: we'll support both13:10
ogra_lool, loop mounting is for all at the start13:10
ogra_and re-partitioning will be added in the first half of next month13:10
loolhmm ok; seems a bit indirect to me, but eh at least we will know it works13:10
ogra_as an additional option13:10
loolok13:10
stgraberlool: when possible we'll repartition (galaxy nexus, nexus4 and nexus10) and support loop-mount for the rest (nexus7 and community ports)13:10
ogra_our images will default to it13:10
ogra_all community images will default to loop13:11
loolI'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 working13:11
ogra_(with the option for the porter to switch indeed, *if* the device allows repartitioning)13:11
loolstgraber: 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
loolor perhaps we keep it as a loop-mounted platform for our own testing13:12
stgraberlool: completely screwed up gpt setup13:12
looleh ok13:12
looloh crap, just lost ondra13:12
ogra_well, the n7 will be our loop reference install then :)13:13
stgraberlool: 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 it13:13
loolstgraber: OMG13:13
loolstgraber: and I guess the bootloader relies on these locations too13:14
looloutside of status of recovery ROM's support of gpg and xz with ondra, are there other points to cover today?13:14
stgraberlool: 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 device13:14
lool"rick" lol13:14
stgraber*risk :)13:15
loolyour risk the device becomes a rock13:15
stgrabergah, not awake yet, sorry :)13:15
loolondra: wb13:15
stgrabermeant *brick obviously13:15
loolondra: I think last point we had to cover was recovery ROM support for gpg and xz13:16
ondralool: sorry my nautilus crashed and took whole ubuntu down13:16
loolnp13:16
loolondra: how are things going there/13:16
lools#/#?#13:16
ondraso I did last night test recovery images with gpg in them for N4 and N7. stgraber has those now13:16
loolgreat; is this using android build system to build gnupg, or is this by copying glibc + other libs + gnupg from ubuntu binaries?13:17
ondraI 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 support13:17
ogra_hmm ?13:17
ondrano this is build with android13:18
loolgreat; so you'll just turn on these configs in busybox?13:18
ogra_our zip contains a tarball13:18
lool(tar and xz)13:18
ogra_since forever13:18
ogra_so there must currenlt be some kind of tar13:18
ogra_*vurrently13:18
ogra_bah13:18
ondrabut using NDK for the moment, and Android.mk on the way, hopefully we will soon have it from code13:18
ondrafor now I sent patch with binary gpg to sergio who will add it to the git repo13:18
loolurgh13:19
loolthat sounds pretty bad maintenance wise13:19
* ogra_ wonders if lool has ever seen phablet.ubuntu.com :P13:19
ondralool: so tar was in busybox always, but recently they also added unxz13:19
ogra_it is full of binary crap13:19
ondralool: so this is already there13:19
loolI knew the toolchains were binary, didn't know we kept tons of binaries around13:19
ogra_we do13:20
stgraberogra_: 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 it13:20
loolor is this the repo were we keep things we've built from the source tree?13:20
ogra_stgraber, ondra ++13:20
ogra_lool, the plan is to properly weed it out and base on binaries from the archive13:20
ogra_its just a long and slow process13:20
loolstgraber: so you'll be hand-patching the recovery initrd to add the gpg binary and the scripts to verify updates?13:21
ogra_until then one more binary doesnt do harm13:21
ondralool: 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 used13:21
ondralool: same goes for xz and hopefully also for tar13:21
loologra_: who's workong on this part?13:21
ondralool: I think we should eventually remove busybox from recovery13:21
=== mmrazik|afk is now known as mmrazik
loologra_: 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:21
ondralool: or we can tweak busybox to build only tar and unxz13:22
ogra_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 chunks13:22
loologra_: ok, so it's both for the android runtime and for the recovery rom then?13:22
loolI guess that makes sense13:22
ogra_lool, the plan is to have the whole android repo packaged13:22
ondraogra_: so are we replacing android recovery with Ubuntu based one?13:22
ogra_no13:22
stgraberlool: 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 too13:22
ogra_we use what we have, just from a package that we will then split into smaller pieces over time13:23
ogra_so you can eventually also apt-get install android-gpg ;)13:23
loolstgraber: 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 these13:23
ogra_the builds will still spit out the device specific img files as usual during build13:24
stgraberlool: that's the plan13:24
ogra_(ramdisk, system, recovery)13:24
loolalright; anything else for today anyone?13:24
barrylool: just a quick one13:25
loolbarry: shoot13:25
barryondra: 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/Upgrader13:25
ondrabarry: I will check it, it should be according to what we in android code13:26
barryondra: cool, thanks13:26
ondrabarry: but as far ad I understand stgraber wants to use script to apply files13:26
stgraberondra, 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 one13:27
ondrabarry: so we probably should talk together what command we will actually store in that command file13:27
stgraberbasically keeping the standard Android interface for rollbacks to Android (where we want to call the Android upgrader)13:27
barrymostly, 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
ondrastgraber: what we can do is that we put in that command file actual commands for for update13:28
* barry nods13:28
ondrabarry: agree, there should be documented way you pass information to recovery about downloaded files13:28
stgraberondra: I'd prefer to keep the command file generic so avoid actual commands, what we need to pass it is an ordered list of file13:29
stgraberondra: 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
ondrastgraber: actually we can change current recovery so in Ubuntu Touch case, it will execute our shell script, passing command file as parameter13:29
stgraberbarry: as for where to put stuff and how to trigger the reboot, I can help you with that part13:30
ondrastgraber: agree,command file should not have any commands, just list of files13:30
barrystgraber: ok13:30
stgraberondra: 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 code13:30
barrystgraber: i like that13:31
ondrastgraber: yeah, agree13:31
stgraberthat way we don't really have to care about what Android does, we just avoid messing with its files13:31
ondrastgraber: and I'd pass then that ubuntu_command to your script as parameter13:31
stgraberondra: yep13:31
ondrayep, and we keep full compatibility with android, so users can roll back any time13:32
ondrastgraber: OK I will look into recovery code and add it there, if we find ubuntu command file, we will go for it13:33
stgraberso 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 week13:33
loolso 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 interface13:33
barry+113:34
loolalright; 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
loolhave a great EOD13:34
stgraberbarry: 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 apply13:34
ogra_ciao ciao13:35
barrystgraber: sounds easy :)13:35
ondrastgraber: 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 know13:36
ondrasee you guys13:36
=== 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
jamespageo/15:57
arosalesHello15:59
smosero/16:00
arosalesLooks like it is top of the hour so I will kick this off (looks like I am on point to chair)16:00
arosales#startmeeting ubuntu-server-team16:00
meetingologyMeeting started Tue Jun 25 16:00:39 2013 UTC.  The chair is arosales. 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
arosales#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
arosaleslooks like not actions from past meeting16:01
arosales#topic Saucy Development16:01
=== 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
arosales#link https://wiki.ubuntu.com/SaucySalamander/ReleaseSchedule16:01
arosalesA1 June 27th16:01
arosalessmoser, jamespage is server opting in?16:01
jamespagenope16:02
arosalesok16:02
arosales#subtopic Release Bugs16:02
arosales#link http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-s-tracking-bug-tasks.html#server16:02
smoserno opt in.16:02
arosalesjamespage, would you or smoser like to guide us through this section?16:02
adam_g_o/16:02
jamespagesure16:02
arosalesjamespage, thanks.16:02
jamespagesmoser: bug 118086716:02
ubottubug 1180867 in cloud-init (Ubuntu Raring) "cloud-config merging not forward or backward compatible" [High,In progress] https://launchpad.net/bugs/118086716:02
smoserhm..16:03
jamespagedosaboy, bug 96204616:03
ubottubug 962046 in python-boto (Ubuntu Raring) "EC2 metadata retrieval fails with spaces in a resource name" [Medium,In progress] https://launchpad.net/bugs/96204616:03
smoserthat is uploaded to raring16:03
smoserin the sru review queue16:04
smoser(the cloud-init bug)16:04
jamespagebug 1031680 and bug 1162139 need some love if anyone has time16:04
ubottubug 1031680 in nagios-plugins (Ubuntu Raring) "check_apt always report 0 critical updates" [High,Triaged] https://launchpad.net/bugs/103168016:04
ubottubug 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/116213916:04
jamespagesmoser, ack16:04
jamespagebug 1180084 needs to be applied into raring16:04
ubottubug 1180084 in nova (Ubuntu Raring) "nova-conductor should be in main" [High,Triaged] https://launchpad.net/bugs/118008416:04
jamespageanyone know if we can do seed changes post release?16:05
roaksoaxjamespage: we did it for MAAS16:05
roaksoaxa few packages were promoted to main16:05
jamespageroaksoax, OK16:05
jamespageI don't think any other release bugs warrant discussion - alot are SRU's in Fix Committed state16:06
jamespageso anyone with spare time - verification would be great!16:06
jamespagearosales, back to you16:06
arosalesjamespage thank you sir16:07
arosalessorry for the delay16:09
arosales#subtopic Blueprints16:09
arosales#link http://status.ubuntu.com/ubuntu-saucy/group/topic-saucy-servercloud-overview.html16:10
arosaleshow are BPs looking . . .16:10
arosales#link http://status.ubuntu.com/ubuntu-s/group/topic-s-servercloud-overview.html16:10
arosalesthis one works a little better16:10
* arosales will udpate the IRC commands16:10
jamespagetrend line needs a reset16:11
jamespagearosales, did you get to the bottom of my missing BP's?16:11
arosaleshttps://wiki.ubuntu.com/ServerTeam/Meeting/IRCCommands is updated16:11
arosalesdid yours ever show up?16:11
arosalesI added a raw work item16:11
arosalesjamespage what was the BP name again?16:11
Davieyjamespage: Can you let me know what might need component changing ?16:11
jamespagehttps://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-ceph16:12
=== 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
jamespageand https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-mongodb16:13
adam_g_https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-charms16:13
adam_g_this ones missing, too16:13
arosaleshmm16:13
arosalesjamespage, adam_g_ we may need to open a bug against the tracker for that16:14
DavieyI wonder if it is status...16:14
arosalessince it is linked to the topic BP16:14
* Daviey set a Priority, which was null16:14
jamespage"     Proposed for saucy"16:14
jamespagemaybe that needs to be accepted16:14
arosalesthe mongodb one looks good . . .16:15
DavieyAccepted :)16:15
jamespagenope - thats not it16:15
Davieylets see if it appears16:15
DavieyI'll take the action of following that through16:15
arosales#action Daviey follow up on missing BPs from overview s-topic16:16
arosalesso BPs updated16:16
arosaleslets take a look at essential ones16:16
arosaleshttps://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-juju-charm-testing16:17
arosalesthat is in progress16:17
arosalestesting harness and plugin made16:17
* arosales needs to update BP .. .16:18
arosalesactually that is the only essential BP16:18
arosalesactually looks like we need to set priority on all our BPs16:19
jamespageagreed16:19
arosalescan we make that a goal for this week?16:19
jamespageDaviey, ^^ only you can do that16:19
arosales#action Daviey set priority on s-cycle BPs16:19
meetingology`ACTION: Daviey set priority on s-cycle BPs16:19
=== meetingology` is now known as meetingology
=== mapreri- is now known as mapreri
arosalesprevious action didn't take16:20
arosales#action Daviey follow up on missing BPs from overview s-topic16:20
meetingologyACTION: Daviey follow up on missing BPs from overview s-topic16:20
=== mapreri is now known as Guest1288
arosalesok16:20
arosalesany other BPs folks would like to discuss?16:20
arosalesoverall we look to be in the red on status, but I suspect that is due to BPs not being updated16:21
arosalesok, sounds like there is no other BPs that needs discussion16:21
arosales#topic Ubuntu Server Team Events16:21
=== 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
arosalesOSCON is the only upcoming one for the juju team16:21
arosalesany others16:21
arosalesbtw OSCON is end of July16:22
arosalesok so moving on16:22
arosales#topic Weekly Updates & Questions for the QA Team (plars)16:22
=== 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)
plarshi16:22
plarsnothing major from me16:22
plarspsivaa was able to help narrow down the kernel problem causing floodlight failures16:23
plarsand jsalisbury found which change it was I think, so we should have a fix for that soon16:23
arosalesplars, good to hear root cause on floodlight failures16:23
arosalesplars, thanks for the update16:23
arosales#topic Weekly Updates & Questions for the Kernel Team (smb)16:23
=== 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)
arosalessmb: Hello are you available?16:24
arosalesany questions for kernel we need to follow up on?16:26
arosalesfor the kernel team that is :-)16:26
arosalesI take it that we are ok there16:26
arosalesnext topic16:26
arosales#topic Weekly Updates & Questions regarding Ubuntu ARM Server (rbasak)16:26
=== 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)
* arosales doesn't see rbask atm16:26
arosaleson the ARM front from Juju we are trying to testing juju-core on ARM for saucy16:27
arosalesany other ARM related topics16:27
jamespagebetter get that compiler working for ARM then :-)16:27
arosalesjamespage noted, and dave cheney is working on that bit of work16:28
arosales#topic Open Discussion16:28
=== 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
arosalesany other topics to discuss?16:28
arosalesI think we have been saying for a bit now to get BPs udpated16:29
arosalesso lets make a good push this week to get BPs udpated and priority sets so we can see the development picture next week.16:29
arosaleswith that we'll close this meeting16:30
arosales#topic Announce next meeting date and time16:30
=== 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
arosalesNEXT MEETING: Tuesday 2013-07-02 at 1600 UTC - #ubuntu-meeting16:30
arosalesjamespage, plars, Daviey, adam_g_ , roaksoax , smoser thanks for jonining this week!16:31
arosales#endmeeting16:31
=== 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 Jun 25 16:31:42 2013 UTC.16:31
meetingologyMinutes (wiki):        http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-06-25-16.00.moin.txt16:31
meetingologyMinutes (html):        http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-06-25-16.00.html16:31
jamespagearosales, thanks for chairing16:31
jamespagettfn16:31
arosalesnp, glad to :-)16:32
smb\o17:00
jsalisbury#startmeeting17: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
meetingologyMeeting started Tue Jun 25 17:00:11 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[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
apwo/17:00
ppisatio/17:00
kamalo/17:00
sconklino/17:00
sforsheeo/17:00
rtg_o/17:00
ckingo/17:00
jsalisbury[TOPIC] ARM Status (ppisati)17:00
=== meetingology changed the topic of #ubuntu-meeting to: ARM Status (ppisati)
henrixo/17:00
ppisatinothing to report this week.17:00
ppisati..17:00
jsalisbury[TOPIC] Release Metrics and Incoming Bugs (jsalisbury)17:01
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
=== meetingology changed the topic of #ubuntu-meeting to: Release Metrics and Incoming Bugs (jsalisbury)
jsalisbury..17:01
jsalisburyNo update from ogasawara since she is traveling.17:01
jsalisbury[TOPIC] Status: CVE's (sconklin)17:02
=== meetingology changed the topic of #ubuntu-meeting to: Status: CVE's (sconklin)
sconklin== 2013-06-25 (7 days) ==17:02
sconklinCurrently we have 61 CVEs on our radar, with 1 CVE added and 3 CVEs retired in the last week.17:02
sconklinSee the CVE matrix for the current list:17:02
sconklin[LINK] http://people.canonical.com/~kernel/cve/pkg/ALL-linux.html17:02
sconklinOverall the backlog has reduced slightly this week:17:02
sconklin[LINK] http://people.canonical.com/~kernel/status/cve-metrics.txt17:02
sconklin[LINK] http://people.canonical.com/~kernel/cve/pkg/CVE-linux.txt17:02
sconklin..17:02
jsalisbury[TOPIC] Status: Stable, Security, and Bugfix Kernel Updates - Raring/Quantal/Precise/Lucid/Hardy (bjf/henrix/sconklin)17:02
=== meetingology changed the topic of #ubuntu-meeting to: Status: Stable, Security, and Bugfix Kernel Updates - Raring/Quantal/Precise/Lucid/Hardy (bjf/henrix/sconklin)
sconklinStatus for the main kernels, until today (Jun. 25):17:02
sconklin*   Lucid - in Verification;17:02
sconklin* Precise - in Verification;17:02
sconklin* Quantal - in Verification;17:02
sconklin* Raring  - in Verification;17:02
sconklinCurrent opened tracking bugs details:17:02
sconklin* http://people.canonical.com/~kernel/reports/kernel-sru-workflow.html17:02
sconklinFor SRUs, SRU report is a good source of information:17:02
sconklin* http://people.canonical.com/~kernel/reports/sru-report.html17:02
sconklinFuture stable cadence cycles:17:02
sconklin* https://wiki.ubuntu.com/RaringRingtail/ReleaseInterlock17:02
sconklin..17:03
jsalisbury[TOPIC] Open Discussion or Questions? Raise your hand to be recognized (o/)17:03
=== 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 Jun 25 17:04:02 2013 UTC.17:04
meetingologyMinutes (wiki):        http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-06-25-17.00.moin.txt17:04
meetingologyMinutes (html):        http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-06-25-17.00.html17:04
kamalthanks jsalisbury!17:04
ckingblink17:04
=== 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

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