Re: What is exactly the "canonical URI" for Vcs-{Git,Browser}?

2017-01-20 Thread Jeremy Stanley
On 2017-01-20 22:40:06 +0900 (+0900), Roger Shimizu wrote: [...] > Originally, "cgit" is for web browser to see, and "git" is for "git > clone" or "git remote add" to checkout the source tree. > Rewrite rules of web server makes them equivalent. As someone responsible for a similar high-volume git

Re: What is exactly the "canonical URI" for Vcs-{Git,Browser}?

2017-01-20 Thread Alexander Wirt
On Fri, 20 Jan 2017, Jonas Smedegaard wrote: > Quoting Roger Shimizu (2017-01-20 14:40:06) > > On Fri, Jan 20, 2017 at 9:19 PM, Boyuan Yang <073p...@gmail.com> wrote: > > > 在 2017年1月20日星期五 SGT 下午12:45:53,Sebastiaan Couwenberg 写道: > > >> On 01/20/2017 11:56 AM, Boyuan Yang wrote: > > >> > # This on

Re: What is exactly the "canonical URI" for Vcs-{Git,Browser}?

2017-01-20 Thread Jonas Smedegaard
Quoting Roger Shimizu (2017-01-20 14:40:06) > On Fri, Jan 20, 2017 at 9:19 PM, Boyuan Yang <073p...@gmail.com> wrote: > > 在 2017年1月20日星期五 SGT 下午12:45:53,Sebastiaan Couwenberg 写道: > >> On 01/20/2017 11:56 AM, Boyuan Yang wrote: > >> > # This one seems acceptable, too > >> > Vcs-Browser: https://anon

Re: What is exactly the "canonical URI" for Vcs-{Git,Browser}?

2017-01-20 Thread Roger Shimizu
On Fri, Jan 20, 2017 at 9:19 PM, Boyuan Yang <073p...@gmail.com> wrote: > 在 2017年1月20日星期五 SGT 下午12:45:53,Sebastiaan Couwenberg 写道: >> On 01/20/2017 11:56 AM, Boyuan Yang wrote: >> > # This one seems acceptable, too >> > Vcs-Browser: https://anonscm.debian.org/cgit/pkg-foo/bar.git >> > >> > # This o

Re: What is exactly the "canonical URI" for Vcs-{Git,Browser}?

2017-01-20 Thread Emilio Pozuelo Monfort
On 20/01/17 13:43, Jonas Smedegaard wrote: > Quoting Boyuan Yang (2017-01-20 13:19:44) >> 在 2017年1月20日星期五 SGT 下午12:45:53,Sebastiaan Couwenberg 写道: >>> On 01/20/2017 11:56 AM, Boyuan Yang wrote: # This one seems acceptable, too Vcs-Browser: https://anonscm.debian.org/cgit/pkg-foo/bar.git >

Re: What is exactly the "canonical URI" for Vcs-{Git,Browser}?

2017-01-20 Thread Jonas Smedegaard
Quoting Boyuan Yang (2017-01-20 13:19:44) > 在 2017年1月20日星期五 SGT 下午12:45:53,Sebastiaan Couwenberg 写道: > > On 01/20/2017 11:56 AM, Boyuan Yang wrote: > > > # This one seems acceptable, too > > > Vcs-Browser: https://anonscm.debian.org/cgit/pkg-foo/bar.git > > > > > > # This one is also acceptable >

Re: What is exactly the "canonical URI" for Vcs-{Git,Browser}?

2017-01-20 Thread Boyuan Yang
在 2017年1月20日星期五 SGT 下午12:45:53,Sebastiaan Couwenberg 写道: > On 01/20/2017 11:56 AM, Boyuan Yang wrote: > > # This one seems acceptable, too > > Vcs-Browser: https://anonscm.debian.org/cgit/pkg-foo/bar.git > > > > # This one is also acceptable > > Vcs-Git: https://anonscm.debian.org/git/pkg-foo/bar.

Re: What is exactly the "canonical URI" for Vcs-{Git,Browser}?

2017-01-20 Thread Ondrej Novy
Hi, 2017-01-20 12:45 GMT+01:00 Sebastiaan Couwenberg : > > Vcs-Browser: https://anonscm.debian.org/cgit/pkg-foo/bar.git > > Vcs-Git: https://anonscm.debian.org/git/pkg-foo/bar.git > > These are the ones you should use, because both use encryption for the > connection and contrary to git+ssh URLs,

Re: What is exactly the "canonical URI" for Vcs-{Git,Browser}?

2017-01-20 Thread Sebastiaan Couwenberg
On 01/20/2017 11:56 AM, Boyuan Yang wrote: > # This one seems acceptable, too > Vcs-Browser: https://anonscm.debian.org/cgit/pkg-foo/bar.git > > # This one is also acceptable > Vcs-Git: https://anonscm.debian.org/git/pkg-foo/bar.git These are the ones you should use, because both use encryption f

What is exactly the "canonical URI" for Vcs-{Git,Browser}?

2017-01-20 Thread Boyuan Yang
Hello all, I want to make sure what is the canonical URI for Vcs-Git and Vcs-Browser used in git-managed packages. I have seen lots of examples. Here is my understanding so far: # Anything not using "anonscm.debian.org" (e.g., git.debian.org) domain is not canonical # This one looks obsoleted