/srv/irclogs.ubuntu.com/2009/11/15/#launchpad-dev.txt

wgrantsinzui: Ah! Thankyou for fixing the location stupidity.01:19
sinzuiwgrant: thanks. I knew someone would notice before I could submit the branch for review01:20
intellectronicasinzui: need a review?01:25
sinzuiintellectronica: I often do. This one branch will make a lot of people happy: https://code.edge.launchpad.net/~sinzui/launchpad/location-bug-262193/+merge/1487801:25
sinzuiintellectronica: I have a queue of branches long enough to keep Mondays and Tuesdays reviewers busy01:26
intellectronicasinzui: it's your lucky day. i'm stuck in the most boring town in the world01:26
wgrantSince I imagine bigjools won't be around for a little while, can I convince somebody to quickly review the last two test-fix revisions of https://code.edge.launchpad.net/~wgrant/launchpad/distroseries-source-format-selection-part1/+merge/14729 and ec2test-land it?01:27
sinzuiintellectronica: Indeed. I refused to go.  Dallas, is still Texas, and that is still nowhere01:27
wgrantbigjools reviewed 9857, but it failed a couple of tests.01:28
sinzuiyuck sample data01:28
wgrantsinzui: Yes. Ignore that diff.01:28
sinzuiwgrant: I certainly will. I can review it and land it01:29
wgrantsinzui: Thanks.01:29
intellectronicasinzui: r=me. great to see an unused feature go01:32
* intellectronica sheds a tear of joy as he sets a branch's status inline for the first time01:33
sinzuiintellectronica: thanks.01:33
sinzuiwgrant: is there a commit message for this?01:35
wgrantsinzui: Sorry, forgot about that -- I've just set it on the MP: "Refactor bits and pieces to prepare for Debian source format 3.0 support."01:36
thumpersinzui: hey01:46
sinzuihi thumper01:47
thumpersinzui: I have a branch I'd love to get the quick treatment01:47
thumperhttps://code.edge.launchpad.net/~thumper/launchpad/fix-canonical-url-for-api-2/+merge/1487601:47
thumpersinzui: found during my api work for popup diffs01:47
sinzuiwgrant: your branch has conflicts:01:47
sinzuiText conflict in database/sampledata/current-dev.sql01:47
sinzuiText conflict in database/sampledata/current.sql01:47
sinzuiText conflict in lib/lp/archiveuploader/dscfile.py01:47
sinzuithumper: I'll review it01:48
thumpersinzui: ta01:48
sinzuiwgrant: when I get sampledata conflicts, I regenerate both current files01:49
wgrantYay, bitrot :(01:50
* wgrant merges.01:50
wgrantsinzui: Where were you landing that? I see no conflicts with devel.01:50
sinzuidb-devel. sql changes have to land in db devel01:51
wgrantsinzui: We were sneaky and landed the DB changes in 3.1.10.01:51
wgrantsinzui: But the sample data didn't get updated.01:51
sinzuiwgrant: bugger01:51
wgrantCan you not land sampledata changes to devel?01:52
sinzuiDo you need the sampledata01:52
sinzuiI cannot land the sampledata in devel01:52
wgrantAh, damn. I will see if I can avoid it.01:52
sinzuihmm01:52
sinzuiwell01:52
wgrantI'm not exactly sure when the patches are applied.01:53
sinzuiSomething in PQM is supposed to verify that nothing in database/ changes when merging into devel. So ec2 will pass it, then pqm will fail01:53
wgrantIf they are applied *after* the sampledata is loaded, it should be OK.01:53
sinzuiIs the sample data used in testing?01:53
wgrantIt is.01:53
wgrantActually, I guess the security.cfg changes are in this branch too, so merging this now to devel might break one particular circumstance on edge. I will go over this with bigjools and stub next week, I guess.01:54
sinzuidatabase/schema/security.cfg changes cannot be landed in devel because those changes will not be applied to edge01:55
sinzuiwgrant: are you thinking of breaking the branch in devel and db-devel parts?01:55
wgrantsinzui: Very little point.01:56
sinzuithumper: r=me, not changes needed02:02
thumpersinzui: no changes?02:03
sinzuiit is good to land as it is02:03
thumpersinzui: thanks02:04
thumperbeuno: ping10:19
* thumper wonders where beuno is10:19
beunothumper, hi. I'm in Dallas.15:23
nhandlersinzui: I saw you landed one of my branches. Just a heads up that although that branch appears to fix the bug, after some discussion in here, it was determined that it was not *properly* fixing the bug (which is why I didn't propose it for merging)17:45
sinzuinhandler: what do you think is the right fix?17:46
thumperbeuno: around now?20:31
thumperI have the unfortunate problem of having the diff render propertly in Konquerer but not Firefox20:31
maxbjml: perhaps you could compare pg_hba.conf from zbir's machine with one that works?21:02
jmlmaxb, not a bad idea.21:02
maxblaunchpad-database-setup sets everything up to use 'trust' auth (or lack of auth), so the fact that it's attempting 'ident' sounds broken21:03
jmlmaxb, it looks like it might be something to do with having 8.4 and 8.3 on the same machine21:54
maxbah.... and the wrong one on 5432, I take it?21:55
jelmermaxb, ping21:56
maxbpong21:56
jelmermaxb: I'm trying to install the required launchpad dependencies and I see a dependency on a specific version of python-support21:57
wgrantjml: Yeah, the 8.3 cluster will have installed on 5433 instead.21:57
maxbjelmer: You mean on the package python2.4-support ?21:57
jmlLaunchpad's 'make run' is connecting to the 8.3 cluster21:57
jelmermaxb, yeah21:57
jmlbut launchpad-database-setup modified the 8.4 setup21:58
thumperanyone know firefox and css really well?21:58
wgrantjml: Really? The other way makes sense, but not that...21:58
jelmermaxb: Is there any reason it needs to depend on that specific version? I have 1.0.4 here, should that work?21:58
maxbjelmer: We do this to ensure the python-support which actually includes python 2.4 support is installed (and doesn't get removed on upgrades)21:58
jmlwgrant, that's what science is telling us.21:58
jelmermaxb: I mean the dependency on python-support=1.0.3ubuntu1launchpad~maxb221:59
maxbhuh, where's that?21:59
wgrantjml: launchpad-database-setup appears to verify that 8.3 is running on 5432...21:59
wgrantjml: Oh, but launchpad-database-setup supports 8.4 now.21:59
wgrantSo it will indeed configure 8.4.21:59
wgrantjml: How do you know LP is connecting to 8.3?22:01
jmlwgrant, when we shut down 8.3, we get connection errors.22:02
jmlon running 'make run'.22:02
wgrantjml: Huh. Anyway, quick fix is to drop 8.4 from the list of supported versions in launchpad-database-setup and rerun it.22:02
wgrantThat might work.22:02
wgrantAlthough then it might complain about ports.22:02
jmlwgrant, yeah, that's what we're trying now.22:04
wgrantjml: Apart from this mess, how long did it take to get running?22:08
jmlwgrant, not very long at all.22:08
jmlwgrant, 'make build' takes a while, and package downloads are pretty fast.22:08
maxbjelmer: where is this dependency? I am not familiar with any equals-single-version deps like that.22:11
jelmermaxb: Trying to figure that out at the moment22:12
maxbwell, what fails~22:12
maxb?22:12
wgrantIs staging still running the 2.5 branch?22:15
al-maisanhttp://pastebin.ubuntu.com/319585/22:59
wgrantal-maisan: Nice. But what does launchpadlib think of it?23:13
al-maisanwgrant: sorry, this was just a test fragment I was showing to jml23:13
al-maisanwgrant: the branch in question is here: lp:~al-maisan/launchpad/35209423:14
al-maisanbug #35209423:14
mupBug #352094: Expose ISourcePackage.branches <api> <package-branches> <Launchpad Bazaar Integration:Triaged> <https://launchpad.net/bugs/352094>23:14
thumper\o/23:16
thumperfixed my rendering issues23:16
al-maisannice :)23:19

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