diff mbox

[FFmpeg-devel] download: Use git.ffmpeg.org to browse repository

Message ID CAB0OVGrm451r5fArenaEk7UpHn8nrQ7MRVdnjd0=x6ynK6RaLA@mail.gmail.com
State Accepted
Headers show

Commit Message

Carl Eugen Hoyos March 8, 2018, 10:37 p.m. UTC
Hi!

Is there a reason why we point users to another website to browse the
FFmpeg repository?

Carl Eugen

Comments

Lou Logan March 8, 2018, 11:02 p.m. UTC | #1
On Thu, 8 Mar 2018 23:37:19 +0100
Carl Eugen Hoyos <ceffmpeg@gmail.com> wrote:
> Hi!
> 
> Is there a reason why we point users to another website to browse the
> FFmpeg repository?

My guess is fa2da62:
src/download: use a https based link for main "Browse" button

But git.ffmpeg.org now has HTTPS so it's a moot point.

> Carl Eugen
> From 36be2bb8ceaa5d564e999aa6c748d826ebfe757b Mon Sep 17 00:00:00 2001
> From: Carl Eugen Hoyos <ceffmpeg@gmail.com>
> Date: Thu, 8 Mar 2018 23:35:29 +0100
> Subject: [PATCH] download: Use git.ffmpeg.org to browse repository.
> 
> ---
>  src/download |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/download b/src/download
> index 6783c35..b03e3d0 100644
> --- a/src/download
> +++ b/src/download
> @@ -143,7 +143,7 @@
>                <i class="fa fa-git"></i>
>                Snapshot
>              </a> &nbsp;
> -            <a href="https://github.com/FFmpeg/FFmpeg" class="btn btn-success">
> +            <a href="https://git.ffmpeg.org/gitweb/ffmpeg.git" class="btn btn-success">
>                Browse
>              </a>
>            </div>

Fine with me.
wm4 March 8, 2018, 11:09 p.m. UTC | #2
On Thu, 8 Mar 2018 23:37:19 +0100
Carl Eugen Hoyos <ceffmpeg@gmail.com> wrote:

> Hi!
> 
> Is there a reason why we point users to another website to browse the
> FFmpeg repository?

I didn't even know about it. Can someone make http://git.ffmpeg.org
redirect to this as well, instead of having it return 403?
Lou Logan March 8, 2018, 11:14 p.m. UTC | #3
On Thu, Mar 8, 2018, at 2:09 PM, wm4 wrote:
> I didn't even know about it. Can someone make http://git.ffmpeg.org
> redirect to this as well, instead of having it return 403?

While we're at it redirecting the http *.ffmpeg.org to https would be nice too.
James Almer March 8, 2018, 11:35 p.m. UTC | #4
On 3/8/2018 8:14 PM, Lou Logan wrote:
> On Thu, Mar 8, 2018, at 2:09 PM, wm4 wrote:
>> I didn't even know about it. Can someone make http://git.ffmpeg.org
>> redirect to this as well, instead of having it return 403?
> 
> While we're at it redirecting the http *.ffmpeg.org to https would be nice too.

It also needs to serve the nv-codec-headers repository.

For being the "main" git server, it's kinda lacking compared to the
videolan hosted one.
Carl Eugen Hoyos March 14, 2018, 11:57 a.m. UTC | #5
2018-03-09 0:02 GMT+01:00, Lou Logan <lou@lrcd.com>:
> On Thu, 8 Mar 2018 23:37:19 +0100
> Carl Eugen Hoyos <ceffmpeg@gmail.com> wrote:

>> diff --git a/src/download b/src/download
>> index 6783c35..b03e3d0 100644
>> --- a/src/download
>> +++ b/src/download
>> @@ -143,7 +143,7 @@
>>                <i class="fa fa-git"></i>
>>                Snapshot
>>              </a> &nbsp;
>> -            <a href="https://github.com/FFmpeg/FFmpeg" class="btn
>> btn-success">
>> +            <a href="https://git.ffmpeg.org/gitweb/ffmpeg.git" class="btn
>> btn-success">
>>                Browse
>>              </a>
>>            </div>
>
> Fine with me.

Patch applied.

Thank you, Carl Eugen
diff mbox

Patch

From 36be2bb8ceaa5d564e999aa6c748d826ebfe757b Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <ceffmpeg@gmail.com>
Date: Thu, 8 Mar 2018 23:35:29 +0100
Subject: [PATCH] download: Use git.ffmpeg.org to browse repository.

---
 src/download |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/download b/src/download
index 6783c35..b03e3d0 100644
--- a/src/download
+++ b/src/download
@@ -143,7 +143,7 @@ 
               <i class="fa fa-git"></i>
               Snapshot
             </a> &nbsp;
-            <a href="https://github.com/FFmpeg/FFmpeg" class="btn btn-success">
+            <a href="https://git.ffmpeg.org/gitweb/ffmpeg.git" class="btn btn-success">
               Browse
             </a>
           </div>
-- 
1.7.10.4