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

lifelessyah00:07
lifelessinto a shared repository00:07
lifelessand ues the python fragment I sketched to sync the repository data00:07
jimislifeless: can it be done with a bzr shell command?00:13
lifelessno00:14
lifelessits using the plumbing00:14
jimisalso do I have to periodically resync the backup-server repo with lp:gcc, or will all data (even public data on lp:gcc) be pushed when backing up?00:18
lifelessjimis: everything you have locally that isn't in the backup server will be copied00:33
jimisalright, thanks for helping lifeless01:11
AfCNot really a bzr builddeb question, but if I need to do03:33
AfC$ DEB_BUILD_OPTIONS=nocheck bzr builddeb -S03:33
AfCwill the resultant source package, sent to launchpad, be configured to skip the tests?03:34
AfCObviously it works locally, but I'm not really expecting it to propagate. Does it?03:34
AfC[Otherwise, I'll have to patch the tests out of the debian/rules file, which seems sub-optimal]03:34
AfCWell, doesn't seem to propagate, as expected. Ripping tests out of debian/rules instead.03:59
mgzmorning all!07:15
vilahi all ! (including mgz ;)07:20
mgzhey vila07:23
vilamgz: I addressed your remark on the TestInTempDir proposal, would you mind re-review (just look at the added revs rather than the whole diff though). Also, if you could share your thoughts about the shared stores one, that would be awesome !07:25
mgzyeah, just looking at that now07:26
vilacool07:27
mgzhm, is the TestActivityMixin code right?07:28
mgzcan't see from the diff07:28
mgzbut calling both super...setUp and TestActivityMixin.setUp seems off07:29
mgzthe new style is just to call super from all methods, no?07:29
mgzbut I guess there being no object.setUp messes with that...07:30
mgzit's a painful way of spelling that bit of code07:30
vilaright, there are two additional changes summarized by the commit messages,07:31
mgzokay, yup, seems to make sense07:33
vila6555 stop relying on base classes deriving from TestCase http://bazaar.launchpad.net/~vila/bzr/thou-shall-use-testcaseintempdir/revision/655407:33
mgzmp is already approved07:34
vilaand then, always calling super() instead of mentioning the base class, that one is a bit more invasive but mechanical and tested (as in running the full test suite)07:34
vilaok07:34
vilajust wanted to make sure you were till agreeing as the extended proposal is quite bugger07:35
vilahehe, bigger07:35
mgzsend it! :)07:37
vilasent :)07:37
MvGHi! What's the significance of executable bits on Windows? A bzr working tree on a Windows system often reports changes to those x bits, which can be quite confusing. Wouldn't it make more sense to simply ignore that bit on windows?08:47
bob2windows has no execute bit08:49
MvGThat's what I thought. But then why does bzr (cygwin command line as well as tortoise bzr) report changes there?08:50
mgzit's a cygwin quirk08:51
bob2I'd think cygwin would emulate it with some ridiculous hidden file or something08:51
mgz...can't find the bug about this currently08:54
MvGBut tortoise shouldn't be affected by cygwin quirks. And just because I use the cygwin bash to execute bzr shouldn't influence the python interpreter bzr is using either.08:54
mgzmaybe bug 938438 then?08:57
ubot5`Launchpad bug 938438 in Bazaar "`bzr resolve --take-this` clears x-bit on win32" [Medium,Confirmed] https://launchpad.net/bugs/93843808:57
MvGmgz: Not sure whether all my instances of this problem are due to that bug, but it certainly might contribute.09:03
MvGThanks.09:03
mgzif you notice any other causes, please file bugs09:04
mgzthis stuff is fixable :)09:05
vilamgz: still on the shared-stores review ? Can I help ?09:25
mgzah, no, wandered off on to other things09:26
mgzI shall resume in a sec09:26
vilafor those following from home: quantal chroot installed on jubany and a first package with problematic xz file successfully imported14:19
mgzwoohoo.14:22
kinkiehi all.. do you know if it's possible to silence the message about mismatching local/remote repository formats? I don't mind the performance hit, but the message is annoying.. thanks!14:31
james_wvila, have you seen the fallout?14:44
vilajames_w: which one ? I just fixed categorize_failures14:45
james_wadd-import-jobs mail too14:45
james_wW: line 14 [quantal]: Deprecated key 'priority' used14:47
james_wI: This option will be removed in the future; please update your configuration14:47
james_w/usr/bin/python: can't open file '${BASE_DIR}/bin/add-import-jobs': [Errno 2] No such file or directory14:47
james_wvila, ^14:47
vilaha cool, didn't get the emails yet, that's eexactly the part I'm debugging right now14:48
vilaha crap, crontab don't expand variables, why do I keep forgetting that14:51
vilajames_w: any reason to not use LANG=C instead of LANG="en_GB.UTF-8" ?14:53
james_wdunno14:54
vilamgz: can the above have any fallout for the fs encoding ?14:54
vilajames_w: don't remember why you put it there in the first place ?14:55
james_wno14:55
james_wI suspect fs encoding indeed14:55
mgzseems deeply inlikely, what's the full output?14:56
mgzor, why are we worrying about what LANG is set to?14:57
vilayeah, the later, different issue14:57
=== zyga is now known as zya-afk
vilamgz: the chroot has no locale so I'm asked to use LANG=C and I wonder if that will break something else14:59
mgzLANG=C *is* no locale14:59
mgzor you mean it lacks the package?15:00
mgzit may break, depending on whether my filessystem encoding fix is in the bzr version used, and how careful the code is with printing unicode output15:01
vilaI can upgrade bzr15:01
vilaerr, lacks the package... what do you mean ? The symptom is: bzr: warning: unsupported locale setting15:02
mgzvila: run `locale -a`15:05
vilahttp://paste.ubuntu.com/1137936/ C.UTF-8 ?15:06
mgzthat would be safe.15:07
vilamgz: thanks, one less egg to juggle with15:07
vila File "/srv/package-import.canonical.com/new/scripts/udd/scripts/requeue_package.py", line 47, in main15:20
vila    lock = icommon.lock_path(conf.get('pi.locks_dir'), package)15:20
vilaTypeError: lock_path() takes exactly 1 argument (2 given)15:20
vilashudder15:20
=== deryck is now known as deryck[lunch]
LeoNerdHrm. I can't   bzr ci foo   when there are conflicts in  bar,  an unrelated file20:37
fullermdConflicts tend to come about from merges.  Last I heard, you couldn't ci foo when there was a pending merge period.20:39
LeoNerdMy conflict comes from an unshelve20:40
fullermdAh.  That's new on me then.20:44
jelmermaxb: ping22:43
maxbjelmer: pong23:51

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