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

2018-02-14 Thread Paul Wise
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



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

2018-02-14 Thread sebul
I solved it.
I changed
http://cdimage-search.debian.org
to
https://cdimage-search.debian.org

I just add a character s after http


2018-02-14 19:53 GMT+09:00 sebul :

> I translated
> https://alioth.debian.org/scm/viewvc.php/webwml/english/CD/
> jigdo-cd/index.wml?hideattic=0&view=markup&revision=1.84&root=webwml
> into Korean and run following command.
>
> cvs ci -m "jigdo" index.wml
>
> But I get an error message as follows.
>
> Commit contains these http: URLs, please change them to https:
> so that users visiting them are protected by SSL.
>
> http://cdimage-search\.debian\.org
> cvs commit: Pre-commit check failed
> cvs [commit aborted]: correct above errors first!
>
> How can I solve it ?
>
> I attached my translation.
> Help me please.
> --
> 세벌식 http://sebul.sarang.net 
>



-- 
세벌식 http://sebul.sarang.net