[SCM] live-manual branch, master, updated. 20090801-1-9-g2b76087

Daniel Baumann daniel at debian.org
Wed Oct 14 11:23:20 UTC 2009


The following commit has been merged in the master branch:
commit 2b760874a22da030d9bbb97658a73155be8a48ad
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Oct 14 13:22:21 2009 +0200

    Updating links to source code to reflect the new location of the git repositories.

diff --git a/xml/chapters/about/manual.xml b/xml/chapters/about/manual.xml
index 4f279b6..ecb724b 100644
--- a/xml/chapters/about/manual.xml
+++ b/xml/chapters/about/manual.xml
@@ -101,7 +101,7 @@
 
 <para>The sources for this manual are maintained using the Git version control system. You can checkout the latest copy by executing:</para>
 
-<screen>$ git clone git://git.debian.net/git/debian-live/live-manual.git</screen>
+<screen>$ git clone git://live.debian.net/git/live-manual.git</screen>
 
 <para>Prior to submission of your contribution, please preview your work. To preview the live-manual, ensure the packages needed for building are installed by executing:</para>
 
@@ -124,15 +124,15 @@ $ 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
+Host live.debian.net
+	Hostname live.debian.net
 	User gitosis
 	IdentityFile ~/.ssh/identity.d/live-manual at debian-live
 EOF
 </screen></listitem>
 
 <listitem><para>Checkout a clone of the manual through ssh:</para>
-<screen>$ git clone gitosis at git.debian.net:debian-live/live-manual.git</screen></listitem>
+<screen>$ git clone gitosis at live.debian.net:/live-manual.git</screen></listitem>
 
 <listitem><para>Commit the file after editing. Write commit messages, that consist of full useful sentences, starting with a capital letter and ending with a full stop. Usually starting with the form 'Fixing/Adding/Removing/Correcting/':</para>
 <screen>$ git commit -a</screen></listitem>
diff --git a/xml/chapters/installation.xml b/xml/chapters/installation.xml
index 197859b..7ada379 100644
--- a/xml/chapters/installation.xml
+++ b/xml/chapters/installation.xml
@@ -51,7 +51,7 @@
 <title>From source</title>
 
 <para>&live-helper; is developed using the Git version control system. On Debian systems, this is provided by the <command>git-core</command> package. To check out the latest code, execute:</para>
-<screen>$ git clone git://git.debian.net/git/debian-live/live-helper.git</screen>
+<screen>$ git clone git://live.debian.net/git/live-helper.git</screen>
 <para>You can build and install your own Debian package by executing:</para>
 <screen>
  $ cd live-helper
@@ -131,7 +131,7 @@
 <orderedlist>
 <listitem>
 <para>Checkout the &live-initramfs; source</para>
-<screen>$ git clone git://git.debian.net/git/debian-live/live-initramfs.git</screen>
+<screen>$ git clone git://live.debian.net/git/live-initramfs.git</screen>
 </listitem>
 <listitem>
 <para>Make changes to your local copy</para>

-- 
live-manual



More information about the debian-live-changes mailing list