[00:01] <3 git's index === michaelh is now known as michaelh|away === michaelh|away is now known as michaelh [02:02] Hey, I'm getting a zlib integrity check error while doing a bzr export. Should two packs with the same name have the same content? [02:02] Huh, the pack name seems to be the md5sum of the file... [02:05] michaelh: right [02:06] Two machines, one pack file, and they differ in one byte part way through. I'm assuming dodgy host. [02:06] michaelh: so md5sum of the file is a good quick check for corruption that's happened after the pack was generated. [02:06] michaelh: that sounds most likely to me too [02:06] It's strange as the problem happened yesterday as well. A nuke, re-fetch was OK but failed again today [02:07] (which also sounds like a dodgy host) [02:07] Agreed. [02:08] Once a pack has been fetched, does it ever change? [02:08] no [02:08] write once [02:08] (ah, but it can't as contents==md5sum) [02:08] very hard to have bugs that way [02:09] we compact multiple packs together from time to time to amortize the time/space tradeoff [02:09] Hmm. I'll keep an eye on it. [02:09] but all reads get the zlib extraction and validation done, and then recompressed into the new pack, so hard for things to slip through there as well === beuno_ is now known as beuno === michaelh is now known as michaelh|away === michaelh|away is now known as michaelh === michaelh is now known as michaelh|away === michaelh|away is now known as michaelh === michaelh is now known as michaelh|away [05:09] hey folks [05:09] can nayone help me fix this error I get when pushing: [05:09] bzr: ERROR: Cannot lock LockDir(http://bazaar.launchpad.net/~jonobacon/ubuntu-accomplishments-system/adminportal/.bzr/branch/lock): Transport operation not possible: http does not support mkdir() [05:10] jono: "bzr lp-login && bzr push --overwrite lp:~jonobacon/ubuntu-accomplishments-system/adminportal" [05:10] thanks spiv [07:59] morning! [08:03] moin [08:04] hey jelmer [08:07] jelmer: see you in mumble in a bit? === michaelh|away is now known as michaelh === jpds_ is now known as jpds === michaelh is now known as michaelh|away === Ng_ is now known as Ng === deryck is now known as deryck[lunch] === deryck[lunch] is now known as deryck [18:26] hi [18:26] where to find in .bzr files Changelog? === michaelh|away is now known as michaelh [21:27] I've: branched lp:ubuntu/precise/redeclipse; added a commit with a patch (committed applied as per the repo setup from original Debian import); branched lp:ubuntu/redeclipse; tried to (fast-forward) merge the former into the latter: [21:27] Then I get this error: bzr: ERROR: Unable to unapply quilt patches for 'other' tree: rmdir: failed to remove `.pc/security-text-command-fix.patch': No such file or directory [21:27] Likewise when I do a --pull merge and then try to use "bzr up" [22:36] arand: you might want to post to ubuntu-distributed-devel@lists.ubuntu.com for help with bzr-builddeb things [22:38] well, the command itself if just a plain merge, does bzr detect that it is packaging in the repos and add some bzr-bs vodoo on top? [22:38] no. [22:39] if you're using the bzr-builddeb plugin on packaging branches it adds some fancy stuff to merge [22:39] see that plugin's documentation for how to configure it. [22:55] question, does anyone know how to change the name that bazaar explorer shows for a branch? [22:56] cause having a bunch of trunk->trunk names doesn't help [22:58] `bzr nick whatever-you-like` [23:00] that doesn't seem to do anything to bzr explorer [23:01] hm. it might be resolutely using folder names instead. [23:02] ill add that to the list of bug reports haha [23:03] also, on my todo list for today is to finally file the bug report against yui, do i link that to any lp bug? [23:04] yeah... what was it again. [23:05] opera failing on urls and giving like launchpad.net/bugs/null [23:05] bug 897277 [23:06] Launchpad bug 897277 in Launchpad itself "Going to +bugs results in incorrect URL location" [Low,Triaged] https://launchpad.net/bugs/897277 [23:07] ok i'll link it there [23:10] or maybe i'll fix it myself since i semi know pyqt4! [23:12] is there a special way to link that? i see a RDF metadata thingy, but im not sure how to link other bug trackers [23:13] you can set a url on https://bugs.launchpad.net/yui/+bug/897277/+editstatus but yui uses a weird tracker so I'm not sure that'll work nicely [23:13] Ubuntu bug 897277 in Launchpad itself "Going to +bugs results in incorrect URL location" [Low,Triaged] [23:14] ok [23:24] Can I change a branch's URL? [23:24] I have a read-only branch and I'd like to change its URL so I can push to it. [23:26] ...yes? though I don't really understand what you're trying to do [23:27] I mean, mv changes a branch's URL, but doesn't make it writable [23:27] I have a clone of a branch from Savannah. It's a bzr:// URL. [23:27] I'd like to start using bzr+ssh:// without pulling down the entire branch again. [23:27] bzr pull --remember bzr+ssh:// [23:28] (and the rest of the location) [23:28] Ah, okay. [23:28] Thanks. [23:28] push --remember too, though if it was read-only before you've probably not pushed previously