[SCM] Debian Live Manual branch, master, updated. 20090301-1-4-g1516472

Daniel Baumann daniel at debian.org
Sun Mar 1 15:14:11 UTC 2009


The following commit has been merged in the master branch:
commit 1516472413d5cbac71d2b30fe75dd1d39f0ec119
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Mar 1 16:10:22 2009 +0100

    Correcting indenting in git commit instructions.

diff --git a/xml/chapters/about/manual.xml b/xml/chapters/about/manual.xml
index 033f7ee..e983506 100644
--- a/xml/chapters/about/manual.xml
+++ b/xml/chapters/about/manual.xml
@@ -115,22 +115,22 @@
 <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>
 
 <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
+<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
- EOF</screen></listitem>
+EOF</screen></listitem>
 
- <listitem><para>Checkout the manual through ssh:</para>
- <screen>$ git clone gitosis at git.debian.net:debian-live/live-manual.git</screen></listitem>
+<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