diff mbox series

[FFmpeg-devel] Update missed irc links

Message ID 20210617210138.31426-1-michael@niedermayer.cc
State Accepted
Commit c067d20177613e9cf74bcbd2a26e729ef7ababdb
Headers show
Series [FFmpeg-devel] Update missed irc links | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Michael Niedermayer June 17, 2021, 9:01 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 configure               | 2 +-
 doc/writing_filters.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

James Almer June 17, 2021, 9:20 p.m. UTC | #1
On 6/17/2021 6:01 PM, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>   configure               | 2 +-
>   doc/writing_filters.txt | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configure b/configure
> index 6bfd98b384..ecdcebf21c 100755
> --- a/configure
> +++ b/configure
> @@ -534,7 +534,7 @@ die(){
>   
>   If you think configure made a mistake, make sure you are using the latest
>   version from Git.  If the latest version fails, report the problem to the
> -ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
> +ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
>   EOF
>       if disabled logging; then
>           cat <<EOF
> diff --git a/doc/writing_filters.txt b/doc/writing_filters.txt
> index 2e25cbed71..e89d7d1e05 100644
> --- a/doc/writing_filters.txt
> +++ b/doc/writing_filters.txt
> @@ -418,4 +418,4 @@ done:
>   
>   When all of this is done, you can submit your patch to the ffmpeg-devel
>   mailing-list for review.  If you need any help, feel free to come on our IRC
> -channel, #ffmpeg-devel on irc.freenode.net.
> +channel, #ffmpeg-devel on irc.libera.chat.

LGMT, please push and backport to all supported branches ASAP. It's 
imperative we stop directing people to Freenode after the database purge 
two days ago.
Michael Niedermayer June 18, 2021, 7:16 p.m. UTC | #2
On Thu, Jun 17, 2021 at 06:20:08PM -0300, James Almer wrote:
> On 6/17/2021 6:01 PM, Michael Niedermayer wrote:
> > Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> > ---
> >   configure               | 2 +-
> >   doc/writing_filters.txt | 2 +-
> >   2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/configure b/configure
> > index 6bfd98b384..ecdcebf21c 100755
> > --- a/configure
> > +++ b/configure
> > @@ -534,7 +534,7 @@ die(){
> >   If you think configure made a mistake, make sure you are using the latest
> >   version from Git.  If the latest version fails, report the problem to the
> > -ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
> > +ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
> >   EOF
> >       if disabled logging; then
> >           cat <<EOF
> > diff --git a/doc/writing_filters.txt b/doc/writing_filters.txt
> > index 2e25cbed71..e89d7d1e05 100644
> > --- a/doc/writing_filters.txt
> > +++ b/doc/writing_filters.txt
> > @@ -418,4 +418,4 @@ done:
> >   When all of this is done, you can submit your patch to the ffmpeg-devel
> >   mailing-list for review.  If you need any help, feel free to come on our IRC
> > -channel, #ffmpeg-devel on irc.freenode.net.
> > +channel, #ffmpeg-devel on irc.libera.chat.
> 
> LGMT, please push and backport to all supported branches ASAP. It's
> imperative we stop directing people to Freenode after the database purge two
> days ago.

done master & release/4.4
ive done the other branches locally too but they need more testing and some
need fixes before i can push them. So if you want you can backport it to other branches
note the release/4.4 version has a extra line compared to master 

thx

[...]
diff mbox series

Patch

diff --git a/configure b/configure
index 6bfd98b384..ecdcebf21c 100755
--- a/configure
+++ b/configure
@@ -534,7 +534,7 @@  die(){
 
 If you think configure made a mistake, make sure you are using the latest
 version from Git.  If the latest version fails, report the problem to the
-ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
+ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
 EOF
     if disabled logging; then
         cat <<EOF
diff --git a/doc/writing_filters.txt b/doc/writing_filters.txt
index 2e25cbed71..e89d7d1e05 100644
--- a/doc/writing_filters.txt
+++ b/doc/writing_filters.txt
@@ -418,4 +418,4 @@  done:
 
 When all of this is done, you can submit your patch to the ffmpeg-devel
 mailing-list for review.  If you need any help, feel free to come on our IRC
-channel, #ffmpeg-devel on irc.freenode.net.
+channel, #ffmpeg-devel on irc.libera.chat.