/srv/irclogs.ubuntu.com/2010/04/07/#launchpad-reviews.txt

gary_posterI need a testfix review00:27
gary_posterhttp://pastebin.ubuntu.com/410297/00:27
gary_posterThe problem was that buildbot is the only thing that runs ``python2.5 -t test_on_merge.py -vv``00:28
gary_posterec2 test does it differently (not sure how) so it was missed.00:28
gary_posterI'd prefer to change buildbot to simply run ``test_on_merge.py -vv`` at which point I can remove the nasty os.execv00:29
gary_posterbut this lets us move on for now00:29
gary_postermwhudson: ping?00:30
mwhudsongary_poster: looking00:30
mwhudsongary_poster: that's horrible00:31
gary_posteryes it is00:31
mwhudsongary_poster: changing buildbot isn't that hard, really00:31
gary_poster...no, but I should be giving my son a bath :-)00:32
mwhudsonat least if there's a losa around00:32
gary_posterI suppose I could just back my branch out00:32
mwhudsongary_poster: how should buildbot invoke test_on_merge.py ?00:33
mwhudsongary_poster: just with ./bin/py ?00:33
gary_postermwhudson: that would work.  Invoking it with ``test_on_merge.py -vv`` would also work.  Then the diff woud be this:00:34
mwhudsongary_poster: like so https://pastebin.canonical.com/30183/ ?00:34
gary_postermwhudson: exackle.00:35
mwhudsongary_poster: i can get that change landed if you like00:36
mwhudsonit seems better than that pastebin, tbh00:36
gary_postermwhudson: testfix would then be http://pastebin.ubuntu.com/410305/00:37
mwhudsongary_poster: ah right00:38
gary_postermwhudson: I'll see if a losa is around.  If so, will do it.  If not, will take you up on your offer with gratitude00:38
mwhudsongary_poster: want to review https://code.edge.launchpad.net/~mwhudson/lpbuildbot/bin-py-test/+merge/22918 ?00:39
mwhudsonit's probably a good idea in any case00:39
gary_posterreviewing00:39
* mwhudson wonders if anyone wants to review https://code.edge.launchpad.net/~mwhudson/launchpad/allow-import-password/+merge/2292406:32
jtvmwhudson: I'm on it08:12
=== StevenK changed the topic of #launchpad-reviews to: On call: - || reviewing: - || queue: [StevenK] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
jtvmwhudson: there's no chance that these passwordful URLs will show up in the UI?08:14
mwhudsonjtv: there's every chance08:14
jtvmwhudson: isn't that, like, potentially bad?08:14
mwhudsonjtv: not really, it's for cases that require guest:guest as the username/password combo08:14
mwhudsonjtv: i guess some words in the new code import form might be a good idea08:15
jtvmwhudson: the blink tag almost seems like a good idea here, if you get my point...08:15
* wgrant banishes jtv.08:16
jtvhey, I said "almost"!08:16
mwhudsonjtv: in general, the result of the import is going to be publicly available08:16
jtvmwhudson: that's fine, but one thing that gives a black-hat an even better guess to all of the average user's passwords than their birthday is... one of their passwords.08:17
jtvNot that bzr users are likely to be average computer users.  But OTOH they're likely to manage more accounts than most.08:18
jtvAnother way to do it would be to obscure the password when displaying the URL.08:19
jtvmwhudson: Actually I'd prefer the latter because it also protects people who enter a login that has commit rights.  Whether those people deserve protection is a matter for BOFHs and PFYs, I guess.  :-)08:21
jtvmwhudson: I have to relocate now.  I've added my comment to the MP.08:31
=== jtv changed the topic of #launchpad-reviews to: On call: jtv || reviewing: - || queue: [StevenK] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
jtvOn call: jtv || reviewing: StevenK || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews10:16
StevenKjtv: Hi!10:17
jtvhi StevenK10:17
jtvYour code looks good, but the MP is a bit thin!  Pre-imp?  Lint?10:17
StevenKjtv: Uh? I'm new here, can you expand 'pre-imp' ?10:20
jtvAh.  "Pre-implementation call."10:21
jtvWe're expected to discuss each change with someone—whether it's someone more knowledgeable about the topic, or a peer, or an outsider, or someone less experienced—and make every effort to make that discussion by voice.10:22
* wgrant imagines the content of the call as "AAAAAAAAAAA it's broken it's broken fix it fix it"10:22
jtvwgrant: the intended solution should come up at least in passing, thank you.10:22
StevenKjtv: Oh, right. In both MPs I've got up for review, I've spoken to both Julian Edwards and Michael Nelson via Skype about them10:22
jtvBut otherwise, wgrant hit it on the nose.  :)10:23
jtvGood!10:23
jtvBecause as a non-Soyuz person I'm hardly in a position to know whether this change is as sane as it looks.10:23
jtvAnd with "lint," I mean the output of "make lint."  I'm not assuming you didn't run it, but we normally at least mention it in the MP as a reminder.10:24
jtvMy own branches generally have a final commit around MP time with the description "Lint."  Shows how effective that procedure can be.10:24
StevenKI've been reading through the coding standards, but I have yet to get into the habit of running make lint before submitting the MP10:25
jtvThen this would be a good start!10:25
jtvGood *time to* start, that is10:25
StevenKWell, running it just blew up with a wierd error, so \o/10:25
jtvUnfortunately a lot of our standards aren't properly documented afaik10:25
jtvuh-oh10:26
StevenKOSError: [Errno 17] File exists: '/home/steven/launchpad/lp-branches/fixes-bug-387049/eggs/setuptools-0.6c9-py2.5.egg'10:26
jtvAlways fun how EEXISTS never mentions why this should be a problem.10:27
jtvYou could try removing it, but then you'd probably also have to re-run rocketfuel-get; make clean; utilities/link-external-sourcecode ../devel; make10:28
jtv(And possibly merge devel somewhere in that sequence as well)10:28
* jtv tries the branch out locally10:28
StevenKWell, I'm happy to make clean and then link and make lint10:29
jtvI can do it here—you ran the test though, right?10:30
StevenKThe test suite? Yes10:31
jtvSo it's not really worth going through the pain just for the lint.  Hang on, I'm setting things up on my end.10:31
jtvAbout the code itself: nice to know about the test publisher's addMockFile and addFakeChroots; I wasn't aware of those.10:32
jtvStevenK: ah, this should be helpful: https://dev.launchpad.net/CoverLetters10:33
=== daniloff is now known as danilos
jtvStevenK: meanwhile, I have a call coming up.  That means I'll drop off for a while, without much warning.10:33
StevenKRight, I have make lint working and running at least10:34
jtvoh good10:34
=== jtv is now known as jtv-otp
StevenKBut understanding the output is the next problem10:36
=== allenap changed the topic of #launchpad-reviews to: On call: jtv, allenap || reviewing: -, - || queue: [StevenK] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
allenapMorning jtv-otp :)10:45
jtv-otphallo allenap10:45
=== jtv-otp is now known as jtv
jtvStevenK: the core of the change could be made a tad easier to read, I think (always a concern with these long soyuz identifiers).10:49
jtvStevenK: something like10:50
jtvdest_file = dfc.get(file.libraryfile.filename)10:50
jtvif dest_file is not None and file.libraryfile != dest_file:10:50
jtv(Saves an indent level as well)10:50
jtvStevenK: _but_ "file" is not a good variable name since it's also a built-in class.  This has bitten me many times, though not usually very hard.10:51
StevenKYes, it has me too. I'm not sure why I keep doing 'for file in ...'10:51
jtvIf it bit harder, I'm sure we'd all have learned by now.  :-)10:52
StevenKjtv: So I've got the output from make lint, with stuff like: 652: [E1002, CopyCheckerTestCase.setUp] Use super on an old style class10:52
jtvStevenK: that particular message is...  "a bit confused" afaict.  You have my wholehearted fiat to ignore that one until we know what python version we're really at.10:53
StevenKHehe, right10:54
StevenKjtv: So, I'll clean up that code tomorrow and push a branch10:54
jtvMy compliments on your commenting habits: it's no more and no less than what's needed.  The one at the top of the diff though is part of a "# Do X" pattern.  It would probably be nicer to have the new check in a separate method, and its name could do all the explaining needed.10:55
StevenKjtv: I thought about doing that -- but the method is already doing lots of checks, and it was either adding one more, or a refactor10:56
jtvWell one has to start somewhere...  I'm not particularly keen on fixing this pattern, usually, but when you build up real data structures, especially in longer methods, it's often very helpful to minimize their scope.10:57
jtvI do agree that it's ugly to have different levels of abstraction in the method; maybe it's something that fits better one level up in the call tree?10:57
StevenKjtv: Thinking about it more, this method already has a large cache structure that is used by a large number of the checks, and passing that around just makes me feel even uneasier10:58
jtvStevenK: is this an urgent fix, something you may want to CP?10:59
StevenKjtv: It isn't, no10:59
StevenKjtv: It's a nice to have, since it may bite people who use the package copier10:59
jtvBecause when you hit this sort of dilemma, it's probably best to "bzr shelve" your changes (or create a pipeline) and put up a separate refactoring branch first.  Of course by the time one realizes this, it's often water under the bridge.11:00
StevenKHeh, yes11:01
jtvLooking at the diff, ISTM you only need to pass a few things if you extract this (into a standalone function afaic): destination_file_conflicts and source.sourcepackagerelease.files.11:04
StevenKjtv: Right, what I was getting at, was if I abstract this bit out, why not the rest too?11:04
StevenKWhere my concern about copying around large structures came from11:05
jtvWell, that would be good too, definitely!  I thought you were concerned that I might force you to, and was trying to assuage that concern.11:05
=== jtv changed the topic of #launchpad-reviews to: On call: jtv, allenap || reviewing: StevenK, - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
StevenKWah, now bin/test is blowing up11:14
wgrantI have a severely oversized (~9500 lines) branch, but it is exclusively removals. Can I can convince somebody to take it?11:14
jtvwgrant: imagine a very noncommittal voice here... removals of what?11:15
wgrantjtv: Lots of unused code. A JS library or two, an extraneous JS minifier, some directories named 'not-used', a couple of Makefiles that have been unused and broken for three or four years...11:16
StevenKjtv: So I have the refactoring changes, but bin/test is blowing up with ImportError: No module named gettextpo11:16
jtvwgrant: wow...  for the JS stuff at least, I'd ask sinzui; he probably has the best overview of what can go.11:17
jtvStevenK: you may need to "make" again11:17
StevenKAhh11:19
jtvStevenK: the only lint I see btw is test_copypackage.py importing TestCase but not using it.11:19
StevenKjtv: Right, which I've fixed locally11:22
StevenKWhee, Failed to load application: No module named psycopg211:24
wgrantStevenK: Your version of python-support or python-psycopg2 is wrong.11:25
wgrantAh, no, just the latter.11:25
StevenKSo karmic's version of python-psycopg2 is wrong?11:25
wgrantYou need one from the Launchpad PPA.11:27
StevenKWhich is installed11:28
StevenK *** 2.0.8-0ubuntu3~launchpad1 011:28
wgrantWhat happens if you try to import psycopg2 from a non-buildout-tainted python2.5?11:29
StevenKwgrant: It works11:31
wgrant<3 buildout <311:34
StevenKHah, nice. :-(11:42
allenapStevenK: You have two proposals needing review. Shall I take one?11:48
StevenKallenap: fixes-bug-553068 is the other, so sure11:50
allenapStevenK: Cool.11:53
=== allenap changed the topic of #launchpad-reviews to: On call: jtv, allenap || reviewing: StevenK, StevenK || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
=== noodles775 changed the topic of #launchpad-reviews to: On call: jtv, allenap || reviewing: StevenK, StevenK || queue: [noodles775] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
noodles775Hi jtv, allenap. This one's already been reviewed, but I had to create a new MP after failing to merge a new production-devel: https://code.edge.launchpad.net/~michael.nelson/launchpad/pd-550049-overwriting-buildd-manager-files/+merge/2293211:58
jtvnoodles775: yowza... "you don't have permission to access this page"11:59
* noodles775 adds jtv11:59
noodles775jtv: try now.12:00
jtvyup, that works.12:00
noodles775Thanks.12:01
jtvnoodles775: two very different ideas on where buildid should come from, there...12:01
jtvUsed to come from the slave, now comes from the master.12:01
jtvWhat method is that in?  I'm talking about lines 17—18 of the diff.12:02
noodles775jtv: from the build itself. If you look at the original MP, there's a note there about it.12:03
noodles775jtv: and it's _handleStatus_OK12:03
* wgrant points at the channel privacy and coughs a bit.12:03
jtvwgrant: thank you, it had percolated through in the meantime12:04
* noodles775 moves the discussion elsewhere :)12:07
wgrantThanks.12:07
=== mrevell is now known as mrevell-lunch
=== matsubara-afk is now known as matsubara
jtvStevenK: any progress on the 387049 branch?13:09
StevenKjtv: You know it's 10pm here, right? :-)13:10
jtvStevenK: no, but thanks for telling me.  :)13:10
=== jtv changed the topic of #launchpad-reviews to: On call: allenap || reviewing: StevenK || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
jtveod here too...13:11
=== mrevell-lunch is now known as mrevell
gmballenap, Could you review the code portion of https://code.edge.launchpad.net/~gmb/launchpad/not-nullify-bwa.result-bug-546774/+merge/22934 for me?13:56
gmbstub, BjornT, I've requested DB reviews from you guys for https://code.edge.launchpad.net/~gmb/launchpad/not-nullify-bwa.result-bug-546774/+merge/22934, too.13:57
gmbstub, Thanks for the review :)14:03
allenapgmb: Sure.14:16
=== allenap changed the topic of #launchpad-reviews to: On call: allenap || reviewing: gmb || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
jtvallenap: hadn't even noticed you were reviewing my branch... thanks!14:30
allenapjtv: Cool, you're welcome :)14:31
jtv:)14:32
jtvand with that, jtv eods14:32
jtvgood night!14:32
=== sinzui changed the topic of #launchpad-reviews to: On call: allenap || reviewing: gmb || queue: [sinzui] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
sinzuiallenap, EdwinGrubbs: can you review https://code.launchpad.net/~sinzui/launchpad/newline-removal/+merge/2291514:55
EdwinGrubbssinzui: sure14:55
gary_posterkfogel: re https://code.edge.launchpad.net/~kfogel/launchpad/google-analytics-everywhere/+merge/22891 , it's fine.  I would remove the lines with only ellipses, because I don't think they buy anything, but if you disagree, I'm ok with it as is.14:55
kfogelgary_poster: that's a good idea; I wasn't sure quite how "..." matching worked and actually meant to test without those lines, then forgot to.14:58
gary_posterkfogel: it's very greedy, think ``.*``14:58
kfogelgary_poster: ok14:59
gary_posterkfogel: fwiw actually, I think ``.+`` is more accurate14:59
sinzuiBjornT: can you look at the proposed schema/interfaces changes in https://code.edge.launchpad.net/~sinzui/launchpad/not-packaged/+merge/2281014:59
kfogelgary_poster: :-)  gotcha14:59
BjornTsinzui: sure15:01
gary_posterkfogel: approved15:03
kfogelgary_poster: thanks.  (I committed the change you suggested; test still passes)15:04
gary_poster:-) cool15:04
BjornTsinzui: i have some issues with the name. also, only using a date seems a bit unclear. did you consider other options?15:11
sinzuiBjornT, We considered recording the series, but that leads to asking redundant questions...15:12
sinzuiThe new series is always identical to the series just released...not enough time has passed for the series to diverge...15:13
sinzuiSo we think 1 year is about the right time for users. the real time is closers to 9 months15:13
sinzuiBjornT, If someone can suggest a better name for the date field I will happily change it.15:15
* sinzui struggled with the name15:15
BjornTsinzui: did you consider using the existing Packaging table for this?15:16
sinzuiBjornT, only briefly. The schema requires a distroseries. I think it would get message to create a entry without a distroseries15:19
sinzuiBjornT, and it requires a SPN, which the project does not have.15:20
sinzuis/message/messy/15:21
BjornTsinzui: well, the db schema doesn't require it, as far as i can see, so it's easily changable.15:21
sinzuiwhat?15:22
sinzuiThe disrtoseries+spn is a unique key I think15:22
BjornTsinzui: they can still both be null.15:25
sinzuiBjornT, you propose that we create a false packaging link for the project. And we modify product+packages to hide the false packaging link.15:26
BjornTsinzui: i want you to consider using the Packaging table, since it gives you the date and who said it wasn't packaged for free.15:26
sinzuiright15:27
BjornTsinzui: i'm not proposing a false link. i propose to say that it isn't linked to a source package15:27
=== allenap changed the topic of #launchpad-reviews to: On call: allenap || reviewing: - || queue: [sinzui] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
sinzuiWe do not really delete links. So if I have a false link, and then visit +ubuntupkg, do I need to delete the false link when I create the new one15:28
sinzuiBjornT, I suppose so, and I need to delete it for sp+linkpackage15:29
BjornTsinzui: yes, or update it. we do allow links to be deleted, now?15:29
BjornTsinzui: in short, you should do the same as you do when links are edited.15:29
sinzuiWe cannot update it in the latter case, Remember that from the sp's perspective there is a 1-1 relationship and it queried for iteself and found None. projectseries know the relationship is *-*15:30
sinzuiBjornT, yes, we allow users to delete links. the application creates them, or updates the distroseries-spn version. This is a minor detail. I'll give the Packaging approach a try15:33
BjornTsinzui: well, you can always retrieve the None-link, if you have no link. it's the same things as if you want to link a package to a project that already has a link to another package, except you don't have to ask the user what the right link should be.15:34
BjornTsinzui: cool. whether to use the distroseries is an open question. setting it to the current series might be good, but i'm not sure. i suspect it's more correct to set it, since Packaging (at least in theory) is used for more than Ubuntu. (or isn't it allowed to link to non-Ubuntu packages?)15:36
sinzuiWe removed the feature to allow projects to link to other distros. Other distros can link to a project, but given the fact we only have spph for Debian, only Debian can get a link15:38
sinzuidistroseries + spn is unique. I really really do not want to change that rule. This rule as added to prevent the insane data we collected for the first 3 years of the feature15:39
sinzuiBjornT, As I think about the distroseries+spn constraint, I do not think Packaging can be used. We need to manufacture an spn for each project15:43
BjornTsinzui: there shouldn't be a need to manufacture an spn. the current constraints allow spn to be null.15:44
BjornTsinzui: you might have to to add a constraint to make sure there's only one null spn for a project/distroseries, though15:45
sinzuiI do not think we can have (null, null, gdp/trunk) and (null, null, launchpad/trunk)15:46
BjornTsinzui: you can with the current constraints15:47
sinzuiBjorn: None isn't acceptable as a value for Packaging.distroseries15:54
sinzuiBjornT, storm does not like it15:55
sinzuiBjornT, We need to change the model to allow spn and distroseries to allow None15:57
BjornTsinzui: well, that's because storm has been told it can't None, even though the db schema allows it15:57
BjornTsinzui: yes, you need to update the model class and interface for this to work. you probably won't come up with a solution that doesn't require any model changes :)15:58
sinzuiDeleting a product series and the latest packages get complicated. We will need to revise or add methods that get SPs to know that they can get meaningless results that need filtering15:59
BjornTsinzui: i don't see what would be complicated. could you expand?16:00
sinzuiProduct.sourcepackages must change to ensure false packaging links are not uses...conversely, this is the method we use when choosing to ask the user to link to  package. We need another method link sourcepackages that does not filter16:02
=== danilos is now known as daniloff
BjornTsinzui: right. i wouldn't call it complicated, though, just normal code changes, which you generally have to deal with :)16:04
sinzuiBjornT, The same is true for productseries. And setPackaging can be taught to work with false packages.16:04
* BjornT -> phone16:07
sinzuiBjornT, okay, I will try. this will be much more invasive, requiring many more code changes to disambiguate the Packaging object.16:08
leonardrallenap, for the queue: https://code.edge.launchpad.net/~leonardr/lazr.restful/cache-service-root/+merge/2294816:20
allenapleonardr: I'll do it now.16:20
leonardrgreat16:20
allenapleonardr: Oops, I didn't see sinzui's entry. sinzui, is that the newline-removal branch?16:22
sinzuiallenap, yes it is16:22
allenapsinzui: Okay. leonardr, I'll do yours after sinzui.16:22
=== allenap changed the topic of #launchpad-reviews to: On call: allenap || reviewing: sinzui || queue: [leonardr] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
=== deryck is now known as deryck[lunch]
=== salgado is now known as salgado-lunch
=== allenap changed the topic of #launchpad-reviews to: On call: allenap || reviewing: leonardr || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
=== gary_poster is now known as gary-lunch
allenapleonardr: Is there any way config.active_versions could be empty?17:00
leonardrallenap: no, that would prevent lazr.restful from starting up17:00
allenapleonardr: Instead of having [604800, 3600], could you have a module-level constant like `HOUR = 3600 # seconds`, then the default can be specified as [7 * 24 * HOUR, 1 * HOUR]?17:02
leonardrsure17:03
EdwinGrubbsallenap: oops, I forgot to take sinzui's name out of the queue and claim the review. I didn't mean to re-review it.17:05
=== EdwinGrubbs changed the topic of #launchpad-reviews to: On call: allenap, Edwin || reviewing: leonardr || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
sinzuiI have 3 reviews? I must be special17:05
=== allenap changed the topic of #launchpad-reviews to: On call: allenap, Edwin || reviewing: -, - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
allenapEdwinGrubbs: All's well; you spotted a couple of things I missed.17:06
leonardrallenap, i had to make one more minor change to https://code.edge.launchpad.net/~leonardr/lazr.restful/cache-service-root/+merge/2294817:18
allenapleonardr: I'll take a look.17:18
allenapleonardr: Looks good.17:20
allenapEdwinGrubbs: If you have a moment, please could you sanity check the diff I've attached to https://code.edge.launchpad.net/~allenap/launchpad/dynamic-batch-size-bug-546085/+merge/2253817:33
allenapEdwinGrubbs: I added a constant to signify an unlimited size batch, BATCH_SIZE_UNLIMITED, but it's 0, not object(). However, the meaning when batch_size is None is now unambiguous: it always means unset, never unlimited.17:35
leonardrallenap, looks like i need to do still more work on the lazr.restful side, i'll ping you when it's ready17:35
allenapleonardr: Okay, no worries. I'll be afk in ~20 minutes, but I'll look at it in the morning.17:37
leonardrallenap: i may have someone else look at the updates17:37
leonardrin that case17:37
allenapleonardr: Okay.17:37
EdwinGrubbsallenap: I'm surprised that you added a line to tests/externalbugtracker.py to set the batch_size to BATCH_SIZE_UNLIMITED, but it didn't change the results of any of the tests.17:41
allenapEdwinGrubbs: It kind of does the same as lines 153 to 157 used to do.17:44
allenapEdwinGrubbs: ... because most calls into updateBugWatches() and _getRemoteIdsToCheck() didn't specify batch_size.17:44
EdwinGrubbsallenap: ok, that makes sense. Looks good.17:45
allenapEdwinGrubbs: Thanks :)17:46
=== deryck[lunch] is now known as deryck
=== salgado-lunch is now known as salgado
=== matsubara is now known as matsubara-lunch
=== gary-lunch is now known as gary_poster
=== matsubara-lunch is now known as matsubara
=== leonardr is now known as leonardr-lunch
=== leonardr-lunch is now known as leonardr
EdwinGrubbsmars: I see that you have two merge proposals for the same branch to merge it into devel and db-devel. Can one of those be deleted?21:30
=== salgado is now known as salgado-afk
=== matsubara is now known as matsubara-afk
=== mwhudson_ is now known as mwhudson
=== EdwinGrubbs changed the topic of #launchpad-reviews to: On call: - || reviewing: -, - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews

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