From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.31.29]) by sourceware.org (Postfix) with ESMTPS id B5E273858C31; Fri, 15 Dec 2023 09:53:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B5E273858C31 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=schwinge.name Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=schwinge.name ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B5E273858C31 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=80.67.31.29 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702634028; cv=none; b=PUavDUQk6y+d3bmPvrB6K0SK2j5BIBAk9DlV/MAd3jJdv78XM91o5OsyDX6fpqCkocuYY3xVsV83DpicfELeZzlo/6g3haTlpD8xvBy35yF9LwvmqL+uER0NuCDTQKW+iNsA+t9eix+0zojgosH/YXrAMNQgRF/ZK3Vpxhd2nus= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702634028; c=relaxed/simple; bh=ZrfxLAs8DsoVO2oBtuem1rF3EMMmKGN+P9838cc11Dk=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=E/jPMEEPnUcLQj600tgfCSZ92l+AfArxYtrocHu1fQkynG2OwTG3+m5M2sST1oud+ZMKvMC54R7XP/1wqe/PMnMMe9FBfG9LPQAbWeL16/njx1U+/1FYUvaexaxqDcsRzAeSrPBPMLPPbz8lIHwsMR3DAxl4up/BHZRp4ItVrg4= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from [93.210.54.129] (helo=euler.schwinge.homeip.net) by smtprelay02.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.1) (envelope-from ) id 1rE4t6-0007f1-1u; Fri, 15 Dec 2023 10:53:44 +0100 Received: (nullmailer pid 4191039 invoked by uid 1000); Fri, 15 Dec 2023 09:53:44 -0000 From: Thomas Schwinge To: Jason Merrill Cc: Arthur Cohen , Pierre-Emmanuel Patry , gcc-rust@gcc.gnu.org, gcc-patches@gcc.gnu.org, Iain Sandoe Subject: Re: [PATCH v2 2/4] libgrust: Add libproc_macro and build system In-Reply-To: <87edhhu741.fsf@euler.schwinge.homeip.net> References: <20231025110658.1232737-1-arthur.cohen@embecosm.com> <20231025110658.1232737-3-arthur.cohen@embecosm.com> <87edhhu741.fsf@euler.schwinge.homeip.net> User-Agent: Notmuch/0.29.3+94~g74c3f1b (https://notmuchmail.org) Emacs/28.2 (x86_64-pc-linux-gnu) Date: Fri, 15 Dec 2023 10:53:40 +0100 Message-ID: <87il4z7pwb.fsf@euler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Df-Sender: b3V0Z29pbmdAc2Nod2luZ2UubmFtZQ== X-Spam-Status: No, score=-49.9 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_SHORT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Jason! I think you usually deal with these kind of GCC Git things? If not, please let me know. On 2023-10-26T10:21:18+0200, I wrote: > First, I've pushed into GCC upstream Git branch devel/rust/libgrust-v2 > the "v2" libgrust changes as posted by Arthur, so that people can easily > test this before it getting into Git master branch. [...] Please now delete the GCC Git 'devel/rust/libgrust-v2' branch, which was only used temporarily, and is now obsolete. $ git push upstream :devel/rust/libgrust-v2 remote: *** Deleting branch 'devel/rust/libgrust-v2' is not allowed. remote: ***=20 remote: *** This repository currently only allow the deletion of refere= nces remote: *** whose name matches the following: remote: ***=20 remote: *** refs/users/[^/]*/heads/.* remote: *** refs/vendors/[^/]*/heads/.* remote: ***=20 remote: *** Branch deletion is only allowed for user and vendor branche= s. If another branch was created by mistake, contact an administrator to d= elete it on the server with git update-ref. If a development branch is dea= d, also contact an administrator to move it under refs/dead/heads/ rather t= han deleting it. remote: error: hook declined to update refs/heads/devel/rust/libgrust-v2 To git+ssh://gcc.gnu.org/git/gcc.git ! [remote rejected] devel/rust/libgrust-v2 (hook declined) error: failed to push some refs to 'git+ssh://gcc.gnu.org/git/gcc.git' Gr=C3=BC=C3=9Fe Thomas