From patchwork Mon Jan 1 12:17:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Niedermayer X-Patchwork-Id: 7059 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.2.79.195 with SMTP id r64csp13540398jad; Mon, 1 Jan 2018 04:18:11 -0800 (PST) X-Google-Smtp-Source: ACJfBotf7SqTEYLbbUvuZ9vY2+h/IT/me1WCFyF+YSe+NpcKpiobnNEAdglnG3cID2aKunUViOAJ X-Received: by 10.28.136.15 with SMTP id k15mr32744192wmd.147.1514809091263; Mon, 01 Jan 2018 04:18:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1514809091; cv=none; d=google.com; s=arc-20160816; b=a6knrQ8HWXw5dWhnP7fpDragSZcJxd0+woVfkSvIcHbaWXVGYEebm5FR7hHS9IkTGv Irn3pDeWXEyqsjmN0JEcQvFOqWEUQl97J2/kRhvTbclloQ6pyF/3zlmwAXTnNjhcCmjW T35B2QFK3OyyPYCsAH6Sj2BGrm11v4LKNTueFpPamCUaZ0UA+a9xd2R7I/S6sccr0YuH 9QHmSE2tBE4UEasHLlp8Iowfh8Hgu6Ejx7sKgz50O3IQ32ugUXegfX8KvUT5eP4h31Sq 6gWm2eJXE3V3gVhi3e6fpy5WnkpUh2u4tHKzyBJz8bZML13m6Wjgz7v6KUhQkhW0U9MZ RMxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version:cc:reply-to :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:message-id:date:to:from:delivered-to :arc-authentication-results; bh=8vnoObHFOFfB3AxZQXALt5OXONTpnhTM0gFpAh9a4Zs=; b=ziKAuBzNRdutOqYvJ3GsSYPJ+jgkGpEsgle0vRXFB5oM1Pu4P9kPDdRVBrnglch8ah fBLEl51cDHWfARb8QMhzK6StcE0Ca6ScxDSw9rO6dXg4O1zqjBoQ70B7f9oHAKvoWszk UuAMyYQRtX9dgctT+nljlGIqaWgCfKWnuQHfMm7VkFO2f2/ndw2dTuSLSkjn0/sORTGB 5aOtPyOrn9USm7gi/dwppTfFDVQmWqAmearrVcm3T/EuJugGfDar1YY3Yu0inQRVDqfv XfBK+7cN0DCoHcsongw9jB0SaXWY0r7f22sA5z2fzfRaizRSfTpypsGYxDSnB2Gv6pyO VK2w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id r7si19100479wmc.49.2018.01.01.04.18.10; Mon, 01 Jan 2018 04:18:11 -0800 (PST) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 556A76805DF; Mon, 1 Jan 2018 14:17:53 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D98D8680413 for ; Mon, 1 Jan 2018 14:17:46 +0200 (EET) X-Originating-IP: 213.47.41.20 Received: from localhost (213-47-41-20.cable.dynamic.surfer.at [213.47.41.20]) (Authenticated sender: michael@niedermayer.cc) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id ECCC3C5A4E; Mon, 1 Jan 2018 13:18:01 +0100 (CET) From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Mon, 1 Jan 2018 13:17:18 +0100 Message-Id: <1514809038-22475-1-git-send-email-michael@niedermayer.cc> X-Mailer: git-send-email 2.7.4 Subject: [FFmpeg-devel] [PATCH] doc/fate: Document how to upload samples to the fate suite X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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 Cc: Michael Niedermayer MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Suggested-by: Compn Signed-off-by: Michael Niedermayer --- doc/fate.texi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/fate.texi b/doc/fate.texi index 7a96c25..c9c0d3a 100644 --- a/doc/fate.texi +++ b/doc/fate.texi @@ -147,6 +147,26 @@ process. The only thing left is to automate the execution of the fate.sh script and the synchronisation of the samples directory. +@chapter Uploading new samples to the fate suite + +This is for developers who have an account on the fate suite server. +If you upload new samples, please make sure they are as small as possible, +space on each client, network bandwidth and so on benefit from smaller test cases. +Also keep in mind older checkouts use existing sample files, that means in +practice generally do not replace, remove or overwrite files as it likely would +break older checkouts or releases. + +@example +#First update your local samples copy: +rsync -vauL --chmod=Dg+s,Duo+x,ug+rw,o+r,o-w,+X fate-suite.ffmpeg.org:/home/samples/fate-suite/ ~/fate-suite + +#Then do a dry run checking what would be uploaded: +rsync -vanL --no-g --chmod=Dg+s,Duo+x,ug+rw,o+r,o-w,+X ~/fate-suite/ fate-suite.ffmpeg.org:/home/samples/fate-suite + +#Upload the files: +rsync -vaL --no-g --chmod=Dg+s,Duo+x,ug+rw,o+r,o-w,+X ~/fate-suite/ fate-suite.ffmpeg.org:/home/samples/fate-suite +@end example + @chapter FATE makefile targets and variables