[Pkg-kde-trunk] [SCM] DocumentRoot for http://qt-kde.debian.net/ branch, documentroot, updated. ab8703b1427cd69f2bfaf0133af196ac586c8f94

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Tue Nov 29 17:10:12 UTC 2011


The following commit has been merged in the documentroot branch:
commit ab8703b1427cd69f2bfaf0133af196ac586c8f94
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Tue Nov 29 18:08:32 2011 +0100

    Amend installation instructions add instructions for apt-spy.
---
 index.php   |   63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 mirrors.txt |    6 +++++
 2 files changed, 65 insertions(+), 4 deletions(-)

diff --git a/index.php b/index.php
index e5ed51f..a17def9 100644
--- a/index.php
+++ b/index.php
@@ -113,7 +113,55 @@ KDE SC 4.4.2 has been uploaded to <a href="http://wiki.debian.org/DebianExperime
 As a result, KDE SC 4.4.2 packages have been removed from this repository.
 </div>
 
-<h1>Repository URLs</h1>
+<h1>Configuring repositories with apt-spy (recommended)</h1>
+<p>
+Edit your /etc/apt/sources.list and if you find any these lines, remove it:
+</p>
+<pre>
+deb http://qt-kde.debian.net/debian experimental-snapshots main
+deb-src http://qt-kde.debian.net/debian experimental-snapshots main
+
+deb http://qt-kde2.debian.net/debian experimental-snapshots main
+deb-src http://qt-kde2.debian.net/debian experimental-snapshots main
+</pre>
+
+<p>
+Download this file: <a href="mirrors.txt">. Then execute:
+</p>
+<pre>
+# apt-spy -m mirrors.txt -d experimental-snapshots -f dists/experimental-snapshots/Release -o /etc/apt/sources.list.d/qt-kde.list
+</pre>
+
+<p>
+Now, in /etc/apt/sources.list.d/qt-kde.list you should have the mirror which works faster for you. 
+So you should update you packages list:
+</p>
+<pre>
+# aptitude update
+</pre>
+
+<p>
+In order to get the repository key, install the
+<strong>pkg-kde-archive-keyring</strong> package:
+</p>
+<pre>
+# aptitude install pkg-kde-archive-keyring
+</pre>
+<p>
+(confirm the question about a missing key with "Yes"). Then update your package list again:
+</p>
+<pre>
+# aptitude update
+</pre>
+<p>
+and install the newer packages with:
+</p>
+<pre>
+aptitude -t experimental-snapshots upgrade
+</pre>
+
+
+<h1>Configuring repositories editing /etc/apt/sources.list</h1>
 <p>
 You need to add the following to your /etc/apt/sources.list:
 </p>
@@ -123,8 +171,7 @@ deb-src http://qt-kde.debian.net/debian experimental-snapshots main
 </pre>
 
 <p>To share the best load between mirrors, there is also a 
-secondary mirror. So if the first random number you are thinking of 
-is even, please use following mirror instead:
+secondary mirror:
 </p>
 <pre>
 deb http://qt-kde2.debian.net/debian experimental-snapshots main
@@ -132,6 +179,13 @@ deb-src http://qt-kde2.debian.net/debian experimental-snapshots main
 </pre>
 
 <p>
+Update your package list with:
+</p>
+<pre>
+# aptitude update
+</pre>
+
+<p>
 In order to get the repository key, install the
 <strong>pkg-kde-archive-keyring</strong> package:
 </p>
@@ -139,7 +193,7 @@ In order to get the repository key, install the
 # aptitude install pkg-kde-archive-keyring
 </pre>
 <p>
-(confirm the question about a missing key with "Yes"). Then update your package list:
+(confirm the question about a missing key with "Yes"). Then update your package list again:
 </p>
 <pre>
 # aptitude update
@@ -150,6 +204,7 @@ and install the newer packages with:
 <pre>
 aptitude -t experimental-snapshots upgrade
 </pre>
+
 <!-- <p>
 You can view the list of available packages <a href="debian/">here</a>.
 </p> -->
diff --git a/mirrors.txt b/mirrors.txt
new file mode 100644
index 0000000..67fb25c
--- /dev/null
+++ b/mirrors.txt
@@ -0,0 +1,6 @@
+
+AU Australia
+------------
+qt-kde.debian.net                                       /debian/       amd64 i386 
+qt-kde2.debian.net                                      /debian/       amd64 i386 
+

-- 
DocumentRoot for http://qt-kde.debian.net/



More information about the Pkg-kde-trunk mailing list