On Sat,  4 Apr 2015 23:31:25 -0700
Zac Medico <zmed...@gentoo.org> wrote:

> The old http uri redirects to the new https uri, so use the new https
> uri directly.
> 
> X-Gentoo-Bug: 469888
> X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=469888
> ---
>  bin/repoman | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/bin/repoman b/bin/repoman
> index 7101a00..6074c91 100755
> --- a/bin/repoman
> +++ b/bin/repoman
> @@ -503,7 +503,7 @@ metadata_xml_encoding = 'UTF-8'
>  metadata_xml_declaration = '<?xml version="1.0" encoding="%s"?>' % \
>       (metadata_xml_encoding,)
>  metadata_doctype_name = 'pkgmetadata'
> -metadata_dtd_uri = 'http://www.gentoo.org/dtd/metadata.dtd'
> +metadata_dtd_uri = 'https://www.gentoo.org/dtd/metadata.dtd'
>  # force refetch if the local copy creation time is older than this
>  metadata_dtd_ctime_interval = 60 * 60 * 24 * 7 # 7 days
>  


Hmm, I thought that was being moved to api.gentoo.org.  I just checked
and it isn't there...

I want to verify that it isn't destined there in the very near future.
-- 
Brian Dolbec <dolsen>


Reply via email to