From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id A1FD53858401; Mon, 18 Jul 2022 01:54:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A1FD53858401 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [10.0.0.11] (192-222-157-6.qc.cable.ebox.net [192.222.157.6]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id F34A81E222; Sun, 17 Jul 2022 21:54:21 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1658109262; bh=dvnG9w1nMfFgCHt083a2AJgow9lj8lVnBxUY+sFurWs=; h=Date:Subject:To:References:From:In-Reply-To:From; b=qHequFBITFojkfNid836GGshsNjS1wMD6tKVXyyNH64fGFh/nNIdVd5PDoL5oVh7b xtiBhifgtAb/3igjbEvFBG0r1S6l0ns5UOPFE1dt2b8aKR+gszDoo/QBkjrTZ80YhV xlv/HWnFEEioPHz9qXZiI+zT6RKziS6LQCLe+QD8= Message-ID: <3709456f-9d4e-d428-1c25-18d1cdf19dca@simark.ca> Date: Sun, 17 Jul 2022 21:54:21 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: Add python black formatting step to gdb buildbot Content-Language: en-US To: Mark Wielaard , gdb@sourceware.org, buildbot@sourceware.org References: From: Simon Marchi In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: buildbot@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "The https://builder.sourceware.org/ buildbot" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2022 01:54:23 -0000 On 2022-07-17 18:10, Mark Wielaard wrote: > Hi, > > On irc Simon requested a python black formatting step for the gdb > buildbot. And I saw Tom just fixed the last few formatting issues. So > I added a "gdb black step" to the gdb-fedora-x86_64 builder (it seems > fine to just run this on one builder instead on all - 19 now! - gdb > builders). Thanks for the quick delivery! Simon