[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cvs ci failed. How can I solve it?



On Wed, Feb 14, 2018 at 7:45 PM, sebul wrote:
> I solved it.
> I changed
> http://cdimage-search.debian.org
> to
> https://cdimage-search.debian.org
>
> I just add a character s after http

Indeed.

I've updated all the other links to the site using this command:

site=cdimage-search.debian.org
fgrep -rl $site english/ | egrep 'wml|src' |
xargs ./smart_change.pl -s "s{http://$site}{https://$site}g";
nano $(grep -rl http://.*$site .)

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


Reply to: