From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id QEF7MEjLlmGGJwEAgWs5BA (envelope-from ) for ; Thu, 18 Nov 2021 22:53:12 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 0G80LEjLlmHnAwAAB5/wlQ (envelope-from ) for ; Thu, 18 Nov 2021 21:53:12 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 11ADB2A2C2 for ; Thu, 18 Nov 2021 22:53:12 +0100 (CET) Received: from localhost ([::1]:56048 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mnpLD-0007Yh-9j for larch@yhetil.org; Thu, 18 Nov 2021 16:53:11 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45072) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mnpL3-0007YX-VD for guix-patches@gnu.org; Thu, 18 Nov 2021 16:53:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54041) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mnpL3-0000ej-Ma for guix-patches@gnu.org; Thu, 18 Nov 2021 16:53:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mnpL3-0008B1-Ln for guix-patches@gnu.org; Thu, 18 Nov 2021 16:53:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#51944] [PATCH] Shell2Batch: New Package Resent-From: david larsson Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 18 Nov 2021 21:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51944 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jacob Hrbek Cc: Guix-patches , 51944@debbugs.gnu.org Received: via spool by 51944-submit@debbugs.gnu.org id=B51944.163727232331350 (code B ref 51944); Thu, 18 Nov 2021 21:53:01 +0000 Received: (at 51944) by debbugs.gnu.org; 18 Nov 2021 21:52:03 +0000 Received: from localhost ([127.0.0.1]:37354 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnpK7-00089Z-6O for submit@debbugs.gnu.org; Thu, 18 Nov 2021 16:52:03 -0500 Received: from server0.selfhosted.xyz ([217.64.149.7]:33714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnpK5-000890-4E for 51944@debbugs.gnu.org; Thu, 18 Nov 2021 16:52:02 -0500 Received: from server0.selfhosted.xyz (localhost [127.0.0.1]) by server0.selfhosted.xyz (Postfix) with ESMTP id 7EA5D2741719; Thu, 18 Nov 2021 22:51:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=selfhosted.xyz; s=dkim; t=1637272314; bh=ihSI6GzLqZvZAV/SjCSnoi5fUv0jzjfrj6bcqlAceMM=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=OdnlxwaCEdz5FrxFJglk+1eKSx2W1GuFjmTDOcrWkVOUqnclhwoeA8m8Tso0G5HQG 16Ya/0fOyOOYcQ+9cisfCHnOHLEvBd0elTcURti7chHq5F09xlnosblTvFoet9yv7a wp6Wy5STbGsjYnT+/zcWYHu1T3POJ49gNabCAGh2RLRyOpuAoS+epFYPRZGZkQLfrL GBtdUCWz3K/rW8YeWx1i2v+9M0ST29nlm4u4hMdtbOxXfweN6935XWDI67seYpTE6G 7aKYZ+PMOu0gHCOkRo17oidHv1S6oiXcMkiw9NIggpu2QnQ7PM+sVwmvnhlIQmy7at aZgSzRfVFUVZQ== X-Fuglu-Suspect: 57d3b593a4f64479b945beaf13c33581 X-Fuglu-Spamstatus: NO Received: from webmail.selfhosted.xyz (office.selfhosted.xyz [192.168.1.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: mail@selfhosted.xyz) by server0.selfhosted.xyz (Postfix) with ESMTPSA; Thu, 18 Nov 2021 22:51:48 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 18 Nov 2021 22:51:48 +0100 From: david larsson In-Reply-To: References: <4123b093aa23d4d5e4724e61b902bb48@selfhosted.xyz> Message-ID: <12e4fed645fb7a01775260ee657f89d8@selfhosted.xyz> X-Sender: david.larsson@selfhosted.xyz X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1637272392; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=ihSI6GzLqZvZAV/SjCSnoi5fUv0jzjfrj6bcqlAceMM=; b=UrABiL2l3Wd2uiz73vjvYX0GVvEMFujeuasgT10KOMvU6hrGzoogdxtt7nDmvX5Bi5Dari 9ZcjIailm5kGwTEo1LWDffzkpkOFWAY8JoVtaurXkrpE5iR61aFW3WBuI5rLaTuftHF0uA nBabXgguFE7lKmmrGISQf/hGIpKlJoBr0w/yORMhMkNHRjq73DtqKTT6NOH6oe9DbWjiFG IloCBcC6ojeQDa6dyULhgK4ghyjL3tgSW6btKUtwCUg6KbsJ5xl7qkViRVRPohRIf6wF6g 8t5a9mqF1Hg87Rw0hlGcEVH2Lh1X+IgEuE/llh2RNvz87PYJ9JU0hg+bV71lHA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1637272392; a=rsa-sha256; cv=none; b=sikd4PSvgzAn8ARvn0pjCzis7Uokr6L0kFV3Maa/5/BFeHJCgicZJ65sAwF9m1NBi6+lZX 8T2Hg4HdQaaxtIxPNM7vLUrKv0qvz6VDAE2hjV6NOuZPqsAne1ITc81+VzDDleuPYQFKZp uyXJBrhc5l42SDlLz84VJNUoYFw0G8mZDJiA77dbgLAHNHu8kQ4S8oPI+QeXfViOUA6v/p pYMEGP/5sfg25rj5qtEKGO9II6ShH3abaQ3fOg4gKBUeGn5tYN5zWVMSQ0urse0tyGMnEn zAs9cy0a+P5VPFYfPbaInQUF77YAlW+AojJKpy4nrL2L96JHRa7KkEdRWKlMiw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=selfhosted.xyz header.s=dkim header.b=OdnlxwaC; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -1.96 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=selfhosted.xyz header.s=dkim header.b=OdnlxwaC; dmarc=fail reason="SPF not aligned (relaxed)" header.from=selfhosted.xyz (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 11ADB2A2C2 X-Spam-Score: -1.96 X-Migadu-Scanner: scn1.migadu.com X-TUID: lwSx2NdW1Zb6 I should have also mentioned this part (my apologies): "Synopses must start with a capital letter and must not end with a period." - https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html your patch ends with a period in the synopsis. That needs fixed. (I do not have commit access. Im just reviewing your patch to prepare it for being committed) Best regards, David