From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x636.google.com (mail-pl1-x636.google.com [IPv6:2607:f8b0:4864:20::636]) by sourceware.org (Postfix) with ESMTPS id 28E9A3851C38 for ; Mon, 8 Jun 2020 21:45:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 28E9A3851C38 Received: by mail-pl1-x636.google.com with SMTP id bg4so7184479plb.3 for ; Mon, 08 Jun 2020 14:45:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=k/H956mnBhyMQ6DSPT0/mOQBK4J/68nKW8fC3R2u71o=; b=dRu10ZGT4P7uDRqrxj8EOoxAOTB9zH11clYKaUeI8IGHVgebikpW0N2Dj7wrQ6MoLU 4vVa1LFNOXSN/u6S3hIKYQWk2MxMOjHUWB2kI8qQGZl7X8S4HR3MFkeupoCJ1UGLZGtm ZDAYpYlOHRrPkeXM0Eg3nDlPxq874rs21rdDm8jEZgoBW+CBT7PDzrrY9WLQYSkqQz4O apV2TKiI+T4MlpLzTqm8IKw3ECDwMonLo1h4GgHOs5rC+12iBjFynGyoRU8T+ISsvgXO Ik8IjJezy6fMc2C2Rv2vwA2gDV1LnW6C18h//9IURSMEWNY7CBpiY/vhPYGRaa3Qyun2 gYxg== X-Gm-Message-State: AOAM531qptKjRf/QLaJFSM980XK7srSFX4mEIzF/zOu5C20CP2c3GYkz t+lAdYhSidLKvZon8idKq4TXC1s05GA= X-Google-Smtp-Source: ABdhPJwpBzEu38LYHfQBOcZ5akMqLzCT2w8PXzpceQ/nxRR4G1ehVz//Ucn34nLUlD5bkYj+gljO/A== X-Received: by 2002:a17:90a:cc09:: with SMTP id b9mr1110619pju.223.1591652701123; Mon, 08 Jun 2020 14:45:01 -0700 (PDT) Received: from google.com ([2620:15c:2ce:0:9efe:9f1:9267:2b27]) by smtp.gmail.com with ESMTPSA id m8sm404946pjk.20.2020.06.08.14.45.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Jun 2020 14:45:00 -0700 (PDT) Date: Mon, 8 Jun 2020 14:44:57 -0700 From: Fangrui Song To: Carlos O'Donell Cc: overseers@sourceware.org, Stan Shebs Subject: Re: Request from Fangrui Song Message-ID: <20200608214457.jdvo4x66sieinm2n@google.com> References: <20200124230710.54130.qmail@sourceware.org> <20200125214217.GA15467@cgf.cx> <3ca8961b-e0a2-86c2-4182-d07996a1953d@redhat.com> <89a24c88-7b33-c8fd-83d5-e3c6f7549b68@redhat.com> <20200608213155.mqbm6fedl74ibdyx@google.com> <99c4d1ed-00da-ab28-d40d-508759263933@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <99c4d1ed-00da-ab28-d40d-508759263933@redhat.com> X-Spam-Status: No, score=-21.5 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: Mon, 08 Jun 2020 21:45:03 -0000 On 2020-06-08, Carlos O'Donell wrote: >On 6/8/20 5:31 PM, Fangrui Song wrote: >> Thanks, Carlos. >> >> I just visited https://sourceware.org/cgi-bin/pdw/ps_form.cgi , >> filled in the forms (Fangrui Song, maskray, maskray@google.com, glibc, SSH pubkey), >> wrote your email address as the approver. > >Should be all setup. Please check. # cd to glibc git remote set-url origin ssh://sourceware.org/git/glibc.git git pull ssh -T sourceware.org => no stdout/stderr output I assume it is working now:)