Re: cvs ci failed. How can I solve it?
Paul Wise <[email protected]>
| Newsgroups | gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <CAKTje6HW65T4f7gPJmsk4wt-FujtwvxoAD7Tf9uy9q1QADWLRw@mail.gmail.com> |
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 .)