bob2 | <3 git's index | 00:01 |
---|---|---|
=== michaelh is now known as michaelh|away | ||
=== michaelh|away is now known as michaelh | ||
michaelh | 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 |
michaelh | Huh, the pack name seems to be the md5sum of the file... | 02:02 |
spiv | michaelh: right | 02:05 |
michaelh | Two machines, one pack file, and they differ in one byte part way through. I'm assuming dodgy host. | 02:06 |
spiv | michaelh: so md5sum of the file is a good quick check for corruption that's happened after the pack was generated. | 02:06 |
spiv | michaelh: that sounds most likely to me too | 02:06 |
michaelh | It's strange as the problem happened yesterday as well. A nuke, re-fetch was OK but failed again today | 02:06 |
michaelh | (which also sounds like a dodgy host) | 02:07 |
spiv | Agreed. | 02:07 |
michaelh | Once a pack has been fetched, does it ever change? | 02:08 |
lifeless | no | 02:08 |
lifeless | write once | 02:08 |
michaelh | (ah, but it can't as contents==md5sum) | 02:08 |
lifeless | very hard to have bugs that way | 02:08 |
lifeless | we compact multiple packs together from time to time to amortize the time/space tradeoff | 02:09 |
michaelh | Hmm. I'll keep an eye on it. | 02:09 |
lifeless | 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 | 02: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 | ||
jono | hey folks | 05:09 |
jono | can nayone help me fix this error I get when pushing: | 05:09 |
jono | 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:09 |
spiv | jono: "bzr lp-login && bzr push --overwrite lp:~jonobacon/ubuntu-accomplishments-system/adminportal" | 05:10 |
jono | thanks spiv | 05:10 |
mgz | morning! | 07:59 |
jelmer | moin | 08:03 |
mgz | hey jelmer | 08:04 |
jam | jelmer: 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 | ||
Marqin | hi | 18:26 |
Marqin | where to find in .bzr files Changelog? | 18:26 |
=== michaelh|away is now known as michaelh | ||
arand | 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 |
arand | 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 |
arand | Likewise when I do a --pull merge and then try to use "bzr up" | 21:27 |
wgz | arand: you might want to post to ubuntu-distributed-devel@lists.ubuntu.com for help with bzr-builddeb things | 22:36 |
arand | 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 |
wgz | no. | 22:38 |
wgz | if you're using the bzr-builddeb plugin on packaging branches it adds some fancy stuff to merge | 22:39 |
wgz | see that plugin's documentation for how to configure it. | 22:39 |
mgrandi | question, does anyone know how to change the name that bazaar explorer shows for a branch? | 22:55 |
mgrandi | cause having a bunch of trunk->trunk names doesn't help | 22:56 |
wgz | `bzr nick whatever-you-like` | 22:58 |
mgrandi | that doesn't seem to do anything to bzr explorer | 23:00 |
wgz | hm. it might be resolutely using folder names instead. | 23:01 |
mgrandi | ill add that to the list of bug reports haha | 23:02 |
mgrandi | 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:03 |
wgz | yeah... what was it again. | 23:04 |
mgrandi | opera failing on urls and giving like launchpad.net/bugs/null | 23:05 |
wgz | bug 897277 | 23:05 |
ubot5` | Launchpad bug 897277 in Launchpad itself "Going to +bugs results in incorrect URL location" [Low,Triaged] https://launchpad.net/bugs/897277 | 23:06 |
mgrandi | ok i'll link it there | 23:07 |
mgrandi | or maybe i'll fix it myself since i semi know pyqt4! | 23:10 |
mgrandi | 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:12 |
wgz | 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 |
ubot5` | Ubuntu bug 897277 in Launchpad itself "Going to +bugs results in incorrect URL location" [Low,Triaged] | 23:13 |
mgrandi | ok | 23:14 |
quotemstr | Can I change a branch's URL? | 23:24 |
quotemstr | I 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 do | 23:26 |
wgz | I mean, mv changes a branch's URL, but doesn't make it writable | 23:27 |
quotemstr | I have a clone of a branch from Savannah. It's a bzr:// URL. | 23:27 |
quotemstr | I'd like to start using bzr+ssh:// without pulling down the entire branch again. | 23:27 |
wgz | bzr pull --remember bzr+ssh:// | 23:27 |
wgz | (and the rest of the location) | 23:28 |
quotemstr | Ah, okay. | 23:28 |
quotemstr | Thanks. | 23:28 |
wgz | push --remember too, though if it was read-only before you've probably not pushed previously | 23:28 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!