From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: fyi: deleted `master` branch Date: Mon, 24 Jun 2024 21:46:43 +0200 Message-ID: <87zfra15uk.fsf@pobox.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34072"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Mon Jun 24 21:47:10 2024 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sLpeg-0008gl-Hb for guile-devel@m.gmane-mx.org; Mon, 24 Jun 2024 21:47:10 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sLpeO-0006io-7E; Mon, 24 Jun 2024 15:46:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sLpeM-0006gu-TE for guile-devel@gnu.org; Mon, 24 Jun 2024 15:46:50 -0400 Original-Received: from fanzine.igalia.com ([178.60.130.6] helo=fanzine2.igalia.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sLpeK-0006Xz-Ol for guile-devel@gnu.org; Mon, 24 Jun 2024 15:46:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=JR2z0QIAavr37YABSZABqU3ViAJDo7L1AYBEgA2c0wE=; b=UttcxYVkX9FNW7Ppen6uFqJJpk LbKKXQbkpoy1TlQpA8/P8FVe09VmyhrICNyghLnwr8tsceqZU33w8zNOBwR57GI1uv69XJxHYuPud skeY1ZW5Wu4JRBrI2vaNA4qRCv8m+XRa84rAhrJ6xlq+W+8J71QrRZxdFVNK4KSmx4vpJbk6BYjNa bjpS8QwWDIe3nHhgyR/C75cK12a9mMjOciLN7CiMGnEz+xfuCzr2MTOKbsNBaNS//rEMdL5wM6rFs TFWKAfqrwkMjw7VGWEOm5C1ZF06FXJmfpJZkuRU3i+HF31pm+S/D/Y5pOIjou4b1qcGAL+1jrcW0g 9ytQb2hw==; Original-Received: from [37.67.75.195] (helo=trouble) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1sLpeF-0072YL-Sv for ; Mon, 24 Jun 2024 21:46:43 +0200 Received-SPF: neutral client-ip=178.60.130.6; envelope-from=wingo@pobox.com; helo=fanzine2.igalia.com X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, SPF_HELO_NONE=0.001, SPF_NEUTRAL=0.779 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:22469 Archived-At: Hi, Following the conventional switch to name the main development branch `main` instead of `master`, I have deleted the `master` branch which wasn't being automatically kept in sync and could confuse people. Thanks to Bruno Haible for his detailed notes reproducing my problems updating gnulib :) Andy