[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.50-122-ga9723f6

Holger Levsen holger at layer-acht.org
Thu May 9 10:17:40 UTC 2013


The following commit has been merged in the develop branch:
commit fa9394da8facf8dd6763ddb7d5fd908033806918
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sat Apr 6 15:44:52 2013 +0200

    distros.conf: update backports configuration
    
    backports have been integrated into the main archive
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

diff --git a/TODO b/TODO
index f584f03..43746b7 100644
--- a/TODO
+++ b/TODO
@@ -50,6 +50,9 @@ for 0.5x:
 
 - add a sample config with all possible keys set to some useful value
 
+- look for a solution to use the global debian mirror for debian-backports, too
+  to avoid hardcoding a specific mirror in distros.conf
+
 
 for 0.6x:
 
diff --git a/conf/distros.conf b/conf/distros.conf
index 5604df9..2450fc3 100644
--- a/conf/distros.conf
+++ b/conf/distros.conf
@@ -38,10 +38,15 @@ depends = squeeze
 depends = squeeze
 
 [squeeze-backports]
-uri = http://backports.debian.org/debian-backports
+uri = http://ftp.de.debian.org/debian-backports
 depends = squeeze
 target-release = squeeze-backports
 
+[squeeze-backports-sloppy]
+uri = http://ftp.de.debian.org/debian-backports
+depends = squeeze squeeze-backports
+target-release = squeeze-backports-sloppy
+
 
 [wheezy/updates]
 uri = http://security.debian.org/
@@ -54,7 +59,6 @@ depends = wheezy
 depends = wheezy
 
 [wheezy-backports]
-uri = http://backports.debian.org/debian-backports
 depends = wheezy
 target-release = wheezy-backports
 
diff --git a/debian/changelog b/debian/changelog
index 32f8724..97e5e31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ piuparts (0.51) UNRELEASED; urgency=low
       package to be tested via --extra-old-packages.
   * piuparts.conf:
   * distros.conf:
+    - Update backports setup after integration into the regular archive.
   * piupartslib/conf.py:
     - Raise MissingSection if the requested section is not in piuparts.conf.
   * piupartslib/packagesdb.py:

-- 
piuparts git repository



More information about the Piuparts-commits mailing list