From patchwork Tue Nov 10 09:28:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Erik Kapfer X-Patchwork-Id: 3652 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4CVjH70r0Bz3why for ; Tue, 10 Nov 2020 09:29:07 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4CVjH50qt5z1Kx; Tue, 10 Nov 2020 09:29:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4CVjH43c21z2xy0; Tue, 10 Nov 2020 09:29:04 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4CVjH23Nw2z2xkB for ; Tue, 10 Nov 2020 09:29:02 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4CVjH15CBczhV; Tue, 10 Nov 2020 09:29:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1605000541; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=L8gloGBCI8MXI914AWk+JDzISJQ8YiUwwNecm4Skno0=; b=pT7M2xyexChn00zQUbYAml7JtWI83W2e7LeXnhCQyt477mmpRmu4faqR5ZMNrgB181BhDe sFjG9OxsfnBmPvAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1605000541; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=L8gloGBCI8MXI914AWk+JDzISJQ8YiUwwNecm4Skno0=; b=eaCynCc3o81F7iOik+RvQP0zeCMDRQeoDWURALmE2usxalRkyNXuc97LO5eqeYMYe0LPJe t9AJAymQUvtYVrQyLATNrz+3MJRhETyfh0vwJZP3YyVy78UCrwcIFn7OURVxBQNJgFOcO2 EpJcjSVjZYYtwCEdjgTEigsvlZI4v7uXs1+AIK/0SaesEzGYMQ1osZten+Qkua/q5SCAsH LJWZHCMB4Dbirn6AM8Izr9mENtiJq5NJ403BEYM2wxAfg/D5/n4c8MrmJkqVpmW8Ozfu2a I8q93DeZz4KeTunu9Ha+GVGsvpmFaKscYV3BuEAhkMz5VX63gZDf+Hv0CeKMcg== From: ummeegge To: development@lists.ipfire.org Subject: [PATCH] git: Add missing Error.pm and LoadCPAN submodules Date: Tue, 10 Nov 2020 09:28:56 +0000 Message-Id: <20201110092856.13977-1-erik.kapfer@ipfire.org> In-Reply-To: <20200929091733.22077-1-ummeegge@ipfire.org> References: <20200929091733.22077-1-ummeegge@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes #12511 Signed-off-by: ummeegge --- config/rootfiles/packages/git | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/packages/git b/config/rootfiles/packages/git index df159acb4..c2023a326 100644 --- a/config/rootfiles/packages/git +++ b/config/rootfiles/packages/git @@ -333,9 +333,9 @@ usr/share/perl5/FromCPAN/Error.pm usr/share/perl5/Git.pm usr/share/perl5/Git/I18N.pm usr/share/perl5/Git/IndexInfo.pm -#usr/share/perl5/Git/LoadCPAN -#usr/share/perl5/Git/LoadCPAN.pm -#usr/share/perl5/Git/LoadCPAN/Error.pm +usr/share/perl5/Git/LoadCPAN +usr/share/perl5/Git/LoadCPAN.pm +usr/share/perl5/Git/LoadCPAN/Error.pm #usr/share/perl5/Git/LoadCPAN/Mail #usr/share/perl5/Git/LoadCPAN/Mail/Address.pm #usr/share/perl5/Git/Packet.pm