won't flood the terminal, since the first redirect changes the host
discussed with sthen
# ex:ts=8 sw=4:
-# $OpenBSD: PackageRepository.pm,v 1.149 2018/01/17 13:25:36 espie Exp $
+# $OpenBSD: PackageRepository.pm,v 1.150 2018/01/19 11:34:41 espie Exp $
#
# Copyright (c) 2003-2010 Marc Espie <espie@openbsd.org>
#
$self->{last_error} = 0;
while(<$fh>) {
if (m/^Redirected to https?\:\/\/([^\/]*)/) {
+ $self->{state}->say("#1", $_);
$self->{host} = $1;
$baseurl = $self->url;
next;