From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-042.btinternet.com (mailomta20-re.btinternet.com [213.120.69.113]) by sourceware.org (Postfix) with ESMTPS id A90F73858C60 for ; Mon, 20 Sep 2021 11:48:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A90F73858C60 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 re-prd-rgout-003.btmx-prd.synchronoss.net ([10.2.54.6]) by re-prd-fep-042.btinternet.com with ESMTP id <20210920114855.RNNN12369.re-prd-fep-042.btinternet.com@re-prd-rgout-003.btmx-prd.synchronoss.net> for ; Mon, 20 Sep 2021 12:48:55 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 613A8F070159CD8D X-Originating-IP: [81.129.146.163] X-OWM-Source-IP: 81.129.146.163 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvtddrudeivddggeegucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecunecujfgurhepuffvfhfhkffffgggjggtgfesthejredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnhepteelffegteeiudeuteehffevledvffeffeekgffhhfehvdfhgffhteehteelteeknecuffhomhgrihhnpegthihgfihinhdrtghomhenucfkphepkedurdduvdelrddugeeirdduieefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdefngdpihhnvghtpeekuddruddvledrudegiedrudeifedpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhrtghpthhtoheptgihghifihhnqdgrphhpshestgihghifihhnrdgtohhm X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.103] (81.129.146.163) by re-prd-rgout-003.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 613A8F070159CD8D for cygwin-apps@cygwin.com; Mon, 20 Sep 2021 12:48:55 +0100 Subject: Re: Please remove a tag 'playground' accidentally pushed to git/cygwin-packages/schroedinger-coordgenlibs.git To: "cygwin-apps@cygwin.com" References: <20210920081807.70DF.50F79699@gmail.com> <87mto794nu.fsf@Otto.invalid> <20210920152418.66B6.50F79699@gmail.com> From: Jon Turney Message-ID: <0769d8f3-5bdf-a7c8-5d50-78bfe6a0baca@dronecode.org.uk> Date: Mon, 20 Sep 2021 12:48:31 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20210920152418.66B6.50F79699@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3571.1 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, SPF_NONE, TXREP 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, 20 Sep 2021 11:48:58 -0000 On 20/09/2021 07:24, Lemures Lemniscati via Cygwin-apps wrote: > On Mon, 20 Sep 2021 07:50:29 +0200, ASSI >> Lemures Lemniscati via Cygwin-apps writes: >>> I've accidentally pushed a tag named 'playground' to the repository >>> ssh://cygwin.com/git/cygwin-packages/schroedinger-coordgenlibs >>> ( https://cygwin.com/git/?p=git/cygwin-packages/schroedinger-coordgenlibs.git ) >>> >>> Anyone with the privilege, please remove the tag 'playground' from the >>> repo above. >> >> Just >> >> git push repo :playground >> For somewhat obscure reasons, this is only permitted (by the gitolite configuration used) if 'playground' is a branch reference, not a tag. >> where "repo" names the corresponding remote. >> > > Thanks. > But, I tried it, and failed. > > -------- > $ git push repo :playground > remote: FATAL: + refs/tags/playground git/cygwin-packages/schroedinger-coordgenlibs Lemures_Lemniscati DENIED by fallthru > remote: error: hook declined to update refs/tags/playground > To ssh://cygwin.com/git/cygwin-packages/schroedinger-coordgenlibs > ! [remote rejected] playground (hook declined) > error: failed to push some refs to 'ssh://cygwin.com/git/cygwin-packages/schroedinger-coordgenlibs' > -------- > > I tried also... > > git push repo --delete playground > > and the result was same. > > > I think I need help. I've removed the tag for you.