Date: Wed, 17 Jan 2018 15:32:24 +0100 From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r459259 - in head/ports-mgmt/fastest_sites: . files Message-ID: <1516199544.4162540.1238496944.364B89BC@webmail.messagingengine.com> In-Reply-To: <201801171429.w0HETGCO012161@repo.freebsd.org> References: <201801171429.w0HETGCO012161@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 17, 2018, at 15:29, Tobias Kortkamp wrote: > Author: tobik > Date: Wed Jan 17 14:29:16 2018 > New Revision: 459259 > URL: https://svnweb.freebsd.org/changeset/ports/459259 > > Log: > ports-mgmt/fastest_sites: Fix runtime with modern bsd.sites.mk > > fastest_sites currently can't parse entries like > > > https://archives.fedoraproject.org/pub/archive/fedora/linux/%SUBDIR%/:DEFAULT,SOURCE > > => Checking servers for MASTER_SITE_FEDORA_LINUX (6 servers) > Traceback (most recent call last): > File "/usr/local/bin/fastest_sites", line 164, in <module> > latency_list = FindFastest(varname, sitelist) > File "/usr/local/bin/fastest_sites", line 110, in FindFastest > AsyncConnect(url, callback) > File "/usr/local/bin/fastest_sites", line 53, in __init__ > self.ParseURL() > File "/usr/local/bin/fastest_sites", line 64, in ParseURL > (scheme, remainder) = self._url.split(":", 2) > ValueError: too many values to unpack > > PR: 2248544 Sorry, I forgot Approved by: wxs (maintainer timeout, 2 weeks)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1516199544.4162540.1238496944.364B89BC>