/srv/irclogs.ubuntu.com/2012/08/07/#bzr.txt

bob2<3 git's index00:01
=== michaelh is now known as michaelh|away
=== michaelh|away is now known as michaelh
michaelhHey, 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
michaelhHuh, the pack name seems to be the md5sum of the file...02:02
spivmichaelh: right02:05
michaelhTwo machines, one pack file, and they differ in one byte part way through.  I'm assuming dodgy host.02:06
spivmichaelh: so md5sum of the file is a good quick check for corruption that's happened after the pack was generated.02:06
spivmichaelh: that sounds most likely to me too02:06
michaelhIt's strange as the problem happened yesterday as well.  A nuke, re-fetch was OK but failed again today02:06
michaelh(which also sounds like a dodgy host)02:07
spivAgreed.02:07
michaelhOnce a pack has been fetched, does it ever change?02:08
lifelessno02:08
lifelesswrite once02:08
michaelh(ah, but it can't as contents==md5sum)02:08
lifelessvery hard to have bugs that way02:08
lifelesswe compact multiple packs together from time to time to amortize the time/space tradeoff02:09
michaelhHmm.  I'll keep an eye on it.02:09
lifelessbut 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 well02:09
=== 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
jonohey folks05:09
jonocan nayone help me fix this error I get when pushing:05:09
jonobzr: 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:09
spivjono: "bzr lp-login && bzr push --overwrite lp:~jonobacon/ubuntu-accomplishments-system/adminportal"05:10
jonothanks spiv05:10
mgzmorning!07:59
jelmermoin08:03
mgzhey jelmer08:04
jamjelmer: see you in mumble in a bit?08:07
=== 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
Marqinhi18:26
Marqinwhere to find in .bzr files Changelog?18:26
=== michaelh|away is now known as michaelh
arandI'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
arandThen 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 directory21:27
arandLikewise when I do a --pull merge and then try to use "bzr up"21:27
wgzarand: you might want to post to ubuntu-distributed-devel@lists.ubuntu.com for help with bzr-builddeb things22:36
arandwell, 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
wgzno.22:38
wgzif you're using the bzr-builddeb plugin on packaging branches it adds some fancy stuff to merge22:39
wgzsee that plugin's documentation for how to configure it.22:39
mgrandiquestion, does anyone know how to change the name that bazaar explorer shows for a branch?22:55
mgrandicause having a bunch of trunk->trunk names doesn't help22:56
wgz`bzr nick whatever-you-like`22:58
mgrandithat doesn't seem to do anything to bzr explorer23:00
wgzhm. it might be resolutely using folder names instead.23:01
mgrandiill add that to the list of bug reports haha23:02
mgrandialso, on my todo list for today is to finally file the bug report against yui, do i link that to any lp bug?23:03
wgzyeah... what was it again.23:04
mgrandiopera failing on urls and giving like launchpad.net/bugs/null23:05
wgzbug 89727723:05
ubot5`Launchpad bug 897277 in Launchpad itself "Going to +bugs results in incorrect URL location" [Low,Triaged] https://launchpad.net/bugs/89727723:06
mgrandiok i'll link it there23:07
mgrandior maybe i'll fix it myself since i semi know pyqt4!23:10
mgrandiis there a special way to link that? i see a RDF metadata thingy, but im not sure how to link other bug trackers23:12
wgzyou 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 nicely23:13
ubot5`Ubuntu bug 897277 in Launchpad itself "Going to +bugs results in incorrect URL location" [Low,Triaged]23:13
mgrandiok23:14
quotemstrCan I change a branch's URL?23:24
quotemstrI have a read-only branch and I'd like to change its URL so I can push to it.23:24
wgz...yes? though I don't really understand what you're trying to do23:26
wgzI mean, mv changes a branch's URL, but doesn't make it writable23:27
quotemstrI have a clone of a branch from Savannah. It's a bzr:// URL.23:27
quotemstrI'd like to start using bzr+ssh:// without pulling down the entire branch again.23:27
wgzbzr pull --remember bzr+ssh://23:27
wgz(and the rest of the location)23:28
quotemstrAh, okay.23:28
quotemstrThanks.23:28
wgzpush --remember too, though if it was read-only before you've probably not pushed previously23:28

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