IRC log for #storm on 20080220

00:00.15*** join/#storm wallflower (n=wallflow@ip-205-246-113-216.pool.grokthis.net)
01:30.54*** join/#storm michelp (n=michelp@69-30-72-119.dq1sf.easystreet.com)
05:02.05*** join/#storm bradallen (n=bradalle@1f.83.d12c.cidr.airmail.net)
05:02.44*** join/#storm bradallen (n=bradalle@1f.83.d12c.cidr.airmail.net)
05:52.47thumperjkakar: for future reference you can ping me in this cannel and I can help
06:33.04*** join/#storm dobee (n=dobeee@lsfw01.lovelysystems.com)
06:42.05*** join/#storm jukart (n=jukart@lsfw01.lovelysystems.com)
06:43.39*** join/#storm jukart (n=jukart@lsfw01.lovelysystems.com)
08:23.34*** join/#storm mcella (n=michele@ip-177-184.sn2.eutelia.it)
08:50.46jkakarthumper: Awesome, thanks.  bradallen has been asking questions the last few days; I expect him to return.  I'll send him your way if he hasn't sorted his issue by the next time I see him.
08:58.19*** join/#storm goschtl (n=goschtl@p5B0BCF9E.dip.t-dialin.net)
10:08.52*** join/#storm goschtl_ (n=goschtl@p5B0BEA29.dip.t-dialin.net)
10:11.20*** join/#storm goschtl__ (n=goschtl@p5B0BC4BA.dip.t-dialin.net)
10:40.27*** join/#storm s1m (i=Kitt@cpe-076-182-054-107.nc.res.rr.com)
10:40.57*** part/#storm s1m (i=Kitt@cpe-076-182-054-107.nc.res.rr.com)
12:03.07*** join/#storm niemeyer (n=niemeyer@200-181-139-239.ctame705.dsl.brasiltelecom.net.br)
16:32.03*** join/#storm jamesh_ (n=james@canonical/launchpad/jamesh)
17:05.14*** join/#storm jukart (n=jukart@85-124-221-45.static.xdsl-line.inode.at)
17:22.12*** join/#storm jamesh__ (n=james@canonical/launchpad/jamesh)
17:40.39*** join/#storm jukart (n=jukart@85-124-221-45.static.xdsl-line.inode.at)
17:46.58*** join/#storm jukart_ (n=jukart@lsfw01.lovelysystems.com)
17:48.43*** join/#storm jukart__ (n=jukart@85-124-221-45.static.xdsl-line.inode.at)
18:42.58*** join/#storm bradallen (n=bradalle@69.15.123.154)
18:47.24*** join/#storm jamesh_ (n=james@canonical/launchpad/jamesh)
18:56.57*** join/#storm bigdog (n=scmikes@72-197-8-8-arpa.cust.cinci.current.net)
19:17.19*** join/#storm jamesh__ (n=james@canonical/launchpad/jamesh)
19:25.39*** join/#storm michelp (n=michelp@69-30-72-119.dq1sf.easystreet.com)
19:28.35*** join/#storm jukart (n=jukart@85-124-221-45.static.xdsl-line.inode.at)
19:56.10*** join/#storm jamesh_ (n=james@canonical/launchpad/jamesh)
19:56.57bradallenI have started a branch on LaunchPad, but have not yet published any code there. Any recommendations on which revision number to branch from?
19:57.14bradallenAt first I was thinking of using the .12 release
19:57.23radixtrunk
19:57.35bradallen(I am not sure if there are any 'tags' in bzr)
19:57.43bradallentrunk has that new tracer stuff
19:57.48bradallenwhich looks interesting
19:57.57bradallenand I guess there are some tests written
19:58.06bradallenbut I don't know if the tests work
19:58.12radixyou mean tests for your own code?
19:58.22bradallenno, I want a stable branch
19:58.35bradallenand am not sure if tracers are stable
19:58.45bradallenI was referring to tracer tests
20:00.46bradallenIs anybody currently using latest trunk rev214 which includes tracers...?
20:01.16bradallenIs it more or less stable, passing all tests?
20:01.54*** join/#storm jamesh (n=james@canonical/launchpad/jamesh)
20:05.33jkakarbradallen: thumper, one of the LP code hosting dudes, just missed you yesterday.  I think he had some advice for you on how best to use LP to share branches.
20:05.59radixbradallen: trunk is always stable
20:06.03jkakarbradallen: We're using the latest trunk and it is stable, yes.
20:06.10radixbradallen: we do test-driven development in Storm
20:06.24bradallenok, great
20:06.34bradallenso the rule is no checkins without first passing all tests?
20:06.38radixabsolutely
20:06.45radixwell, no merges to trunk, anyway
20:06.59bradallenOk, so untested code can go into branches
20:07.13radixyes, but you should really do TDD :)
20:07.14bradallenso that collaborators can fix bugs others checkin
20:08.56jkakarbradallen: Normally we work on one branch and then put it up for review; reviewers comment and the branch author fixes the bugs.  Eventually, the branch is deemed acceptable and is merged.
20:09.08jkakarbradallen: The basic policy is to require two reviews on each branch, before merging to trunk.
20:10.07bradallenI am a bit of an IRC newbie...when I see a comment posted to bradallen: is that my eyes only, or publicly directed toward me?
20:10.50radixit's a public comment directed towards you. depending on what IRC client you use, private messages may appear in a separate window or tab completely
20:10.59bradallenok, thanks
20:11.14radixbradallen: I just sent you a private message
20:13.16thumperbradallen: I'm away right now, but if you are around for a while I can answer questions later
20:56.29bradallenI am having some authentication difficulties using bzr push
20:56.53bradallenWhen prompted for password, I get a message saying
20:57.05bradallenAuthentication type (password) not permitted.
20:57.05bradallenbzr: ERROR: Connection error: Unable to authenticate to SSH host as brad-allende
20:57.05bradallenv@bazaar.launchpad.net Bad authentication type (allowed_types=['publickey'])
20:57.25bradallenMaybe bzr can't find my private SSH key?
20:57.49bradallenMy launchpad password also didn't work
20:59.15bradallenHere is what I'm trying to do from within my working directory
20:59.16bradallenbzr push bzr+ssh://brad-allendev@bazaar.launchpad.net/~zeomega/stormstorm_ms_sql_2005
20:59.25bradallenoops
20:59.41bradallenI meant bzr push bzr+ssh://brad-allendev@bazaar.launchpad.net/~zeomega/storm/storm_ms_sql_2005
21:00.02thervebradallen: did you put your ssh plubick key on launchpad?
21:00.06bradallenyes
21:00.47bradallenI used a longer keylength than default...would not expect that to cause a problem
21:00.59therveI guess not
21:01.46bradallenlooking at bzr config documentation I haven't seen anywhere for configuring bzr to locate private ssh key
21:02.08bradallenmaybe I should be bugging launchpad admins for this instead of you guys
21:02.25therveoh you are on windows?
21:02.33bradallenunfortunately, yet
21:02.34bradallenyes
21:02.49thervehum yeah there might be something to configure
21:03.23bradallenI created the keys on Mac, but moved the ssh keys over to Windows VM
21:03.38bradallenin what is considered a standard location
21:03.57bradallen%USERPROFILE%\Application Data\SSH\UserKeys
21:04.13bradallenin hopes that bzr could find it
21:04.24thervemaybe you need a ssh agent
21:04.56bradallenI will investigate that idea
22:16.37*** join/#storm jamesh (n=james@canonical/launchpad/jamesh)
22:18.27bradallenthe bzr pushed worked fine on Mac; I am not sure why it failed on WIndows
22:36.56jkakarbradallen: Have you tried using Putty, and more specifically Pageant?
22:59.47*** join/#storm mcella (n=michele@ip-170-201.sn3.eutelia.it)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.