From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id YBkjO4OqlmH8MAAAgWs5BA (envelope-from ) for ; Thu, 18 Nov 2021 20:33:23 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id ALzkNoOqlmGEHgAA1q6Kng (envelope-from ) for ; Thu, 18 Nov 2021 19:33:23 +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 B5D788C24 for ; Thu, 18 Nov 2021 20:33:23 +0100 (CET) Received: from localhost ([::1]:40324 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mnn9u-0002qn-Rm for larch@yhetil.org; Thu, 18 Nov 2021 14:33:22 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43920) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mnn9a-0002qf-Gc for guix-patches@gnu.org; Thu, 18 Nov 2021 14:33:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53940) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mnn9a-0007mc-7e for guix-patches@gnu.org; Thu, 18 Nov 2021 14:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mnn9Z-000497-Ug for guix-patches@gnu.org; Thu, 18 Nov 2021 14:33: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 19:33: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.163726394615881 (code B ref 51944); Thu, 18 Nov 2021 19:33:01 +0000 Received: (at 51944) by debbugs.gnu.org; 18 Nov 2021 19:32:26 +0000 Received: from localhost ([127.0.0.1]:37253 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnn90-000485-AW for submit@debbugs.gnu.org; Thu, 18 Nov 2021 14:32:26 -0500 Received: from server0.selfhosted.xyz ([217.64.149.7]:47416) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnn8u-00047j-Ky for 51944@debbugs.gnu.org; Thu, 18 Nov 2021 14:32:24 -0500 Received: from server0.selfhosted.xyz (localhost [127.0.0.1]) by server0.selfhosted.xyz (Postfix) with ESMTP id 40A3D2741313; Thu, 18 Nov 2021 20:32:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=selfhosted.xyz; s=dkim; t=1637263934; bh=JaedrszTe+3R/9STs81+OgiStKz9WqNzGrMpK05jhn4=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=IyllptqhzQynu5crZdl1TCM1BsNCf3tDJohokjUtw4zwFHEdM1QvsNpGN7DEHtQfZ Frp5fuB4+bT9nqCyyJGwc1ipn9CPBxGkpa/7O56GD45/krdxI912lNTq4c2ROKm8so WMd/jgPLIuD4uOKXyEcQKmVfHp4dJqOXoP7zGkKfD6ZQhhnU0uEfHLeCqlmr4tS5Eh PoCgGdlqVklxZ+vS7ESDYwnM43DGztFy+HTAbUSUoE1ZNIeyRKz/2YvHA2sQOVrY4b qXuQ3ib9x6diLzzcL9SbQGUWQvPdOyx10gIBctyjL0qNYhAuILgxnIiVwvUpm9MrFG HcEUni64hRgNg== X-Fuglu-Suspect: 54ca122956f745469af85ee6dd67d85c 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 20:32:08 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 18 Nov 2021 20:32:08 +0100 From: david larsson In-Reply-To: References: Message-ID: <4123b093aa23d4d5e4724e61b902bb48@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=1637264003; 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=JaedrszTe+3R/9STs81+OgiStKz9WqNzGrMpK05jhn4=; b=BVLtgmbsvHsVU3ED2FDD01UPxU8Ij8OSab6isvTD/jIGc8Wvi7ddV+B8jWv/SfUyf+ZuQS bN9nEetVVUz+YJgDA50TR89fm4g0egL1P/7JlaScQq+uqCutdzJDYzcFeEZAPGw4RyZ7PP AoM1Esf4RF5DXwlOrFvnSMr2pl6HBBB12T9CzYs69fzf2FeYm5aBnrQOEj4EkUzKAC8uwH HRHhK0aQip54IFJMfII9zr3nDW+IwrlThLbXlFA1BtvL2JAUyrdAOoQ8pK4wB95+SX6DHn nTmgw4OfE8atuzRBzdC1fxgFNhB/jQRXABtNjwLvlSKJ1nCwyeDDBNUXC6BHKA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1637264003; a=rsa-sha256; cv=none; b=n9AekQVVhIlKs6T1eGjmQ3snq6Znl2J37XzJECN9cUK8/qPaP8iLa+rCmrTGqbQU18qr5X Gpp50nKs28QJsJrP3Te9PHoukoRj98JGoW2pul0uYDplulVZM94PAJAiMVXLYfKPI4qI2Z eedWfakSK64L+HRLMSDSc/pPdM+0RDmkvLJKLS0TQp8I/ZKRFn5aJD6zzTlmTHiyljdHqI lXf0G5RFCSLj6zayprJkepDyjISeskLigzuqH3jWzDPAxUOaEbV2Mg+yW25JyWt7Is+rVE U0q/grMYoeRHpO4pNAO1JJbrrdD+9UEJQm5VmNboE7IFScgqa/56k8T0M5HKaA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=selfhosted.xyz header.s=dkim header.b=Iyllptqh; 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=Iyllptqh; 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: B5D788C24 X-Spam-Score: -1.96 X-Migadu-Scanner: scn1.migadu.com X-TUID: m20q1iD7IKt1 On 2021-11-18 12:41, Jacob Hrbek wrote: > DISCLAIMER: First time packaging things for guix, i have no idea what > am i doing aAaAAaAAaAA > WARNING: Fails reproduction, no idea why, help me > > -- Jacob "Kreyren" Hrbek > > Sent with ProtonMail [1] Secure Email. > > > > Links: > ------ > [1] https://protonmail.com/ Imn the synopsis you repeat the error "coverts", which should be "converts". Secondly, in the description you may want to expand on the synopsis. I found the following somewhere in the source repo, which you could use as the description: "While it is not really possible to take every shell script and automatically convert it to a windows batch file, this library provides a way to convert simple basic shell commands to windows batch commands." Best regards, David