From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06912C64EC4 for ; Thu, 9 Mar 2023 05:51:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229558AbjCIFvs (ORCPT ); Thu, 9 Mar 2023 00:51:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59652 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229549AbjCIFvr (ORCPT ); Thu, 9 Mar 2023 00:51:47 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 46646AF6AB; Wed, 8 Mar 2023 21:51:46 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B0C16619C0; Thu, 9 Mar 2023 05:51:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CFC44C433D2; Thu, 9 Mar 2023 05:51:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678341105; bh=tia+rGgQW30HhE+6t0Bm3z/xnsI8KB5lF3h8emJHFe8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=u2D77y48gaUUUOVnzpFF9d265HqofuV7VFmqGJFxcCNyDdPcjhYNidkNT1a8Mlq/T Fnm4pcZVVBHkOsGWdIZBbUTzoGNJMHJHlJ/mjEHg4CHIWM2ccYZEq3x0PsxZTXMT9X 5jWJYRZmV6lYAuwQzjx9yQeSOMFTSU204adyU/O4GywE5GF0YRsQ3EFHW8ce6VInXd GG73BTf+3gD6Q5/QG20uCCckZ7N7Eg7l3S2fys3tASQbIZXk41+SfXP7/g+ewr8aNj HmCwLpd0Kl8FGe+QzVVXCSKjoWznXd3W2Ayj5Y+3wCv2jdcK3gsYZCPNz2+1JUPSk2 3vmQY8IiNw3XQ== Date: Thu, 9 Mar 2023 06:51:35 +0100 From: Simon Horman To: Stephen Rothwell Cc: Simon Horman , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: error while fetching the ipvs-next tree Message-ID: References: <20230309085415.0b738f0a@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230309085415.0b738f0a@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi Stephen, On Thu, Mar 09, 2023 at 08:54:15AM +1100, Stephen Rothwell wrote: > Hi all, > > Attempting to fetch the ipvs-next tree > (git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git#master) > today produces this error: > > fatal: couldn't find remote ref refs/heads/master > > Should I switch to using the "main" branch? > > I also notice thet the ipvs tree > (git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git) has both a > "master" and "main" branch. Should I be using "main" there as well? Sorry for not letting you know in advance. Yes, please use main for both the ipvs-next and ipvs trees. I plan to remove master from the ipvs tree too. Kind regards, Simon