Message ID | CAB0OVGrm451r5fArenaEk7UpHn8nrQ7MRVdnjd0=x6ynK6RaLA@mail.gmail.com |
---|---|
State | Accepted |
Headers | show |
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> > - <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.
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?
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.
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.
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> >> - <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
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> - <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