From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id D121562B8E for ; Fri, 18 Sep 2020 09:21:46 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id CB315131B7 for ; Fri, 18 Sep 2020 09:21:46 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 50539131AD for ; Fri, 18 Sep 2020 09:21:46 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 1D3754541B for ; Fri, 18 Sep 2020 09:21:46 +0200 (CEST) Date: Fri, 18 Sep 2020 09:21:39 +0200 From: Fabian =?iso-8859-1?q?Gr=FCnbichler?= To: Proxmox VE development discussion References: <8b3165c7-ece7-7344-566b-b9edda85855d@jochum.dev> In-Reply-To: <8b3165c7-ece7-7344-566b-b9edda85855d@jochum.dev> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1600413207.cykqkbuev3.astroid@nora.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SPAM-LEVEL: Spam detection results: 0 AWL 0.029 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Subject: Re: [pve-devel] Actual ubuntu Kernel and ZFSOnLinux on git.proxmox.com X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2020 07:21:46 -0000 On September 18, 2020 12:31 am, Ren=C3=A9 Jochum wrote: > Hi, >=20 > how have you guys been? I have a nice time back here in Vorarlberg :) busy developing PBS, as you can probably tell ;) > Can you please update the focal kernel and zfsonlinux on git.proxmox.com > pve-kernel doesn't seem to download its required submodules. if you enter the submodule and run `git fetch --tags` it should work.=20 the problem here is that git submodules, once initialized/checked out,=20 only pull. we sometimes need to push tags that are not (yet) part of the=20 checked out branch in our mirrors (e.g., Ubuntu likes to tag in their=20 force-pushed branch, and only merge once it passes QA, and sometimes it=20 happens that a new release got cut in the meantime and that version only=20 exists as a tag, but is never on the fast-forward master branch). another alternative is to de-init the submodule altogether, or clone the=20 whole repo from scratch (the latter works, so it's not the commits which=20 are missing, but just git submodule strangeness preventing them from=20 being found). =