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 E75A740554 for ; Thu, 24 Feb 2022 13:18:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0202B68B32A; Thu, 24 Feb 2022 15:18:43 +0200 (EET) Received: from shout02.mail.de (shout02.mail.de [62.201.172.25]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0AB8D680593 for ; Thu, 24 Feb 2022 15:18:36 +0200 (EET) Received: from postfix01.mail.de (postfix03.bt.mail.de [10.0.121.127]) by shout02.mail.de (Postfix) with ESMTP id 1B1F1A1684 for ; Thu, 24 Feb 2022 14:18:36 +0100 (CET) Received: from smtp01.mail.de (smtp01.bt.mail.de [10.0.121.211]) by postfix01.mail.de (Postfix) with ESMTP id F2ECC80127 for ; Thu, 24 Feb 2022 14:18:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1645708716; bh=8R7mxFD8KIZTm/sr9SErapY+JHJbFfe0wGi6JkbIacQ=; h=Message-ID:Date:Subject:To:From:From:To:CC:Subject:Reply-To; b=XCWpi8LEIZIcATF00U+UH6gYQ+SX9+k7/JJucgEo5DPz6ZqiTzThLzwsJUtFFpCbp w7OGJkaB1p9/PayuyHr9Q3UwV3ocmwlGVlMv4G8fMf2nDUDUzAN8Z6sFo/9wm/pqob ZjLZzBJgis7s8x4qS3+Qih/kbqm6ceEecfvEJCdh9Ji03tqKBPwZofCaZCM7G9ibBY huT13WMlvhVuLZ+k9pXJ92beVh8i14IaYxhJL5bUvjXjyLNGBOoKg4L4d0Y6/6fxhe dLgQ2xcJM6K51yVGN18d+cH2Wr7h7ZRbPcrB7gJaQ4MihfVKz1nLC2OvSlRkP485aa 5icrTVurWYNgQ== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtp01.mail.de (Postfix) with ESMTPSA id 9D14A1003CC for ; Thu, 24 Feb 2022 14:18:35 +0100 (CET) Message-ID: Date: Thu, 24 Feb 2022 14:18:34 +0100 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220216014930.21629-1-jdek@itanimul.li> From: Thilo Borgmann In-Reply-To: <20220216014930.21629-1-jdek@itanimul.li> X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 462 X-purgate-ID: 154282::1645708715-000065A8-CE8AD402/0/0 Subject: Re: [FFmpeg-devel] [PATCH v2 1/2] tools: add general_assembly.pl 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Am 16.02.22 um 02:49 schrieb J. Dekker: > This script generates the current general assembly voters according to > the criteria of '20 commits in the last 36 months'. > > Signed-off-by: J. Dekker > --- > doc/dev_community/community.md | 3 +++ > tools/general_assembly.pl | 40 ++++++++++++++++++++++++++++++++++ > 2 files changed, 43 insertions(+) > create mode 100644 tools/general_assembly.pl Both LGTM. -Thilo _______________________________________________ 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".