From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sa-prd-fep-049.btinternet.com (mailomta19-sa.btinternet.com [213.120.69.25]) by sourceware.org (Postfix) with ESMTPS id 9762F3858C60 for ; Mon, 28 Feb 2022 11:07:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9762F3858C60 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk Received: from sa-prd-rgout-003.btmx-prd.synchronoss.net ([10.2.38.6]) by sa-prd-fep-049.btinternet.com with ESMTP id <20220228110722.VEEV30507.sa-prd-fep-049.btinternet.com@sa-prd-rgout-003.btmx-prd.synchronoss.net>; Mon, 28 Feb 2022 11:07:22 +0000 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 61394290175F6F81 X-Originating-IP: [86.139.156.65] X-OWM-Source-IP: 86.139.156.65 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvvddruddttddgvdefucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefkffggfgfuvfhfhfgjtgfgsehtkeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucggtffrrghtthgvrhhnpeekueekueeuudekhfefueeftdejjeefjefhtdfftddtvedvleehgedvffdtgeeitdenucffohhmrghinheptgihghifihhnrdgtohhmnecukfhppeekiedrudefledrudehiedrieehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdefngdpihhnvghtpeekiedrudefledrudehiedrieehpdhmrghilhhfrhhomhepjhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhdpnhgspghrtghpthhtohepvddprhgtphhtthhopeeurhhirghnrdfknhhglhhishesufihshhtvghmrghtihgtufifrdgrsgdrtggrpdhrtghpthhtoheptgihghifihhnqdgrphhpshestgihghifihhnrdgtohhm X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.103] (86.139.156.65) by sa-prd-rgout-003.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 61394290175F6F81; Mon, 28 Feb 2022 11:07:22 +0000 Message-ID: <16aa2d49-6d14-3cc5-1d87-645778de0ca2@dronecode.org.uk> Date: Mon, 28 Feb 2022 11:07:20 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: ssh untest wget untest: unable to extract package and version from 'wget' Content-Language: en-GB To: brian Inglis , "cygwin-apps@cygwin.com" References: <8d2144f2-30b0-213e-2dbd-3eb0bc985f14@SystematicSw.ab.ca> From: Jon Turney In-Reply-To: <8d2144f2-30b0-213e-2dbd-3eb0bc985f14@SystematicSw.ab.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3569.3 required=5.0 tests=BAYES_00, BODY_8BITS, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2022 11:07:25 -0000 On 28/02/2022 05:43, Brian Inglis wrote: > I had problems getting clean tests of upgraded wget locally for some > reason, but the build and test worked well on scallywag. > So I set SCALLYWAG=deploy, pushed to master, and that worked properly, > with calm upload email, and upgraded wget in x86{,_64}/setup.ini the > only release under [test]. > But I cannot run 'untest wget': what have I forgotten, or am I missing, > to be able to run this? > >     $ ssh cygwin-rDBXBDvO6BXQT0dZR+AlfA@public.gmane.org untest wget >     untest: unable to extract package and version from 'wget' >     $ ssh cygwin-rDBXBDvO6BXQT0dZR+AlfA@public.gmane.org 'untest --help' >     usage: untest.py [-h] [PACKAGE [PACKAGE ...]] > >     test hint remover > >     positional arguments: >       PACKAGE > >     optional arguments: >       -h, --help  show this help message and exit > You must include the version-release you wish to untest as well. e.g 'untest wget-1.21.3-1' See https://cygwin.com/package-upload.html#untest I'll fix the help text to reflect that.