From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 44B213858C50 for ; Mon, 17 Apr 2023 09:29:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 44B213858C50 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poLB3-0003kW-2u; Mon, 17 Apr 2023 05:29:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=qGC0GfUHE7agr5StPcD66ZMtef2749Vg3DVmDOk4uw8=; b=TSmDS8hLw+3tHl7E3vL1 V/pSLfnqr+WgE7DutVBCtJHmLvO8fRGawgby7P9Mwn0rTAc7qIMtKXTwynY8McfyitoKBsVjt3yO2 JQh3mi/x4tzkCFdABd9gyhu0xbSHrMao9qyQNjle1EVBljhjSoQydl37y7LDkGj+T8LhUSzkfdwGr 08x9ggN7GZidU7cJNDGcWMnsI9aRnAIFLPh6xMxtV4bsE5Et08Q0clxNErLW3EeACrUkG6ICYhbER PrKjDCXQsEcPkCwWZE4NYvq73A9jPIbubcNYypIc+UqD4F1abYb9zVfjPppUO3y4r4X31IFPiqz6j ttgC9+Sdytxt6g==; Received: from dynamic-077-179-159-222.77.179.pool.telefonica.de ([77.179.159.222] helo=termi) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poLB2-0007CE-Eg; Mon, 17 Apr 2023 05:29:36 -0400 From: "Jose E. Marchesi" To: Mark Wielaard Cc: buildbot@sourceware.org, poke-devel@gnu.org Subject: Re: [PATCH] Add gnupoke snapshot scheduler, factory and builder In-Reply-To: <20230416205048.GF20056@gnu.wildebeest.org> (Mark Wielaard's message of "Sun, 16 Apr 2023 22:50:48 +0200") References: <20230416190515.248478-1-mark@klomp.org> <87leirpps1.fsf@gnu.org> <20230416205048.GF20056@gnu.wildebeest.org> Date: Mon, 17 Apr 2023 11:29:31 +0200 Message-ID: <87cz42q2kk.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: Hi Mark. > On Sun, Apr 16, 2023 at 09:53:34PM +0200, Jose E. Marchesi wrote: >> This and the Fedora ARM support means I should add new little graphics >> to http://jemarch.net/poke? > > For the fedora arm64 builder you could add: > > href="https://builder.sourceware.org/buildbot/#builders/gnupoke-fedora-arm64"> src="https://builder.sourceware.org/buildbot/badges/gnupoke-fedora-arm64.svg?left_text=%20%20fedora-arm64%20%20"> I just added the above in https://jemarch.net/poke. > For the snapshots we should see where they exactly land when there is > a real build. It was supposed to go into "trunk" or "poke-[123]" under > https://snapshots.sourceware.org/gnupoke/ but the first build didn't > have a branch associated with it, so it moved a level too high. > > Please push a new commit to top of git or one of the maint/poke-* > branches, so we can check where they end up exactly. I just pushed a commit to `master'.