/srv/irclogs.ubuntu.com/2012/12/06/#launchpad-dev.txt

=== slank is now known as slank_away
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
james_whttps://code.launchpad.net/~james-w/python-oops-tools/recent-oopses/+merge/138356 if anyone can take a look01:41
rick_h_james_w: ok by me I guess. I'm not sure who's doing full oops stuff these days.02:03
james_wrick_h_, yeah, it's in a bit of limbo currently02:03
rick_h_stupid south and the models garbage output02:03
rick_h_yea, I don't konw the codebase well but your stuff looks ok on the surface here02:04
james_wit's a pretty small change at least :-)02:04
james_wthanks rick_h_02:06
rick_h_james_w: np02:23
=== Ursinha is now known as Ursinha-afk
czajkowskimorning09:00
adeuringgood morning09:11
czajkowskiadeuring: hey there hows things?09:11
adeuringczajkowski: good.First snow today (though minor amounts only)09:12
czajkowskiaye we've had similar over here but it's cold :/ -409:12
czajkowskisnow not staying though :D09:13
adeuringczajkowski: same here09:13
czajkowskisinzui: you rock! thanks for covering for me for the last 2 days!09:13
StevenKczajkowski: It was ~ 24 here today :-)09:36
czajkowski:(09:37
czajkowskiheavenly09:37
=== almaisan-away is now known as al-maisan
StevenKApparently, 26 tomorrow09:38
nigelbStevenK: I almost read that as -24 and went wtf :)09:38
StevenKHaha09:38
StevenKnigelb: It's Sydney, not Siberia09:38
nigelbStevenK: Indeed. Also, isn't that particularly not-warm for summer?09:39
nigelbI thought Australia got hotter than that.09:39
StevenKnigelb: It was 37 last Saturday09:40
nigelbthat sounds more like australia :P09:41
StevenKI like it being around the 20s. It means I can actually think09:41
nigelbHehe. No air conditioning in your home-office?09:42
StevenKnigelb: Nope09:45
nigelbOuch.09:46
=== al-maisan is now known as almaisan-away
=== yofel_ is now known as yofel
=== Ursinha-afk is now known as Ursinha
jcsackettsinzui: thanks so much for reviewing my branches!13:23
sinzuinp. I knew you needed to find a reviewer since you were on-call13:23
jcsackettindeed. was about to begin hunting people down when i saw you had reviewed them.13:28
james_wdoes anyone have an instance where an oops mentioned in an LP bug report was deleted?13:58
james_w(from oops.canonical.com, not lp-oops)13:58
=== jcsackett changed the topic of #launchpad-dev to: http://dev.launchpad.net/ | On-call reviewer: jcsackett | Firefighting: - | Critical bugs: ~170
czajkowskijames_w: nope not seen that14:01
james_wta14:01
czajkowskibut sinzui is kicking ass on the criticals which many of them are oops14:01
sinzuijames_w it is not possible to delete a bug report14:03
james_wsinzui, yeah, I'm looking for any instance where the oops was deleted from oops.canonical.com, even though the oops id was mentioned in a bug report14:03
sinzuijames_w, you can delete extra tasks and you can retarget a task, and that might look like a report was deleted14:04
sinzuioh14:04
sinzuineem14:04
sinzuijames_w, the pruner is too aggressive. We sometimes search neem for the actual oops files.14:05
james_wsinzui, ok, thanks14:08
=== slank_away is now known as slank
=== matsubara is now known as matsubara-lunch
james_wanyone want to talk ssl cert verification with me?16:44
james_woops.canonical.com is currently not removing anything from its db as the prune script is broken16:45
james_wbecause it can't verify the cert of api.launchpad.net16:45
james_wwhich works fine on Ubuntu because ubuntu carries a patch to use /etc/ssl/certs16:45
james_wbut oops uses httplib2 from buildout, so doesn't have that patch16:46
james_wand fails to verify the cert16:46
czajkowskijames_w: hmm not sure who best to point you at16:47
czajkowskijames_w: flacoste may know who to direct you to as stub is in the other timezone16:47
james_wso if you aren't using ubuntu's httplib2 you can't use launchpadlib against launchpad.net16:48
james_wI see a few options:16:48
james_wdisable cert checking (no)16:48
james_wadd a patched version of httplib2 to oops' buildout - fixes it for oops, but not for anyone else, costs us to maintain a fork of httplib216:49
james_woverride the cert path from lazr.restfulclient - fixes it for everyone that has /etc/ssl/certs, remains broken for anyone who has their certs elsewhere16:50
james_wmake the cert path configurable in launchpadlib - allows anyone to fix it, but all users would have to add platform detection if they wanted that, lots more work to change all the projects and do releases etc.16:51
james_wany ideas I have missed?16:51
james_wany opinions on the best option?16:51
james_wcurrently I'm leaning towards the override in lazr.restfulclient16:51
james_was it fixes it for the most number of people without extra work for clients, and without having to work all the place where the certs can live on all the different platforms16:52
=== slank is now known as slank_away
cjwatsonanother option: get upstream to include the relevant cert, even if they don't want to take the system-ca-certs patch16:57
james_wcjwatson, true17:03
james_wor put LP's cert in a file and use that, regardless of the platform17:04
adeuringjcsackett: could you please review this MP: https://code.launchpad.net/~adeuring/launchpad/bug-1086876/+merge/138514 ?17:10
=== slank_away is now known as slank
james_whttps://code.launchpad.net/~james-w/lazr.restfulclient/use-system-ca-certs/+merge/138520 if someone could review please17:26
czajkowskisinzui: might you have time to be able to help daker in https://answers.launchpad.net/launchpad/+question/216116  please17:30
dakerczajkowski: thanks :)17:30
sinzuiI answered the question czajkowski17:35
czajkowskisinzui: thank you17:35
czajkowskidaker: answered via sinzui17:36
dakerthanks sinzui czajkowski17:36
=== matsubara-lunch is now known as matsubara
jcsackettadeuring, james_w: i'll look at both. sorry for the delay, i was lunching.18:02
james_wnp18:02
jcsackettadeuring: r=me.18:16
adeuringjcsackett: thanks!18:16
jcsackettjames_w: r=me on yours as well. i believe you need someone to land that for you?18:18
james_wjcsackett, yes please18:18
james_wjcsackett, and I'd really like a release as well if possible18:18
jcsackettjames_w: i can land it today; i'll see about the release--can that wait till tomorrow if needs be?18:19
james_wjcsackett, it's blocking me getting pruning working on oops.canonical.com to remove a couple of million rows from the db18:20
james_wjcsackett, so I'd prefer today, but if I have to find someone else that's ok18:20
jcsackettjames_w: ack.18:25
sinzuijcsackett, do you have time to review https://code.launchpad.net/~sinzui/lazr.restful/component-lookup-error-404/+merge/13853418:43
jcsackettsinzui: i will soon. finishing up with james_w.18:44
sinzuijcsackett, np, I am going to move the MP to work because I should commit to doing the release too.18:45
=== Ursinha is now known as Ursinha-afk
jcsackettjames_w: landed and released.18:51
james_wjcsackett, woop, thanks18:51
jcsackettsinzui: i can look at yours now, or after you've made whatever changes you feel are needed to match up with release reqs.18:51
=== Ursinha-afk is now known as Ursinha
sinzuijcsackett, I pushed up changes to the NEWS and version files so that I can release today18:53
jcsackettsinzui: dig. i'll review your branch now then.18:53
james_wsinzui, would you be able to add https://launchpad.net/lazr.restfulclient/trunk/0.13.2/+download/lazr.restfulclient-0.13.2.tar.gz to lp-source-dependencies for me please?18:57
sinzuijames_w, yes, I will be updating deps in about an hour I hope18:58
james_wok18:58
jcsackettsinzui: r=me.19:03
sinzuithank you jcsackett19:03
sinzuiflacoste, gary_poster, can either of you add me to the list of package index owners for lazr.restful, http://pypi.python.org/pypi/lazr.restful/0.19.919:23
gary_postersinzui, on it19:24
gary_postersinzui, are you sinzui in pypi19:25
sinzuigood question. I am chovey19:26
gary_postersinzui, done19:26
sinzuithank you very much gary_poster19:26
gary_posternp, sinzui19:26
sinzuijames_w, lazr.restfulclient-0.13.2.tar.gz is in lp-source-dependencies19:42
james_wthanks sinzui19:42
sinzuijames_w, I am landing a branch that increments lazr.restful. Do you want me to also land the increment for your package?19:43
james_wsinzui, might as well I guess19:43
james_wsinzui, could I trouble you to add http://launchpad.net/django-openid-auth/trunk/0.4/+download/django-openid-auth_0.4.tar.gz to download-cache too please?20:14
sinzuiokay20:14
james_wjust needs the file in there so I can use it in oops-tools prod20:14
sinzuiunderstood20:15
james_wthanks sinzui20:40
=== lifeless_ is now known as lifeless
jcsackettis there any easy way to rerun all the tests that failed in a given ec2 result email?21:14
james_wjcsackett, you can process the subunit stream21:15
james_wjcsackett, I believe piping it to testr load, then run testr run --failing should do that all under the hood21:16
jcsackettjames_w: ah, cool.21:16
jcsackettthanks.21:16
james_wotherwise some subunit-filter and ./bin/test -F should get there21:16
=== You're now known as ubuntulog
=== jcsackett changed the topic of #launchpad-dev to: http://dev.launchpad.net/ | On-call reviewer: - | Firefighting: - | Critical bugs: ~170

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