[DRE-commits] [pkg-ruby-extras] 01/05: setup: use deb.debian.org instead of deprecated httpredir

zeha at debian.org zeha at debian.org
Tue Jun 27 12:47:15 UTC 2017


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

zeha pushed a commit to branch master
in repository pkg-ruby-extras.

commit 88541c45894c7c192cf21052a0fa4c5c53e47252
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Jun 27 12:37:10 2017 +0000

    setup: use deb.debian.org instead of deprecated httpredir
    
    Thanks to Johannes Schauer <josch at debian.org>.
---
 setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup b/setup
index 829b13a..77a585b 100755
--- a/setup
+++ b/setup
@@ -24,7 +24,7 @@ chroot=/srv/chroots/$chrootname
 if schroot --list --all-source-chroots  | grep unstable-amd64-sbuild; then
   :
 else
-  sudo sbuild-createchroot unstable $chroot http://httpredir.debian.org/debian
+  sudo sbuild-createchroot unstable $chroot http://deb.debian.org/debian
 fi
 for conf in $(grep -l '^union-type=' /etc/schroot/chroot.d/*-sbuild*); do
   if ! grep -q "^union-overlay-directory=" "$conf" ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pkg-ruby-extras.git



More information about the Pkg-ruby-extras-commits mailing list