From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 30 01:36:49 2021 Received: (at submit) by debbugs.gnu.org; 30 Oct 2021 05:36:49 +0000 Received: from localhost ([127.0.0.1]:56514 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgh2u-0002hm-RM for submit@debbugs.gnu.org; Sat, 30 Oct 2021 01:36:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:47004) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgh2q-0002hb-R7 for submit@debbugs.gnu.org; Sat, 30 Oct 2021 01:36:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46732) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgh2q-0000x7-KE for guix-patches@gnu.org; Sat, 30 Oct 2021 01:36:44 -0400 Received: from cyberdimension.org ([80.67.179.20]:38012 helo=gnutoo.cyberdimension.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1mgh2n-0004NU-Kx for guix-patches@gnu.org; Sat, 30 Oct 2021 01:36:44 -0400 Received: from gnutoo.cyberdimension.org (localhost [127.0.0.1]) by cyberdimension.org (OpenSMTPD) with ESMTP id 97459ab1; Sat, 30 Oct 2021 05:27:50 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [::1]) by gnutoo.cyberdimension.org (OpenSMTPD) with ESMTP id 3be25a81; Sat, 30 Oct 2021 05:27:50 +0000 (UTC) From: Denis 'GNUtoo' Carikli To: guix-patches@gnu.org Subject: [PATCH] gnu: Add kiwix-tools Date: Sat, 30 Oct 2021 07:36:31 +0200 Message-Id: <20211030053631.31209-1-GNUtoo@cyberdimension.org> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=80.67.179.20; envelope-from=GNUtoo@cyberdimension.org; helo=gnutoo.cyberdimension.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Denis 'GNUtoo' Carikli X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/web.scm (kiwix-tools): New variable. Signed-off-by: Denis 'GNUtoo' Carikli --- gnu/packages/web.scm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index d7df3079b3..c775610634 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -8124,6 +8124,44 @@ (define-public kiwix-desktop offline (such as Wikipedia), without any access to Internet.") (license license:gpl3))) +(define-public kiwix-tools + (package + (name "kiwix-tools") + (version "3.1.2") + (source (origin + (method url-fetch) + (uri (string-append + "https://download.kiwix.org/release/kiwix-tools/kiwix-tools-" + version + ".tar.xz")) + (sha256 + (base32 + "1npf9ddhpkmx97gxmvmwmi8a69md8kh2szimd9rpg6ggd4big03a")))) + (build-system meson-build-system) + (inputs + `(("curl" ,curl) + ("icu4c" ,icu4c) + ("kiwix-lib" ,kiwix-lib) + ("libmicrohttpd" ,libmicrohttpd) + ("libzim" ,libzim) + ("pugixml" ,pugixml) + ("xapian" ,xapian) + ("zlib" ,zlib) + ("zstd" ,zstd "lib"))) + (native-inputs + `(("pkg-config" ,pkg-config))) + (home-page "https://wiki.kiwix.org/wiki/Software") + (synopsis "Kiwix command line tools") + (description "The Kiwix tools is a collection of Kiwix related command line +tools: +@itemize +@item kiwix-manage: Manage XML based library of ZIM files +@item kiwix-read: Read ZIM file content +@item kiwix-search: Fulltext search in ZIM files +@item kiwix-serve: HTTP daemon serving ZIM files +@end itemize\n") + (license license:gpl3))) + (define-public uriparser (let ((commit "25dddb16cf044a7df27884e7ad3911baaaca3d7c") (revision "1")) -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 30 01:52:05 2021 Received: (at 51500) by debbugs.gnu.org; 30 Oct 2021 05:52:05 +0000 Received: from localhost ([127.0.0.1]:56519 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mghHh-00039E-8A for submit@debbugs.gnu.org; Sat, 30 Oct 2021 01:52:05 -0400 Received: from cyberdimension.org ([80.67.179.20]:40160 helo=gnutoo.cyberdimension.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mghHf-000396-Fv for 51500@debbugs.gnu.org; Sat, 30 Oct 2021 01:52:04 -0400 Received: from gnutoo.cyberdimension.org (localhost [127.0.0.1]) by cyberdimension.org (OpenSMTPD) with ESMTP id c696572f for <51500@debbugs.gnu.org>; Sat, 30 Oct 2021 05:43:19 +0000 (UTC) Received: from primarylaptop.localdomain (localhost.localdomain [::1]) by gnutoo.cyberdimension.org (OpenSMTPD) with ESMTP id 92c5250f for <51500@debbugs.gnu.org>; Sat, 30 Oct 2021 05:43:19 +0000 (UTC) Date: Sat, 30 Oct 2021 07:51:56 +0200 From: Denis 'GNUtoo' Carikli To: 51500@debbugs.gnu.org Subject: Re: [PATCH] gnu: Add kiwix-tools Message-ID: <20211030075156.657aab8f@primarylaptop.localdomain> In-Reply-To: <20211030053631.31209-1-GNUtoo@cyberdimension.org> References: <20211030053631.31209-1-GNUtoo@cyberdimension.org> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/A_mOYu2Idch1OLqHNAxhsmM"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --Sig_/A_mOYu2Idch1OLqHNAxhsmM Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, Last time I sent a patch I was told that "by convention we keep [the signed-off-by] for the person who applies the patch.". Does it means that next times I send patches, it's better if I do not add my signed-off-by at all? Or is it better if I leave it and that it get stripped by the person who merge the patch each time as through that way way I also formally signed the developer certificate of origin, and even if it's stripped it offers more guarantees. Denis. --Sig_/A_mOYu2Idch1OLqHNAxhsmM Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEeC+d2+Nrp/PU3kkGX138wUF34mMFAmF83XwACgkQX138wUF3 4mN6Nw/+M0BUlg6BwdiXs+JrDSut2hhKrQJFFlRcBC/vazSXodIs0CTBq2XYycRW AtnFft+35VbIpP5pLugD2pLF9kzDgKyEPX3o5bDpIg1Y4LXEJbhjDgwFYy7hzQSV IgHDqXy7IVYP05lfEcKznrFRzCnsmAajg9Q/MMIwHIQrodtuGD5dBGiCAslzQS+O +yl1nRguhgMjeA0OKxYOZlaX2x6J+tM/nrDr1krKPUJvS+mdUcSLYwsnSef66Paf Dta0E3VQy9muFLYYKDihakEZuKW3+XCtthl69Rt8pq1mkxvUyezCzx6ur7hAJNxm K83dhgRrXOKJ2nEMJ6MRcv6TcQok2G0KESt2AjZyv4SHIXs3LcYhWTAYouQ+MCb0 BvQd0EV3UTDtMORRrG2Dr5fkZ2QIa1FfCwwMfb4xxsIqpMp/X+7XVFwDgZb4jKmt dHzo2GN1oL621TcpIDlkf4ftKnJEPalNq7L2eH1nP1uBZcQbJJ83RK1iT5TYmyBM imXaXEZgNknPT1mQNzH8wDm4y31gUCYKQnolEFnnsD7JNPCA0UXyY2RdptXQE4R0 JubSmc8JUtxX38TNLcOwmbw2WlJBCoTN6voiVVzZ/vyreR1NYomqtHeLM0E/tJbT eYxHrOEBjQOeYpqrEbk8RfqWSb8gxMXTFBAe85Nn2hwta0BQiLA= =T7Jz -----END PGP SIGNATURE----- --Sig_/A_mOYu2Idch1OLqHNAxhsmM-- From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 07 12:14:22 2021 Received: (at 51500) by debbugs.gnu.org; 7 Dec 2021 17:14:22 +0000 Received: from localhost ([127.0.0.1]:38531 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mue2o-0005U0-H3 for submit@debbugs.gnu.org; Tue, 07 Dec 2021 12:14:22 -0500 Received: from cyberdimension.org ([80.67.179.20]:33662 helo=gnutoo.cyberdimension.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mue2l-0005Tr-Qm for 51500@debbugs.gnu.org; Tue, 07 Dec 2021 12:14:21 -0500 Received: from gnutoo.cyberdimension.org (localhost [127.0.0.1]) by cyberdimension.org (OpenSMTPD) with ESMTP id a883d5e8 for <51500@debbugs.gnu.org>; Tue, 7 Dec 2021 17:12:07 +0000 (UTC) Received: from primarylaptop.localdomain (localhost.localdomain [::1]) by gnutoo.cyberdimension.org (OpenSMTPD) with ESMTP id 56efd81f for <51500@debbugs.gnu.org>; Tue, 7 Dec 2021 17:12:07 +0000 (UTC) Date: Tue, 7 Dec 2021 18:14:31 +0100 From: Denis 'GNUtoo' Carikli To: 51500@debbugs.gnu.org Subject: Re: [PATCH] gnu: Add kiwix-tools Message-ID: <20211207181431.1ca7da5b@primarylaptop.localdomain> In-Reply-To: <20211030075156.657aab8f@primarylaptop.localdomain> References: <20211030053631.31209-1-GNUtoo@cyberdimension.org> <20211030075156.657aab8f@primarylaptop.localdomain> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/ZcVB.zKzyW5v4q84IHNm_dY"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --Sig_/ZcVB.zKzyW5v4q84IHNm_dY Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, It's been (way) more than two weeks so I can safely ping. Denis. --Sig_/ZcVB.zKzyW5v4q84IHNm_dY Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEeC+d2+Nrp/PU3kkGX138wUF34mMFAmGvlngACgkQX138wUF3 4mOQ8BAAnOM+RIIAQECK36ZoMC8mZu/0blitYTsnA314VN1z9V5SQRHaYUWKsL0p 6JfxPdmntWx8Ot/GBXMbh7icdklr2i9MMCYwhGce/fPRm/n4mB8K0qK6LBFSAEig 5tqxFZfqsYjZsZ2cBU5Vp9YuBhvuG+EijnFhfAO2nzlCYMm9DaZCnMEe4vbs98L4 aZmkIUfv39EFJHVLSy06owXYnigMuqOkd/Vf3iwFV4SHIbFsk8oZhwNN0Rllw6Xq ga3YEzreN5uj+3BKkUKe/CoYVswDFjAdJw+vvakRHOT1XO6vE77+gUCCoKUhHJHg fbYuzvbtsryVqgD+Fdw/nzLZBQtynqhKmlZl1iCzbxvAk6VCS0dUcNhKhCf1Qjsj EDLbkgKy4TczWPoiVEEpzJ37npgyH+myT5ik+iObNj8Y83Fuk/wrwU8xQs6NOpZ3 ddL96srd09VzLk7HKUlStvVEykJeC336pwdtiOcn+KugALlSJPSAo2a9EQCxh/sN WzBbVq9O+PavKJ5O+ID8aUWUiowdZ0btJej6XKLjWUOcG+b3gmwcQQRaA5ZBcR1g x7/BA019tSByuRCZFWFmGbQNM1YqBmmRTi3XByQkEtt88K3UxqX0YrSjJWXDf3sZ De0R9k8XdkgCUPfrriQcmkLP5wgU327kqs7AtJo87R562W9MRLs= =ouxO -----END PGP SIGNATURE----- --Sig_/ZcVB.zKzyW5v4q84IHNm_dY-- From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 07 17:29:40 2021 Received: (at 51500-done) by debbugs.gnu.org; 7 Dec 2021 22:29:40 +0000 Received: from localhost ([127.0.0.1]:38921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1muixw-0001Tu-0Q for submit@debbugs.gnu.org; Tue, 07 Dec 2021 17:29:40 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:52535) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1muixs-0001Tg-Cm for 51500-done@debbugs.gnu.org; Tue, 07 Dec 2021 17:29:39 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id E93E05C0F0F; Tue, 7 Dec 2021 17:29:30 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Tue, 07 Dec 2021 17:29:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=0wtRQvHU+FXsV8H92fiGZy7n qRKBq3DUwm69QNZpFeE=; b=xEJWri/KDao4Fo9t8Uq7ADofydJEMxl3FNJ3y8Mb ZvU7xyb9v9KMOqhbjEMUNxmW0PMZ6HNgCUET0fjG13O/LwPXO82dkzwzbKWgwjNo Jz6fsTRYcmQ30Czp5l14Zkaif2H+Yt1x2b9h7XZvUTuaFAfz40SywBc1N4bFBHHJ Nhg= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=0wtRQv HU+FXsV8H92fiGZy7nqRKBq3DUwm69QNZpFeE=; b=hKqQiBdbIoThUjjpqja008 mGR0yDRObUpH0ntjFEWY5VyOZb5CPHMswAjlrVh127EpKg0MnZM8HxmA+S/5g50m gadvBqe8U3EsMywUP3rajrDUpmAUxajSYyNYefm0u1Nh7lHyo5lBgLkhixSPARG5 txG/IrHRWtsJHwgSbyYPIt+EHqXnFhm39kbmSTjhYKSfA+UxzSU6i9rKrfp0ie6m O5sxmLEbyKFTYJsYURX5Ud/O9ejLO84MW+UvGY1K9R+jdGJdasuIJFEa3SFeni+2 uDfqB9PvBSqcMi6sMGtUJ2yEQ0uhM07uw8jjFKl9TNcNU6F8hY6blras0EOY8u5w == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrjeehgdduieefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefnvghoucfh rghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrghtth gvrhhnpeehfeehgfffvefffeekueffffeivefguefgjeeigfejhefggffhlefgheeitdeu leenucffohhmrghinhepkhhifihigidrohhrghenucevlhhushhtvghrufhiiigvpedtne curfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 7 Dec 2021 17:29:30 -0500 (EST) Date: Tue, 7 Dec 2021 17:29:28 -0500 From: Leo Famulari To: Denis 'GNUtoo' Carikli Subject: Re: [bug#51500] [PATCH] gnu: Add kiwix-tools Message-ID: References: <20211030053631.31209-1-GNUtoo@cyberdimension.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211030053631.31209-1-GNUtoo@cyberdimension.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 51500-done Cc: 51500-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Sat, Oct 30, 2021 at 07:36:31AM +0200, Denis 'GNUtoo' Carikli wrote: > * gnu/packages/web.scm (kiwix-tools): New variable. Thanks for the patch! I pushed as 9e67f2ad418e9a5a7a83dc2349624572e9dbfc8b with minor changes, shown below. > + (license license:gpl3))) I also changed the license to 'gpl3+', because the source files include the phrase "either version 3 of the License, or any later version", and README.md confirms that the authors intend to allow licensing under later GPL revisions. And I added you to the list of authors of 'gnu/packages/web.scm'. ------ diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 05cbf4d8cc..2f2ed4d8d2 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -8133,10 +8133,8 @@ (define-public kiwix-tools (version "3.1.2") (source (origin (method url-fetch) - (uri (string-append - "https://download.kiwix.org/release/kiwix-tools/kiwix-tools-" - version - ".tar.xz")) + (uri (string-append "https://download.kiwix.org/release/" + "kiwix-tools/kiwix-tools-" version ".tar.xz")) (sha256 (base32 "1npf9ddhpkmx97gxmvmwmi8a69md8kh2szimd9rpg6ggd4big03a")))) @@ -8155,7 +8153,7 @@ (define-public kiwix-tools `(("pkg-config" ,pkg-config))) (home-page "https://wiki.kiwix.org/wiki/Software") (synopsis "Kiwix command line tools") - (description "The Kiwix tools is a collection of Kiwix related command line + (description "The Kiwix tools are a collection of Kiwix-related command line tools: @itemize @item kiwix-manage: Manage XML based library of ZIM files @@ -8163,7 +8161,7 @@ (define-public kiwix-tools @item kiwix-search: Fulltext search in ZIM files @item kiwix-serve: HTTP daemon serving ZIM files @end itemize\n") - (license license:gpl3))) + (license license:gpl3+))) (define-public uriparser (let ((commit "25dddb16cf044a7df27884e7ad3911baaaca3d7c") ------ From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 07 17:41:32 2021 Received: (at 51500) by debbugs.gnu.org; 7 Dec 2021 22:41:32 +0000 Received: from localhost ([127.0.0.1]:38940 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1muj9P-0001ok-Sg for submit@debbugs.gnu.org; Tue, 07 Dec 2021 17:41:32 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:46025) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1muj9O-0001oV-Fa for 51500@debbugs.gnu.org; Tue, 07 Dec 2021 17:41:31 -0500 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0C4C75C0B0B; Tue, 7 Dec 2021 17:41:25 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 07 Dec 2021 17:41:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=D9ugwdRoYJFvGHAqynxeJrM9 KF8dGt4MaKQEIvy4+H0=; b=jrkfUgq/e1pBZobjyu073Q0nl4awvVWTCY50r9A4 xykS9vol2u2SAq/7Q3OF9cq37SFUowN31dZ04ai7aIIwr8UvN1ydwmtO1EHKl0br CFq9x6dDrTNHbn4rGVgIMBbmYPxmCRUZVA2RcNGmAXsBR2k/6tyPSWvhP2YIlLqe V3w= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=D9ugwd RoYJFvGHAqynxeJrM9KF8dGt4MaKQEIvy4+H0=; b=RW/pamBWX7zdwvsbYMwAIN BbXYyUI6JXTgSj4zT+zpxWvAaPsdZMKq1kCYO+UKsfN3vGJ3PBGg3nsOysyrf2VI ECJSd9w7kQx++OcRUWF7IJat4kt/aCTqsh2NE6rjF4maxBa+zc231vPx0OdPmxCy LF3lcpij8wBd30D+7to40e45H4hjyShO1mziVv87g+WcAr2grO807wy3SwoJxMhC t5RguqWPe0oMMG7VxZK4RxsKrh7d55K2beaZEMmEd7emSjZUG6mVFfGioE7Ukznm uCPSolj/9GWj9PaMjKPD929TOJHnNNTigQ3ZkoEwioNeCvpSwUedXDmKghOJEZWw == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrjeeiucetufdoteggodetrfdotffvucfrrh hofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgenuceurghi lhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurh epfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefnvghoucfhrghmuhhl rghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrghtthgvrhhnpe dvveegkeduiedvieeludevkeeugfeuueelhedtffegffdtfeekveelffeufedukeenucff ohhmrghinhepghhnuhdrohhrghenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmh epmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 7 Dec 2021 17:41:24 -0500 (EST) Date: Tue, 7 Dec 2021 17:41:22 -0500 From: Leo Famulari To: Denis 'GNUtoo' Carikli Subject: Re: [bug#51500] [PATCH] gnu: Add kiwix-tools Message-ID: References: <20211030053631.31209-1-GNUtoo@cyberdimension.org> <20211030075156.657aab8f@primarylaptop.localdomain> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="NA3yhVqbFnaFx4l9" Content-Disposition: inline In-Reply-To: <20211030075156.657aab8f@primarylaptop.localdomain> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 51500 Cc: 51500@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --NA3yhVqbFnaFx4l9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 30, 2021 at 07:51:56AM +0200, Denis 'GNUtoo' Carikli wrote: > Last time I sent a patch I was told that "by convention we keep [the > signed-off-by] for the person who applies the patch.". >=20 > Does it means that next times I send patches, it's better if I do not > add my signed-off-by at all? Right. In Guix, we used the "signed-off-by" line to say who pushed the patch on behalf of its author. This information is actually always there in the Git history, but it's not shown unless you add '--format=3Dfull' to commands such as `git log` and `git show`. And of course, the ultimate source of truth about who pushed the patch is contained in the PGP signature of the commit, shown with a command such as `git show --show-signature 9e67f2ad418e9a5a7a83`. So, using "signed-off-by" in this way is just for convenience, for anyone reading the log. This convention is described in the manual section Commit Access: https://guix.gnu.org/manual/en/html_node/Commit-Access.html#Commit-Access > Or is it better if I leave it and that it get stripped by the person > who merge the patch each time as through that way way I also formally > signed the developer certificate of origin, and even if it's stripped > it offers more guarantees. You can do as you like, but adding the line "signed-off-by" to your patches does not communicate anything related to copyright ownership or licensing. It's assumed that you are sharing your patches under the license used by Guix, and that you have the right to do so. If it happens that we accept a contribution that does not meet those criteria, we will remove it from Guix, as part of our "Commitment to Correct Mistakes", which is part of the Free System Distribution Guidelines that we follow: https://www.gnu.org/distros/free-system-distribution-guidelines.en.html --NA3yhVqbFnaFx4l9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAmGv4xIACgkQJkb6MLrK fwj86xAAuihKK0UjxAUv1ptsi3xEDSBNECmeKke/PeUBz2G/tCF9kBqYMiZbNHeP Sx9Yr+c25Y1ziugcGA1skvjv5CgzgNEc96mPVbXlJwR9qd+U8bvQzgLnAQCZFOR6 0WRlqfigjpkf6TmJ2+YVuql8rKh5KTWjTMS/3+p0ggERpLjWyUCeYK4Uutwb4bEB YlfORHk/NV3UUJsNkha5Ev3vx+Y9FvbmGZc4vOlok+zLf1W6VoP9NfsSTuTZP0+9 hqdfIT9pOaLgOkaqWh82foGt9yxbJSWpsGDGGSAq4aLdBgB1a8jw/2dUkRrwfdtp NZldLcsfbIh7u++fgcgkGPfdHNXwyPUHVv4zkxnpb2rq2n3nWdFkmJN2Z1B8Lvlf jo4WJOrGTlxKyNplIZP8CczLEd+G0X1g2VUGMV/eiK3zDD7AnvbPg1qntdXJjBSX 7JNGj48HnD3VQMJEwETL49X6T+7GDgSzhWei47gXF5KauCc21YFWaltgfDhAKeeN hJRX+YaRK8Iat/nsSnodIgirontxjGrMzOmo30h20DoPQcaolIefTD3h4TU+2CZ4 tclhhlCLe/UquYMb2JRujcu//49FSEre9WTr8pxULC5V+RWA2T/+EAMvtBwLl/AP 5gZlaHmvNGE3g2dubl02J1Tzr/PZaYGjgHwQBo9MCwBGQuFK7cE= =/Kdc -----END PGP SIGNATURE----- --NA3yhVqbFnaFx4l9-- From unknown Sun Jun 22 00:09:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 05 Jan 2022 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator