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 0428E48A0F for ; Thu, 22 Feb 2024 20:54:13 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 89B0968C086; Thu, 22 Feb 2024 22:54:10 +0200 (EET) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2711468BEB5 for ; Thu, 22 Feb 2024 22:54:03 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 390FE1BF207 for ; Thu, 22 Feb 2024 20:54:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1708635242; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=XDwJc79YkqP+nYbQcrw4dmx1zA8rn0L93cfx9GGfaHI=; b=WR5bnvL/EWKrzWr8mkDuCW+sQ2gO6W9fwVWBrbbFtMv1bCGGTEpqpIPqMmP/V0AkReXI0w 1JNVXO83bkY7LTnRWREqQnyOpTPeEzx+vvkIn11fEBo0fsSpYApDh/6bOISEOMKSbh1gsB L06VdAtL73zuB7uX14LFeds2VdF69R48DEzMSg+e28ktbRzNS/v6fAZDmVHnOYMltgT1sJ 9WMHKL3jzw637yEt+8JPCSNC48D8oyZNkw8pDJR4YokjoGvHzjA23bB/ukJD61W3dcmt6Z E9xKM+8bjM2rJFspWy3rnsrmI335jKL1iuH557x7XEYEOvxbbeNHWrA+rj66Gw== From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Thu, 22 Feb 2024 21:54:01 +0100 Message-Id: <20240222205401.1493-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.17.1 X-GND-Sasl: michael@niedermayer.cc Subject: [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 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --- doc/infra.txt | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 doc/infra.txt 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: +====================== + + + + +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 it. + + +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/gitweb) +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: +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 ffmpeg.org + + +Fate: +~~~~~ +fatesamples are provided via rsync. Every FFmpeg developer who has a shell account in ffmepg.org +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 + + + +Currently open positions: +~~~~~~~~~~~~~~~~~~~~~~~~~ +volunteer postfix / mailman expert. + You will need to do a mailman2 -> 3 update, old archieve links must continue to work + Some evaluation and improvments of DMARC/DKIM/... handling + general long term maintaince of the mailman lists +volunteer fateserver maintainer (perl) + our general reaction speed to issues like cross site scripting issues is too slow -- 2.17.1 _______________________________________________ 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".