From nobody Mon Jun 14 11:28:44 2021 X-Original-To: freebsd-git@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C29A611CB413 for ; Mon, 14 Jun 2021 11:28:57 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3Tjj4tF5z4kJD for ; Mon, 14 Jun 2021 11:28:57 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: olivier/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 8AAA2C1F6 for ; Mon, 14 Jun 2021 11:28:57 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: by mail-lj1-f177.google.com with SMTP id x14so19667682ljp.7 for ; Mon, 14 Jun 2021 04:28:57 -0700 (PDT) X-Gm-Message-State: AOAM531yA8ociQx9HDTIW+/FUUMZTOat65eq4AF7PG2hNOop6SSlme/B UIP86K1wB4oq2yiIhYC7oc1wQxS0Mf2oZJ0GYxQ= X-Google-Smtp-Source: ABdhPJwHN92bFoyQ9S6VphN7D4o7jVdUBoEDr4B8C+Al7+FGNRDePIRPUxS4ug1Y/fgbTO7esg2BpAc7wSVhdH7s3lk= X-Received: by 2002:a2e:a584:: with SMTP id m4mr5984094ljp.64.1623670135819; Mon, 14 Jun 2021 04:28:55 -0700 (PDT) List-Id: Discussion of git use in the FreeBSD project List-Archive: https://lists.freebsd.org/archives/freebsd-git List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-git@freebsd.org MIME-Version: 1.0 From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Mon, 14 Jun 2021 13:28:44 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: non-working .gitmodules files in source tree To: freebsd-git@freebsd.org Content-Type: multipart/alternative; boundary="000000000000ad904805c4b829b2" X-ThisMailContainsUnwantedMimeParts: Y --000000000000ad904805c4b829b2 Content-Type: text/plain; charset="UTF-8" Hi, The FreeBSD source tree includes the file sys/contrib/openzfs/.gitmodules since commit 1603881667360c015f6685131f2f25474fa67a72. And a default Jenkins job using git is running is this command: git submodule update --init --recursive Which is failing since this commit with this error: fatal: No url found for submodule path 'FreeBSD/sys/contrib/openzfs/scripts/zfs-images' in .gitmodules What is the cleanest way to fix that ? 1. Should we provide a non-working .gitmodules file ? 2. Or should we document that Jenkins git plugin needs to be configured to disable submodule to be able to work with FreeBSD sources ? 3. Other ? Regards, Olivier --000000000000ad904805c4b829b2--