[14:53] good day flocculant. Enjoy the calm of post-LTS yet? [15:20] balloons! :) [15:21] tsimonq2, why hello to you as well [15:21] balloons: I've noticed a change. ;) [15:32] Indeed! [16:59] balloons: kind of - got cantankerous critter installed already ;) [16:59] I hear you've found a greener field - well done :) [17:00] Indeed. [17:00] IS is a bit liberal sometimes with the teams they remove you from, I hear. :P [17:04] balloons: Remember to join ~not-canonical if our giuesses are right. ;) [17:04] *guesses [17:14] Lol. I guess I'll be needing an invite [17:16] balloons: you any idea where the best place to ask about bzr auth problems? [17:17] I was in that team once :p [17:17] flocculant: #launchpad [17:17] * flocculant is helping one of my lot get into manual testcase stuff [17:17] cheers wxl [17:17] np [17:18] willem - try #launchpad [17:18] Make sure your ssh keys are setup properly :) [17:19] usually if (going from memory) `bzr whoami` is correct, it should just work unless it's some sort of ssh issue [17:19] it appears tro be an ssh issue from the mail I got [17:20] anyway - not something I can help with [17:23] ssh-add can help as well [17:59] flocculant, balloons thanks! will look into ssh-add and if that does not get me any further I'll go to #launchpad [18:00] np [18:05] ssh-add did the trick :-) I'll press on now. [18:05] \o/ [18:30] flocculant, so, I'm doing lp1772048, am now at the "Pushing a branch" bit; I am not certain what the "mychanges" (the actual branch name?) in bzr push lp:~yourusername/ubuntu-manual-tests/mychanges is supposed to be. [18:30] willem: anything you want it to be. i usually describe what i'm fixing [18:31] so, Gigolo would be appropriate in this case? [18:31] it really doesn't matter. you could use random characters if you want :) [18:32] -- right. What confuses me is the term "branch" here. But, never mind for now. I just want to go through the motions and will try to understand later ;-) [18:32] those are common terms in version control [18:33] Understand. [18:33] this is about git, but same idea. look at the picture and you'll get the idea. the purple and green dots represent branches of the main code (and note that the horizontal axis is time) [18:33] https://www.atlassian.com/git/tutorials/using-branches [18:34] wxl, thanks! will have a look. [18:36] hmm, still something wrong with ssh-key it seems: bze push gives Permission denied (publickey). [18:36] bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. [18:36] will, have to look into that first. But: was almost there :-) [18:36] try just `ssh lp` [18:37] ssh: Could not resolve hostname lp: Temporary failure in name resolution [18:37] ok so add this to ~/.ssh/config : [18:37] Host lp [18:37] User youruser [18:38] IdentityFile ~/.ssh/yourprivatekey [18:38] Hostname bazaar.launchpad.net [18:40] it seems there is no config in /ssh. Can I just create it? [18:40] yep [18:40] thanks. Will do that [18:45] So sorry about this, but ssh lp now gives: No shells on this server. Connection to bazaar.launchpad.net closed. [18:45] that's GOOD [18:45] now try again the other command [18:47] bzr push lp:~whobers/ubuntu-manual-tests/gigolo [18:47] whobers@bazaar.launchpad.net: Permission denied (publickey). [18:47] ConnectionReset reading response for 'BzrDir.open_2.1', retrying [18:47] whobers@bazaar.launchpad.net: Permission denied (publickey). [18:47] bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. [18:47] :-( [19:48] wxl, sorted! knome suggested I add bazaar.launchpad.net as a host in ssh/config. That was the final push. Thanks for your help. Have just proposed my first two (tiny) changes to testcases.