[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: polygon regression in pcb+gl



On Sat, 2011-02-19 at 19:02 +0000, Ineiev wrote:
> > Any ideas why?
> 
> I made a wrong assumption (segs variable should be at least 1).

Neat - you got to a fix quicker than I would have!

Lets make this your first commit once you get a developer account setup.
You will need to provide Ales the public half of an SSH key you
generate, and setup .ssh/config with these lines:

"""
Host git.gpleda.org

    Port 5022
    RSAAuthentication yes
    IdentityFile ~/.ssh/keys/id_rsa.gpleda.org
"""

(Adjust as necessary for where you put your key)

You could of course, just give Ales the public key of a key you already
use, but the host and port 5022 bit is important.

The developer access git URL is ssh://git@xxxxxxxxxxxxxx/pcb.git

I use this in my pcb/git/.git/config:

[remote "origin"]
        url = git://git.gpleda.org/pcb.git
        fetch = +refs/heads/*:refs/remotes/origin/*

[remote "gpleda"]
        url = ssh://git@xxxxxxxxxxxxxx/pcb.git
        push = for_master:master


Best wishes,

-- 
Peter Clifton

Electrical Engineering Division,
Engineering Department,
University of Cambridge,
9, JJ Thomson Avenue,
Cambridge
CB3 0FA

Tel: +44 (0)7729 980173 - (No signal in the lab!)
Tel: +44 (0)1223 748328 - (Shared lab phone, ask for me)

Attachment: signature.asc
Description: This is a digitally signed message part


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user