/srv/irclogs.ubuntu.com/2010/11/24/#bzr.txt

* maxb gets very confused that some _*_pyx.h are autogenerated and some are not00:41
pooliereally?00:50
pooliei thought they all should be00:50
poolieif some are versioned that's probably a mistake00:51
maxbTurns out there are some _*_pyx.h that are human-authored01:08
lifelesswe were going to commit them as well, for folk without pyrex.01:11
lifelessI don't think that that has happened.01:11
pooliei'm not convinced that is worthwhile (any more)01:20
poolieit seems mostly useful for people on unix but without an apt/port like system through which they can install it01:20
pooliewhich is a pretty thin slice01:20
poolies/it/pyrex01:20
vilahi all !07:12
fullermdYou're way too chipper for mornings.  You're obviously on powerful drugs.  I want to know where you got them, and how much they cost.07:13
vilafirst dose free, as usual, as to where I got them... I wish I knew :D  I lack them for the last two days and couldn't find any substitute...07:14
spmvila: but isn't coffee freely available over your part of the world? with croissant even? ;-)07:25
vilaspm: ha right, morning expressossss are a pre-requisite (keep forgetting to mention them) but croissants... hmm, I've lost ~10kg in the last months, part of it is certainly because I *avoided* croissants ;D07:26
spmheh07:27
lifelessvila: congrats!07:27
lifelessvila: but did you have to ship it to me?!07:27
vilalifeless: thanks, very appreciated, so sorry for the side-effects :-/07:28
vilalifeless: still, my main effort was to eat fruits instead of junk between meals, surprisingly effective... Not the only effort but apparently the most important one...07:29
fullermdWait, vila's shipping croissants around?07:34
vilabah, no, croissants are not anymore what they used to be in the goold ol' times at 5AM on Sundays...07:38
pooliehello vila!07:41
vilapoolie: hey !07:41
pooliehi there07:42
hrwhi09:02
hrwhi jelmer09:07
jelmerhi hrw09:07
hrwjelmer: I think that I found a bug in bzr git-apply09:08
hrwjelmer: if patch creates new file then it is not created on bzr side after 'bzr git-apply'09:08
hrwjelmer: will retest it first09:09
jelmerhrw: No need, I can confirm it doesn't do that.09:12
hrwok, good to know09:12
hrwjelmer: should I open lp bug for it?09:13
* hrw -> finding other way to import git -> bzr09:15
jelmerhrw: Please do09:17
jelmerhrw: importing from git -> bzr should also be possible using bzr-git's pull, that's the same mechanism Launchpad uses for imports.09:18
hrwjelmer: this gave me parallel import with r2 as common one. result was really hard to merge09:20
jelmerhrw: hmm, it shouldn't do that (if you use bzr-git for other stuff too)09:22
hrwbug 68083309:22
ubot5Launchpad bug 680833 in bzr-git (Ubuntu) ""git-apply" does not add new files (affected: 1, heat: 6)" [Undecided,New] https://launchpad.net/bugs/68083309:22
jelmerhrw: thanks09:22
hrwnp09:22
jelmerhrw: can I ask about your use case? Are you trying to contribute to a bzr-maintained project?09:54
hrwjelmer: I have 4 packages in ubuntu and they are kept in bzr repo on LP. I started developing them in local git repo and keeps it that way (rebase etc). when I think that changes are ready for review I am migrating changes to bzr and push for review.09:55
jelmerhrw: ah09:56
hrwjelmer: as git user I have problems with switching to bzr09:56
zygalifeless, around?09:57
jelmerhrw: bzr push should give you a way to do that once it's finished (it'll store bzr metadata it can't represent in git in a git note)09:58
TarantulafudgeI forget, what should I do when I have differing revisions?12:09
Tarantulafudgemerge?12:10
jelmerTarantulafudge: if you have diverged branches, yes12:11
Tarantulafudgeany tips?12:15
Tarantulafudgedo I pull the tree first?12:15
hmelandYou don't pull "a tree", you pull "a branch"... but to merge, first make your tree into one of the revisions you want to merge (e.g. by using pull or update), then merge the other revision, resolve any conflicts, and finally commit the merge.12:22
vilamaxb: around ? I'm confused about 'python-docutils does not seem to be a particularly heavy-weight dep', I don't want to add this package to the ppa, why should I care whether it's heavy-weight or not ?15:07
maxbvila: You suggested creating an additional metapackage which was bzr-pqm-dependencies-minus-python-docutils. I didn't understand why that would be useful15:07
vilahaaa15:08
vilaoh, it was because I thought all the deps except python-docutils may be in the bzr Build-Deps, and I wanted to avoid duplication but I may not fully understand Build-Deps ::-/15:09
maxbI'm not sure we're both talking about the same thing when we say Build-Deps15:09
vilaindeed :)15:09
vila*you* know what it means, big difference :D15:09
vilaso nvm15:09
vilaas long as we agree on the package name, I'm happy to put it in the ppa as a first step15:10
maxbI mean the Build-Depends: field found in Debian source packages15:10
vilaright15:11
vilaand I thought those deps should be fulfilled for a package to be built, which we need (I think) before running make check15:11
vilasince we build the extensions as part of 'make check'15:12
vilapff, I'm not even sure pycurl should be there... yet we want it for selftest (so far)15:12
vilaok, still a grey area indeed15:13
vilaso let's keep them separate to start with15:13
vilamaxb: thanks for your feedback15:13
vilamaxb: (and the teddybear'ing ;)15:13
chxhi. if i have something like 17233.1.24 in bzr blame, how can i find the revision it was merged in...? it does not look it's 1723315:59
vilachx: no, 17233 is the revision it was forked from, you want -rmainline:17233.1.2416:12
vilachx: 'bzr qblame' may be easier in this case though16:13
chxbzr: ERROR: Unsupported protocol for url "mainline:17233.1.24"16:14
chxi tried bzr log -r mainline:17233.1.24  with and without the space after -r16:14
chx bzr help revisionspec does not list mainline either16:15
vilachx: damn, too recent addition :(16:15
chxI have bzr 2.2.116:16
vilachx: it's in trunk, you're using ... right16:16
chxeven that's not recent enough????16:16
vilachx: try 'bzr qblame' from the qbzr plugin then16:16
vilachx: what can I answer ? No, if it's not in 2.2.1 but in trunk, 2.2.1 is not recent enough :) Sorry :-/16:17
chxbah, i just ran bzr log -n0 and searched it out16:17
chxmy sysadmin will kill me if i ask qt to be deployed16:18
vilaha16:18
chxthat's a bit too much.16:18
vilahmm, there is a bzr log incantation that will be faster than log -n0 but it escapes me at the moment16:18
=== beuno is now known as beuno-lunch
mgzhey vila.16:39
vilamgz: hey !16:39
vilamgz: is there something you need before landing the python-testtools-0.9.5 related mps ?16:40
mgzjust approval I think.16:40
vilamgz: done !16:42
mgzdebian can catch up on test tools before the next beta is released if I understand maxb correctly.16:42
mgzthanks vila, will land now then.16:44
vilamgz: they will have an additional incentive otherwise :D16:44
vilamgz: that's too bad I misunderstood you there, I was convinced they were only waiting for the pqm update :-/16:44
mgzthat was the blocker.16:45
mgzas I'm inconvieniencing other people, wanted to double check before hitting the go button though.16:46
vilamaxb: bzr-landing-dependencies is now in the bzr/proposed ppa, when copying to bzr/ppa, should I use 'Rebuild the copied sources' or 'Copy existing binaries' ?16:47
vilamaxb: (I would do the former but I don't want to change the existing practices either)16:47
vilamgz: shouldn't that *unblock* some failing babune tests instead ?16:48
mgzyeah, it will mean I can finish and land my fix for the exception encoding issue16:48
mgzthen I think we're down to three failing tests on windows, and a few on mac16:49
vilaha right, I should have a look at those highly suspicious  lp_api failures...16:50
mgzhm, great review by poolie on zearin's capitalisation branch16:56
jelmer'evening Martin, Vincent17:00
vilajelmer: hello17:00
maxbmgz: lifeless has indicated he will take care of getting a new testtools into Debian in time17:14
maxbvila: If you wanted to do it in the web ui, it's "Copy existing binaries", however, if you have hydrazine to hand, I'd just run 'lp-promote-ppa -s bzr-landing-dependencies bzr/proposed bzr/ppa'17:15
vilamaxb: cool, thanks !17:16
vilamaxb: and done17:16
jamhave a good week, vila, I'm off for Thanksgiving. I might poke my head in, but probably not when you're around17:24
vilajam: happy Thanksgiving !17:24
=== beuno-lunch is now known as beuno
mgzhm I thought bug 681005 was a dupe of a fixed bug, but then noticed it's reported on 1.0.4 so perhaps bzr-svn still has something that needs fixing Jelmer?18:30
ubot5Launchpad bug 681005 in Bazaar Subversion Plugin "svn update (dup-of: 537387)" [Undecided,New] https://launchpad.net/bugs/68100518:30
ubot5Launchpad bug 537387 in Bazaar Subversion Plugin "TypeError: update() got an unexpected keyword argument 'revision' in svn checkout (affected: 5, heat: 5)" [Medium,Fix released] https://launchpad.net/bugs/53738718:30
jelmermgz: hmm18:42
jelmermgz: I'll have a look, thanks18:42
=== zyga_ is now known as zyga
pooliemgz, thanks for saying os20:20
poolie*so20:20
=== Meths_ is now known as Meths
peitschiemornin all :)21:54
pooliehi spiv, jam22:08
peitschiehi poolie22:15
spivHi poolie.22:15
spivLooks like jam is off for Thanksgiving.22:15
poolieoh of course he is22:21
zygaboo22:23
zygabzr rebase just ate my commits22:23
zygathere was a conflict which I resolved22:23
zygabut afterwards the whole next revision (after bzr rebase-continue22:24
zyga) just disappeared22:24
zygais there any way to find it in the repositiory?22:24
zygathe previous head22:24
zygajelmer, ^^22:25
spiv"bzr heads", from the bzrtools plugin22:39
zygaspiv, spits out just the rebased head23:06
zygaspiv, I remade the changes (differently though, too much effort last time, too late)23:06
spivheads --all, perhaps.23:13
zygaspiv, that's it23:13
pooliespiv, so you're piloting this week?23:15
poolietry to do a better job than i did :)23:15
zygaspiv, you saved an hour of hacking, thanks :)23:16
spivpoolie: :)23:17
pooliespiv does bug 636930 require upgrading the client, or also the server?23:35
ubot5Launchpad bug 636930 in Launchpad Bazaar Integration "Upgrading a repository fails with 'Inter1and2Helper' object has no attribute 'source_repo' (affected: 13, heat: 151)" [High,In progress] https://launchpad.net/bugs/63693023:35
spivpoolie: whichever side is actually performing the conversion; in the case of fetching from a smart server, that's the server side.23:36
spivpoolie: so there's a couple of things in that bug:23:38
spivpoolie: the original reported traceback is client side23:38
spivpoolie: but Launchpad performs upgrades on behalf of users when they click the link on Launchpad, so that's Launchpad-side23:38
spivAnd cross-format fetches that aren't upgrades are also affected.23:39
spivSo to cover all cases server and client need to be upgraded.23:40
pooliek23:41
pooliei'll just paste that if you don't mind23:41
spivSure!23:44

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