From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7630049989 for ; Sat, 24 Feb 2024 14:05:09 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A143F68C65D; Sat, 24 Feb 2024 16:05:07 +0200 (EET) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6C74068BB00 for ; Sat, 24 Feb 2024 16:05:01 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 5105860003 for ; Sat, 24 Feb 2024 14:05:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1708783500; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=svWdaQ9aM9Eua8pIETRa6a3RJGs5QBo0pn0EaAwpInk=; b=lyJ+QrcTc0M2CswLWfdNoA4D2wrI/SI8YP6QMHVe+rjQO2aCPHp2BoGB4N1YfbTBwUOShd D27QsjYekd14kfAnwDu8UnIs7v/GHIjQoNFaXYchHDRq0p3WQyCABwnhmcvepVOMbldsV2 ZpeRJm4jhmECreL4eDIHSPZ52t5y9MAc1e+gQPcBoh+2nGJUEQ36ay5Ui5B/hj2uGpj1Ir S0qN5GeHIM7R48HxFpLNeyh0JGjk3Bs54EScFlZ59MJ6OAC2SBWDYpy1W7gLT2LpQkXmVt 3va00KOgLHjyONZDzfFdnMn5F6GYZdyOzRkDEA8bX1jnyqcFVxqijh904A0UcQ== Date: Sat, 24 Feb 2024 15:04:59 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240224140459.GK6420@pb2> References: <20240222205401.1493-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] doc: Add infra.txt X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============0377938186486249887==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0377938186486249887== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="YjuN1aHwhkJchihF" Content-Disposition: inline --YjuN1aHwhkJchihF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 22, 2024 at 10:05:36PM +0100, Andreas Rheinhardt wrote: > Michael Niedermayer: > > --- > > doc/infra.txt | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 99 insertions(+) > > create mode 100644 doc/infra.txt > >=20 > > diff --git a/doc/infra.txt b/doc/infra.txt > > new file mode 100644 > > index 0000000000..5947a2c715 > > --- /dev/null > > +++ b/doc/infra.txt > > @@ -0,0 +1,99 @@ > > +FFmpeg Infrastructure: > > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > + > > + > > + > > + > > +Servers: > > +~~~~~~~~ > > + > > + > > +Main Server: > > +------------ > > +Our Main server is hosted at telepoint.bg > > +for more details see: https://www.ffmpeg.org/#thanks_sponsor_0001 > > +Nothing runs on our main server directly, instead several VMs run on i= t. > > + > > + > > +ffmpeg.org VM: > > +-------------- > > +Web, mail, and public facing git, also website git > > + > > + > > +fftrac VM: > > +---------- > > +trac.ffmpeg.org Issue tracking > > + > > + > > +ffaux VM: > > +--------- > > +patchwork.ffmpeg.org Patch tracking > > +vote.ffmpeg.org Condorcet voting > > + > > + > > +fate: > > +----- > > +fate.ffmpeg.org FFmpeg automated testing environment > > + > > + > > +All servers currently run ubuntu > > + > > + > > + > > +Cronjobs: > > +~~~~~~~~~ > > +Part of the docs is in the main ffmpeg repository as texi files, this = part is build by a cronjob. So is the > > +doxygen stuff as well as the FFmpeg git snapshot. > > +These 3 scripts are under the ffcron user > > + > > + > > + > > +Git: > > +~~~~ > > +Public facing git is provided by our infra, (https://git.ffmpeg.org/gi= tweb) > > +main developer ffmpeg git repository for historic reasons is provided = by (git@source.ffmpeg.org:ffmpeg) > > +Other developer git repositories are provided via git@git.ffmpeg.org:<= NAME_OF_REPOSITORY> > > +git mirrors are available on https://github.com/FFmpeg > > +(there are some exceptions where primary repositories are on github or= elsewhere instead of the mirrors) > > + > > +Github mirrors are redundantly synced by multiple people > > + > > +You need a new git repository related to FFmpeg ? contact root at ffmp= eg.org > > + > > + > > +Fate: > > +~~~~~ > > +fatesamples are provided via rsync. Every FFmpeg developer who has a s= hell account in ffmepg.org >=20 > ffmpeg.org >=20 > > +should be in the samples group and be able to upload samples. > > +See https://www.ffmpeg.org/fate.html#Uploading-new-samples-to-the-fate= -suite > > + > > + > > + > > +Accounts: > > +~~~~~~~~~ > > +You need an account for some FFmpeg work? Send mail to root at ffmpeg.= org > > + > > + > > + > > +VMs: > > +~~~~ > > +You need a VM, docker container for FFmpeg? contact root at ffmpeg.org > > +(for docker, CC Andriy) > > + > > + > > + > > +IRC: > > +~~~~ > > +irc channels are at https://libera.chat/ > > +irc channel archieves are at https://libera.irclog.whitequark.org >=20 > archives >=20 > > + > > + > > + > > +Currently open positions: > > +~~~~~~~~~~~~~~~~~~~~~~~~~ > > +volunteer postfix / mailman expert. > > + You will need to do a mailman2 -> 3 update, old archieve links mus= t continue to work >=20 > archive >=20 > > + Some evaluation and improvments of DMARC/DKIM/... handling >=20 > improvements >=20 > > + general long term maintaince of the mailman lists >=20 > maintenance will apply with fixes and without the "open positions" because that seems not to fit in the ffmpeg-git that well. thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Does the universe only have a finite lifespan? No, its going to go on forever, its just that you wont like living in it. -- Hiranya Peiri --YjuN1aHwhkJchihF Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZdn3iAAKCRBhHseHBAsP qzxcAJ0YQgUYOl4Wi1b6oCoS7XOBsMUAOwCdE7aWYLhq4jzGFy/7z2XDbNzk6Ys= =gm0L -----END PGP SIGNATURE----- --YjuN1aHwhkJchihF-- --===============0377938186486249887== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============0377938186486249887==--