[SCM] Debian Live Manual branch, master, updated. 20090301-1-3-ga70ee6b

Daniel Baumann daniel at debian.org
Sun Mar 1 15:09:30 UTC 2009


The following commit has been merged in the master branch:
commit a70ee6b222286592c9e65bce08ea66089b0efbe8
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Mar 1 15:05:31 2009 +0000

    Improving git commit instructions.

diff --git a/xml/chapters/about/manual.xml b/xml/chapters/about/manual.xml
index bc0e2e8..033f7ee 100644
--- a/xml/chapters/about/manual.xml
+++ b/xml/chapters/about/manual.xml
@@ -112,24 +112,26 @@
 
 <sect3 id="commiting">
 <title>Applying patches</title>
-<para>Directly commiting to the repository is possibly by anyone. Fetch the public openssh key:</para>
+<para>Directly commiting to the repository is possibly by anyone. However, we ask you to send bigger changes to the mailinglist before commiting them. In order to push to the repository, the following steps are required.</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
+<itemizedlist>
+ <listitem><para>Fetch the public commit 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
+ chmod 0600 ~/.ssh/identity.d/live-manual at debian-live*</screen></listitem>
+
+ <listitem><para>Add the following section your openssh-client config:</para>
+ <screen> $ cat &gt;&gt; ~/.ssh/config &lt;&lt; EOF
+ Host git.debian.net
 	Hostname git.debian.net
 	User gitosis
 	IdentityFile ~/.ssh/identity.d/live-manual at debian-live
-</screen>
+ EOF</screen></listitem>
 
-<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>
+ <listitem><para>Checkout the manual through ssh:</para>
+ <screen>$ git clone gitosis at git.debian.net:debian-live/live-manual.git</screen></listitem>
+</itemizedlist>
 
 </sect3>
 

-- 
Debian Live Manual



More information about the debian-live-changes mailing list