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

jcristau pushed a commit to branch master
in repository devscripts.

commit 8ccdbfd904f2c16b0f6760ab250be3c348146ba9
Author: Julien Cristau <jcris...@debian.org>
Date:   Tue Dec 23 13:48:20 2014 +0100

    grep-excuses: update URLs to use https://release.debian.org/
    
    Signed-off-by: Julien Cristau <jcris...@debian.org>
---
 debian/changelog        | 6 ++++++
 scripts/grep-excuses.pl | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2fef598..507da80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+devscripts (2.14.12) UNRELEASED; urgency=medium
+
+  * grep-excuses: update URLs to use https://release.debian.org/
+
+ -- Julien Cristau <jcris...@debian.org>  Tue, 23 Dec 2014 13:49:31 +0100
+
 devscripts (2.14.11) unstable; urgency=medium
 
   [ Paul Wise ]
diff --git a/scripts/grep-excuses.pl b/scripts/grep-excuses.pl
index e98b67a..d1dd756 100755
--- a/scripts/grep-excuses.pl
+++ b/scripts/grep-excuses.pl
@@ -46,7 +46,7 @@ sub have_term_size {
 my $progname = basename($0);
 my $modified_conf_msg;
 
-my $url='http://ftp-master.debian.org/testing/update_excuses.html.gz';
+my $url='https://release.debian.org/britney/update_excuses.html.gz';
 
 # No longer use these - see bug#309802
 my $cachedir = $ENV{'HOME'}."/.devscripts_cache/";
@@ -92,7 +92,7 @@ if (system("command -v w3m >/dev/null 2>&1") != 0) {
 }
 
 while( my $package=shift ) {
-    my $dump = `w3m -dump -cols $columns 
"http://release.debian.org/migration/testing.pl?package=$package"`;
+    my $dump = `w3m -dump -cols $columns 
"https://release.debian.org/migration/testing.pl?package=$package"`;
     $dump =~ s/^.*?(?=Checking)//s;
     $dump =~ s/^\[.*//ms;
     print($dump);

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/collab-maint/devscripts.git

_______________________________________________
devscripts-devel mailing list
devscripts-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to