From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109689 invoked by alias); 25 Sep 2019 00:27:00 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 109681 invoked by uid 89); 25 Sep 2019 00:27:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:ip*10.0.0.11, HX-Languages-Length:1040, our, HContent-Transfer-Encoding:8bit X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 25 Sep 2019 00:26:59 +0000 Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id B145E1E56C; Tue, 24 Sep 2019 20:26:57 -0400 (EDT) Subject: Re: [PATCH v2] gdb: CTF support To: Weimin Pan , gdb-patches@sourceware.org References: <1564530195-27659-1-git-send-email-weimin.pan@oracle.com> <206312d5-cc32-15f0-dd20-25f8d7dbb369@oracle.com> <99d30cd3-4c97-2455-b9f1-f44290f136d8@simark.ca> From: Simon Marchi Message-ID: Date: Wed, 25 Sep 2019 00:27:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2019-09/txt/msg00474.txt.bz2 On 2019-09-24 8:22 p.m., Weimin Pan wrote: > Hi Simon, > > I have created a combined branch with changes in both binutils and gdb > on our server and tested it a bit. Trying to send it upstream doesn't work: > > % git remote -v > origin  git://ca-tools4.us.oracle.com/binutils-gdb.git (fetch) > origin  git://ca-tools4.us.oracle.com/binutils-gdb.git (push) > upstream        ssh://sourceware.org/git/binutils-gdb.git (fetch) > upstream        ssh://sourceware.org/git/binutils-gdb.git (push) > > % git push upstream oracle/ctf:oracle/ctf > Permission denied (publickey). > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. > > % > > Weimin Hi Weimin, You should be able to push a "user branch" if its name follows the form "users/*". You can look at the existing branches for example: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=heads So, pushing to "users/weimin/ctf" would make sense. Simon