From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by sourceware.org (Postfix) with ESMTPS id 338413893676 for ; Fri, 1 May 2020 00:22:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 338413893676 Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id D921B293B24; Thu, 30 Apr 2020 20:22:45 -0400 (EDT) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Fzg3iGYra1RY; Thu, 30 Apr 2020 20:22:45 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 9C02E293B23; Thu, 30 Apr 2020 20:22:45 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 9C02E293B23 X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id xwhzaqkDPnbC; Thu, 30 Apr 2020 20:22:45 -0400 (EDT) Received: from [10.0.0.193] (unknown [192.222.164.54]) by mail.efficios.com (Postfix) with ESMTPSA id 77A3E293B22; Thu, 30 Apr 2020 20:22:45 -0400 (EDT) Subject: Re: [PATCH] Makeconfig: Use $(error ...) to output error message To: "Maciej W. Rozycki" Cc: Joseph Myers , libc-alpha@sourceware.org References: <20200428222024.3266407-1-simon.marchi@efficios.com> <6fbf8a68-a6b3-ac8e-4ed8-94bae46b2e7d@efficios.com> From: Simon Marchi Message-ID: <607b93e7-0e0d-964a-3499-40dcf3284efe@efficios.com> Date: Thu, 30 Apr 2020 20:22:44 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: tl Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP 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: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2020 00:22:47 -0000 On 2020-04-30 6:31 p.m., Maciej W. Rozycki wrote: > Hi Simon, > >> Thanks, could you please push it for me? I don't have write access to the >> glibc repo (and don't plan to make enough contributions to justify it). > > FTR I don't think you need any additional credentials to push to any of > the repos hosted at sourceware as long as you have an account there, and > obviously you do. > > Maciej > Oh, maybe you are right, I was able to fetch from ssh://sourceware.org/git/glibc.git. Simon