[linux] 01/04: abiupdate.py: Update base URLs

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Jan 7 18:52:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 2ee6bc5ea09bed624774ba30830dc6090d3287d2
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat Jan 7 17:49:55 2017 +0000

    abiupdate.py: Update base URLs
    
    - incoming.debian.org now uses pool layout
    - deb.debian.org is a better default than ftp.de.debian.org
    - ftp.debian-ports.org redirects to ftp.ports.debian.org, so use the
      latter directly
---
 debian/bin/abiupdate.py | 8 ++++----
 debian/changelog        | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/bin/abiupdate.py b/debian/bin/abiupdate.py
index 7afc9d4..cd6ad30 100755
--- a/debian/bin/abiupdate.py
+++ b/debian/bin/abiupdate.py
@@ -15,9 +15,9 @@ from debian_linux.abi import Symbols
 from debian_linux.config import *
 from debian_linux.debian import *
 
-default_url_base = "http://ftp.de.debian.org/debian/"
-default_url_base_incoming = "http://incoming.debian.org/"
-default_url_base_ports = "http://ftp.debian-ports.org/debian/"
+default_url_base = "http://deb.debian.org/debian/"
+default_url_base_incoming = "http://incoming.debian.org/debian-buildd/"
+default_url_base_ports = "http://ftp.ports.debian.org/debian-ports/"
 
 
 class url_debian_flat(object):
@@ -196,7 +196,7 @@ if __name__ == '__main__':
         kw['flavour'] = args[2]
 
     url_base = url_debian_pool(opts.url_base)
-    url_base_incoming = url_debian_flat(opts.url_base_incoming)
+    url_base_incoming = url_debian_pool(opts.url_base_incoming)
     url_base_ports = url_debian_ports_pool(opts.url_base_ports)
     if opts.incoming_config:
         url = url_config = url_base_incoming
diff --git a/debian/changelog b/debian/changelog
index d575d43..958fec7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 linux (4.9.1-1~exp2) UNRELEASED; urgency=medium
 
   * abiupdate.py: Use current config instead of downloading previous config
+  * abiupdate.py: Update base URLs
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sat, 07 Jan 2017 17:41:34 +0000
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list