From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id F13ED3858C52 for ; Fri, 15 Sep 2023 20:54:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F13ED3858C52 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from csb.redhat.com (deer0x03.wildebeest.org [172.31.17.133]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id DB0033037D1B; Fri, 15 Sep 2023 22:54:05 +0200 (CEST) Received: by csb.redhat.com (Postfix, from userid 10916) id B0B83D0AA1; Fri, 15 Sep 2023 22:54:05 +0200 (CEST) From: Mark Wielaard To: buildbot@sourceware.org Cc: Mark Wielaard Subject: [PATCH] htdocs/index.html.pre: Point to cgit Date: Fri, 15 Sep 2023 22:53:59 +0200 Message-Id: <20230915205359.3138613-1-mark@klomp.org> X-Mailer: git-send-email 2.39.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3034.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_PDS_SHORT_SPOOFED_URL 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: --- htdocs/index.html.pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.html.pre b/htdocs/index.html.pre index 252f34f..e455038 100644 --- a/htdocs/index.html.pre +++ b/htdocs/index.html.pre @@ -34,7 +34,7 @@

The builder git config files: -

git clone https://sourceware.org/git/builder.git
+
git clone https://sourceware.org/git/builder.git

The buildbot mailinglist: -- 2.39.3