[SCM] Debian Live Manual branch, master, updated. 20090301-1-2-gd27b439

Daniel Baumann daniel at debian.org
Sun Mar 1 14:53:10 UTC 2009


The following commit has been merged in the master branch:
commit d27b4392f187e44d0b3efbacf4d11fd21f3a0c3c
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Mar 1 15:49:24 2009 +0100

    Adding git commit instructions.

diff --git a/xml/chapters/about/manual.xml b/xml/chapters/about/manual.xml
index 61ae250..bc0e2e8 100644
--- a/xml/chapters/about/manual.xml
+++ b/xml/chapters/about/manual.xml
@@ -110,6 +110,29 @@
 
 <screen>$ make build</screen>
 
+<sect3 id="commiting">
+<title>Applying patches</title>
+<para>Directly commiting to the repository is possibly by anyone. Fetch the public openssh key:</para>
+
+<screen>$ mkdir -p ~/.ssh/identity.d
+wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live -O ~/.ssh/identity.d/live-manual at debian-live
+wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live.pub -O ~/.ssh/identity.d/live-manual at debian-live.pub</screen>
+
+<para>And add the following section your openssh-client config in ~/.ssh/config:</para>
+
+<screen>
+Host git.debian.net
+	Hostname git.debian.net
+	User gitosis
+	IdentityFile ~/.ssh/identity.d/live-manual at debian-live
+</screen>
+
+<para>Remember that in order to commit, you need to checkout through ssh with:</para>
+
+<screen>$ git clone gitosis at git.debian.net:debian-live/live-manual.git</screen>
+
+</sect3>
+
 </sect2>
 
 </sect1>

-- 
Debian Live Manual



More information about the debian-live-changes mailing list