From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [80.241.56.152]) by sourceware.org (Postfix) with ESMTPS id 61E9F39730CF for ; Sun, 20 Nov 2022 14:55:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 61E9F39730CF Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4NFYVL27PCz9sRk; Sun, 20 Nov 2022 15:55:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1668956138; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=GpHyZWmRsnlBrPYzEdDCI4CZ6SYFORCd8pJhU1uIicM=; b=km8D7QUqWh57jPA0teohdbCpY4b6l6ONPB6LisOxYh4trOL/ZZDt1l/21XiRx3vdq7jBOU lNYAoVj16blQzIooD25X7XU7e7M9RH8OESwDp84UkZrAhNV0iHsDO7BinwsPXm/62GgeHU LaR8UavszmB+UG9gtgwKtMiQx2FpU7p/Auv276wUlqySAstLDj5NSJJX0z4Omi6wwgdq6c 4DOZf3n0NPCOSxis1nWFqyM8mOSAFYsa0AK8k7fvFYi1n0gMUY7/qMTM+V8A+erioIpzCt 979oxWPlDtq5YNhq3zmsONuMa9YK/0KjHrOc507sHsfmotReDeE9Beu/9kyoLQ== References: <20221119233644.911898-1-arsen@aarsen.me> <877czpalt4.fsf@gnu.org> <86edtxvlbn.fsf@aarsen.me> From: Arsen =?utf-8?Q?Arsenovi=C4=87?= To: "Frank Ch. Eigler" Cc: "Jose E. Marchesi" , Arsen =?utf-8?Q?Arsenovi=C4=87?= via poke-devel , positron@gnu.org, buildbot@sourceware.org Subject: Re: [PATCH builder.git] master.cfg: add GNU poke builder Date: Sun, 20 Nov 2022 15:43:20 +0100 In-reply-to: Message-ID: <867czpvfo8.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Rspamd-Queue-Id: 4NFYVL27PCz9sRk X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,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 List-Id: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, "Frank Ch. Eigler" writes: > Other builder.sourceware.org projects that use both check & distcheck > import the two sets of configury/test results into separate bunsen > testruns, so they can be separately tracked. See also: This is confusing me a bit. I tried running distcheck locally, and the test results from the distcheck build would be deleted as the last step of distcheck. These are the commands I ran (obtained from master.cfg just to be sure): git clone https://git.savannah.gnu.org/git/poke.git cd poke sudo genlop -t gettext ./bootstrap ./configure --enable-maintainer-mode make V=3D1 -j 17 make -j17 V=3D1 check make -j17 V=3D1 distcheck There's no resulting .log anywhere that ``find .'' could reach. I tried working around this by setting am__post_remove_distdir, but that'd get inherited by the distcleancheck step and break it. I'm not aware of a way to pass variables to just the top level make invocation. Thanks. =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOYEARYKAI4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCY3o/518UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MxAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosST8jgA/A4jmjEnHjA7Z4Y63RTtOJG7EVq/u3R+eIkJ KukDwbzTAQCTDggHSUQa/41+Kyv3h7TF/ytgbM5xeqrw2mJamGZUBA== =b4ZS -----END PGP SIGNATURE----- --=-=-=--