From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x743.google.com (mail-qk1-x743.google.com [IPv6:2607:f8b0:4864:20::743]) by sourceware.org (Postfix) with ESMTPS id 39DC73857007 for ; Wed, 1 Jul 2020 19:52:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 39DC73857007 Received: by mail-qk1-x743.google.com with SMTP id k18so23399113qke.4 for ; Wed, 01 Jul 2020 12:52:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=dabanS4wozx4rsDVEx51X4I5XaCfqtSkX5LL3JOOV9w=; b=sDjykO5IXyCKIWqFP6MSkVESyREfdYxGFU8RdGpfxT/LqZs8V8uGDO4ZKddRO3mpYf PWipj4a8TYD2zxtSuojrONM9xu8BHZlYtKgKW1OghvLZ8hvCTnhzCJd3WIFoRtKpFjpn T6nKhNMryRRQ4EhSk/ujRHnAfVpgp/QM9G7xzHwh5s79RwAqgFLaRW+VA8x0QMLbjWow T8KgPFGiEuDM7GbALHJ1fR5wdWD+enzDqxMrg4uPDoyzc9arr+XvOtXEXla9BnYi0o9+ kKS7qKYgeZhWVzigFM5qwmcwFcJM0EO00EvoITVgHb6UQjimsEYxumtdp7yJK1JEEEXK RASA== X-Gm-Message-State: AOAM532H6ntNCnAEpI7qscI++/y3BnPAyP1BrGAv1YGyO7RCMLnYwzpp YDvAJ3+9hGI3g21nuyiHQWG1LqfIhZMzxx7gt8X8p1XWlDcaUw== X-Google-Smtp-Source: ABdhPJwNwz2D6FE5XQ1LYkuG778TlWLmqpoFTa554So5z3HAHEpwwxY3/omRmewgE9S5tETF8+ffcB83IKzlLBxamo4= X-Received: by 2002:a37:4d55:: with SMTP id a82mr2793012qkb.299.1593633130419; Wed, 01 Jul 2020 12:52:10 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?B?RsSBbmctcnXDrCBTw7JuZw==?= Date: Wed, 1 Jul 2020 12:51:59 -0700 Message-ID: Subject: Re: Apply for write access to binutils-gdb To: overseers@sourceware.org Cc: Nick Clifton Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-18.8 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2020 19:52:12 -0000 On Wed, Jul 1, 2020 at 12:35 PM F=C4=81ng-ru=C3=AC S=C3=B2ng wrote: > > On Thu, Jun 18, 2020 at 10:26 AM F=C4=81ng-ru=C3=AC S=C3=B2ng wrote: > > > > Deer overseers, > > > > I am hereby requesting access to an additional project group > > "binutils-gdb", approved by Nick Clifton. > > > > I have already had an account (for glibc), so > > https://sourceware.org/cgi-bin/pdw/ps_form.cgi tells me > > > > "Your login already exists on the system. If you need access to > > additional project groups, or if you believe you have gotten this > > message erroneously, please submit a complete bug report to > > overseers@sourceware.org." > > > > Hope you can find my pubkey and add that to the list of keys that can > > write to the binutils-gdb repository. > > > > Thanks! > > Ping:) I have an approved gdb patch > https://sourceware.org/pipermail/gdb-patches/2020-July/170015.html and > I want to commit it. > > origin git://sourceware.org/git/binutils-gdb.git > > % git push origin HEAD:master > fatal: remote error: service not enabled: /git/binutils-gdb.git > I've added you to the binutils and src groups so you should now have > write access to the binutils repository. Apologies for my previous message. gdb works as well. I should have run `git remote set-url origin ssh://sourceware.org/git/binutils-gdb.git` first. Thanks!