From 18305aa618601eaab329ab7957c7a3b98f6eb2a4 Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Fri, 4 Jan 2008 08:48:17 -0500 Subject: [PATCH] Git access for Poly --- doc/Git_Access_Poly.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/Git_Access_Poly.txt diff --git a/doc/Git_Access_Poly.txt b/doc/Git_Access_Poly.txt new file mode 100644 index 0000000000..13325f29a1 --- /dev/null +++ b/doc/Git_Access_Poly.txt @@ -0,0 +1,28 @@ +// AsciiDoc file + +Git developer access +-------------------- + +Run: + +-------------------------------------------------------------- +ssh-keygen -C sflphone_org@sflphone.org +cat ~/.ssh/id_rsa.pub +-------------------------------------------------------------- + +and transmit us the content of the `id_rsa.pub` file, for shared-key +authentication. Then, if you already have a cloned repository, run: + +-------------------------------------------------------------- +git-config remote.origin.url git+ssh://sflphone_org@sflphone.org/git/sflphone.git +-------------------------------------------------------------- + +Otherwise, grab a new copy: + +-------------------------------------------------------------- +git clone git+ssh://sflphone_org@sflphone.org/git/sflphone.git +cd sflphone +autoreconf --install +-------------------------------------------------------------- + +View sflsite:build[build notes] for more details. -- GitLab