This is an automated email from the git hooks/post-receive script. adsb pushed a commit to branch master in repository devscripts.
commit 23d7cc56db0417858044715700b8418463db3540 Author: Adam D. Barratt <[email protected]> Date: Tue Jul 11 21:18:10 2017 +0100 transition-check: fix URL of source data Signed-off-by: Adam D. Barratt <[email protected]> --- debian/changelog | 6 ++++++ scripts/transition-check.pl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fa0b229..6d42e2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +devscripts (2.17.9) UNRELEASED; urgency=medium + + * transition-check: fix URL of source data. Closes: #868072 + + -- Adam D. Barratt <[email protected]> Tue, 11 Jul 2017 21:15:37 +0100 + devscripts (2.17.8) unstable; urgency=medium [ Ximin Luo ] diff --git a/scripts/transition-check.pl b/scripts/transition-check.pl index 276d93a..f9e3c58 100755 --- a/scripts/transition-check.pl +++ b/scripts/transition-check.pl @@ -175,7 +175,7 @@ die "$progname: Unable to retrieve transition information: $lwp_broken\n" unless have_lwp; init_agent() unless $ua; -my $request = HTTP::Request->new('GET', 'http://ftp-master.debian.org/testing/hints/transitions.yaml'); +my $request = HTTP::Request->new('GET', 'https://ftp-master.debian.org/transitions.yaml'); my $response = $ua->request($request); if (!$response->is_success) { die "$progname: Failed to retrieve transitions list: $!\n"; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
