[SCM] wiki-content branch, master, updated. adb83fa47ef4c4075cd03f88300d6e137ff334eb

Daniel Baumann daniel at debian.org
Sat May 14 19:03:07 UTC 2011


The following commit has been merged in the master branch:
commit adb83fa47ef4c4075cd03f88300d6e137ff334eb
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat May 14 21:01:03 2011 +0200

    Updating snapshot example sources.list entries in devel pages.

diff --git a/devel/live-boot.mdwn b/devel/live-boot.mdwn
index 47badf5..74685fa 100644
--- a/devel/live-boot.mdwn
+++ b/devel/live-boot.mdwn
@@ -35,11 +35,15 @@ live-boot contains the scripts that configure a Debian Live system during the bo
 deb http://live.debian.net/ sid-snapshots main contrib non-free
 deb-src http://live.debian.net/ sid-snapshots main contrib non-free</tt></pre>
 
-<pre><tt># <b>Debian Live (squeeze/testing snapshots)</b>
+<pre><tt># <b>Debian Live (wheezy/testing snapshots)</b>
+deb http://live.debian.net/ wheezy-snapshots main contrib non-free
+deb-src http://live.debian.net/ wheezy-snapshots main contrib non-free</tt></pre>
+
+<pre><tt># <b>Debian Live (squeeze/stable snapshots)</b>
 deb http://live.debian.net/ squeeze-snapshots main contrib non-free
 deb-src http://live.debian.net/ squeeze-snapshots main contrib non-free</tt></pre>
 
-<pre><tt># <b>Debian Live (lenny/stable snapshots)</b>
+<pre><tt># <b>Debian Live (lenny/oldstable snapshots)</b>
 deb http://live.debian.net/ lenny-snapshots main contrib non-free
 deb-src http://live.debian.net/ lenny-snapshots main contrib non-free</tt></pre>
 
diff --git a/devel/live-build.mdwn b/devel/live-build.mdwn
index b508eb8..6d53b1b 100644
--- a/devel/live-build.mdwn
+++ b/devel/live-build.mdwn
@@ -40,11 +40,15 @@ An introduction to live-build can be found in the live-build manpage.
 deb http://live.debian.net/ sid-snapshots main contrib non-free
 deb-src http://live.debian.net/ sid-snapshots main contrib non-free</tt></pre>
 
-<pre><tt># <b>Debian Live (squeeze/testing snapshots)</b>
+<pre><tt># <b>Debian Live (wheezy/testing snapshots)</b>
+deb http://live.debian.net/ wheezy-snapshots main contrib non-free
+deb-src http://live.debian.net/ wheezy-snapshots main contrib non-free</tt></pre>
+
+<pre><tt># <b>Debian Live (squeeze/stable snapshots)</b>
 deb http://live.debian.net/ squeeze-snapshots main contrib non-free
 deb-src http://live.debian.net/ squeeze-snapshots main contrib non-free</tt></pre>
 
-<pre><tt># <b>Debian Live (lenny/stable snapshots)</b>
+<pre><tt># <b>Debian Live (lenny/oldstable snapshots)</b>
 deb http://live.debian.net/ lenny-snapshots main contrib non-free
 deb-src http://live.debian.net/ lenny-snapshots main contrib non-free</tt></pre>
 
diff --git a/devel/live-config.mdwn b/devel/live-config.mdwn
index 68ae667..b52b213 100644
--- a/devel/live-config.mdwn
+++ b/devel/live-config.mdwn
@@ -30,16 +30,20 @@ live-config contains the scripts that configure a Debian Live system during the
 ## Repository
 
 <pre><tt># <b>Debian Live (sid/unstable snapshots)</b>
-deb http://live.debian.net/debian/ sid-snapshots main contrib non-free
-deb-src http://live.debian.net/debian/ sid-snapshots main contrib non-free</tt></pre>
+deb http://live.debian.net/ sid-snapshots main contrib non-free
+deb-src http://live.debian.net/ sid-snapshots main contrib non-free</tt></pre>
 
 <pre><tt># <b>Debian Live (wheezy/testing snapshots)</b>
-deb http://live.debian.net/debian/ wheezy-snapshots main contrib non-free
-deb-src http://live.debian.net/debian/ wheezy-snapshots main contrib non-free</tt></pre>
+deb http://live.debian.net/ wheezy-snapshots main contrib non-free
+deb-src http://live.debian.net/ wheezy-snapshots main contrib non-free</tt></pre>
 
 <pre><tt># <b>Debian Live (squeeze/stable snapshots)</b>
-deb http://live.debian.net/debian/ squeeze-snapshots main contrib non-free
-deb-src http://live.debian.net/debian/ squeeze-snapshots main contrib non-free</tt></pre>
+deb http://live.debian.net/ squeeze-snapshots main contrib non-free
+deb-src http://live.debian.net/ squeeze-snapshots main contrib non-free</tt></pre>
+
+<pre><tt># <b>Debian Live (lenny/oldstable snapshots)</b>
+deb http://live.debian.net/ lenny-snapshots main contrib non-free
+deb-src http://live.debian.net/ lenny-snapshots main contrib non-free</tt></pre>
 
 ## Source
 
diff --git a/devel/live-installer.mdwn b/devel/live-installer.mdwn
index b0463d1..3349725 100644
--- a/devel/live-installer.mdwn
+++ b/devel/live-installer.mdwn
@@ -31,11 +31,15 @@ live-installer is a component that allows the debian-installer to use a debian-l
 deb http://live.debian.net/ sid-snapshots main contrib non-free
 deb-src http://live.debian.net/ sid-snapshots main contrib non-free</tt></pre>
 
-<pre><tt># <b>Debian Live (squeeze/testing snapshots)</b>
+<pre><tt># <b>Debian Live (wheezy/testing snapshots)</b>
+deb http://live.debian.net/ wheezy-snapshots main contrib non-free
+deb-src http://live.debian.net/ wheezy-snapshots main contrib non-free</tt></pre>
+
+<pre><tt># <b>Debian Live (squeeze/stable snapshots)</b>
 deb http://live.debian.net/ squeeze-snapshots main contrib non-free
 deb-src http://live.debian.net/ squeeze-snapshots main contrib non-free</tt></pre>
 
-<pre><tt># <b>Debian Live (lenny/stable snapshots)</b>
+<pre><tt># <b>Debian Live (lenny/oldstable snapshots)</b>
 deb http://live.debian.net/ lenny-snapshots main contrib non-free
 deb-src http://live.debian.net/ lenny-snapshots main contrib non-free</tt></pre>
 
diff --git a/devel/live-manual.mdwn b/devel/live-manual.mdwn
index bf10fba..4d9e163 100644
--- a/devel/live-manual.mdwn
+++ b/devel/live-manual.mdwn
@@ -32,11 +32,15 @@ This is the documentation for Debian Live project. It provides a broad overview
 deb http://live.debian.net/ sid-snapshots main contrib non-free
 deb-src http://live.debian.net/ sid-snapshots main contrib non-free</tt></pre>
 
-<pre><tt># <b>Debian Live (squeeze/testing snapshots)</b>
+<pre><tt># <b>Debian Live (wheezy/testing snapshots)</b>
+deb http://live.debian.net/ wheezy-snapshots main contrib non-free
+deb-src http://live.debian.net/ wheezy-snapshots main contrib non-free</tt></pre>
+
+<pre><tt># <b>Debian Live (squeeze/stable snapshots)</b>
 deb http://live.debian.net/ squeeze-snapshots main contrib non-free
 deb-src http://live.debian.net/ squeeze-snapshots main contrib non-free</tt></pre>
 
-<pre><tt># <b>Debian Live (lenny/stable snapshots)</b>
+<pre><tt># <b>Debian Live (lenny/oldstable snapshots)</b>
 deb http://live.debian.net/ lenny-snapshots main contrib non-free
 deb-src http://live.debian.net/ lenny-snapshots main contrib non-free</tt></pre>
 
diff --git a/devel/live-tools.mdwn b/devel/live-tools.mdwn
index 229b63a..76b9d0c 100644
--- a/devel/live-tools.mdwn
+++ b/devel/live-tools.mdwn
@@ -30,10 +30,18 @@ live-tools contains additional support scripts for Debian Live systems.
 deb http://live.debian.net/ sid-snapshots main contrib non-free
 deb-src http://live.debian.net/ sid-snapshots main contrib non-free</tt></pre>
 
-<pre><tt># <b>Debian Live (squeeze/testing snapshots)</b>
+<pre><tt># <b>Debian Live (wheezy/testing snapshots)</b>
+deb http://live.debian.net/ wheezy-snapshots main contrib non-free
+deb-src http://live.debian.net/ wheezy-snapshots main contrib non-free</tt></pre>
+
+<pre><tt># <b>Debian Live (squeeze/stable snapshots)</b>
 deb http://live.debian.net/ squeeze-snapshots main contrib non-free
 deb-src http://live.debian.net/ squeeze-snapshots main contrib non-free</tt></pre>
 
+<pre><tt># <b>Debian Live (lenny/oldstable snapshots)</b>
+deb http://live.debian.net/ lenny-snapshots main contrib non-free
+deb-src http://live.debian.net/ lenny-snapshots main contrib non-free</tt></pre>
+
 ## Source
 
 The sources of live-tools are released under the terms of the GNU General Public License 3 (or later), and available in a git repository at live.debian.net.

-- 
wiki-content



More information about the debian-live-changes mailing list