From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by sourceware.org (Postfix) with ESMTP id 8E2733840C2D for ; Thu, 11 Jun 2020 15:57:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8E2733840C2D Received: from mail-wr1-f72.google.com (mail-wr1-f72.google.com [209.85.221.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-155-TudNOnDbPymiXWFIdM6TKA-1; Thu, 11 Jun 2020 11:57:09 -0400 X-MC-Unique: TudNOnDbPymiXWFIdM6TKA-1 Received: by mail-wr1-f72.google.com with SMTP id o1so2700530wrm.17 for ; Thu, 11 Jun 2020 08:57:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=F1ERnytQwbaS7vNH0Ox+AoCcIG7vUUBqy/BS0rMGgo4=; b=WTC1J8gPFzKjvczUh9X5HISLoxRHk3E6tbAhgnjln6+xoAI79IlajpCveVYkJWZctG yrZNgiajGULBXksOJ3YU/y+kV6zNS4hx/Wm+C68AqKWSTvitpcdc9MKQ0dPrcnS5aowG s5xMwq0jyj/yLyrZb0WRDb4xmg+hJ7wFOaShVTE77jpj0abboPtcdt8PjFgyrSVNPE8g mTknNfboHBeurDYaaulcLSGD58008e+iZzTuiJOZbPtHEuIQNIrJZYVfnniCGgeWM8q6 WdMFgZIpyTq6KiQYaNB9meVYtcta0QT8MP+rOTuFkIqM2ejaPD+sO3Cio6JINB5CKLyA b8NA== X-Gm-Message-State: AOAM531w4h1gOvBovysD6qIjSBw8Pz8S5rXk/hrMW4gLxIr7s0dFtXqA bUlYpL5fLcqSPZ9Tf6hIEpzwks74v1mo/IA+HDa3nncT1/OqSdgTk9TzneqaicHbiZVYs4gTFv0 Ot85JYFdce+s= X-Received: by 2002:a7b:c113:: with SMTP id w19mr9355028wmi.161.1591891028070; Thu, 11 Jun 2020 08:57:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzKtaPzIrcFWgHSlHVVG+isUTj2yPip6HqMkWtU33zCjshBAtrghJ/D/HPVfekISBkLfhWsMw== X-Received: by 2002:a7b:c113:: with SMTP id w19mr9355017wmi.161.1591891027879; Thu, 11 Jun 2020 08:57:07 -0700 (PDT) Received: from ?IPv6:2001:8a0:f922:c400:56ee:75ff:fe8d:232b? ([2001:8a0:f922:c400:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id n23sm4519320wmc.0.2020.06.11.08.57.06 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 11 Jun 2020 08:57:07 -0700 (PDT) Subject: Re: [PATCH] change bug url to https in gdb --help To: Simon Marchi , Christian Biesinger , Jonny Grant References: <7d26b8b9-4129-ad35-7ddd-2024111dff5f@simark.ca> Cc: gdb@sourceware.org From: Pedro Alves Message-ID: Date: Thu, 11 Jun 2020 16:57:06 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <7d26b8b9-4129-ad35-7ddd-2024111dff5f@simark.ca> Content-Language: en-US X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, 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: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2020 15:57:15 -0000 On 6/11/20 3:27 AM, Simon Marchi wrote: > On 2020-06-09 2:24 p.m., Christian Biesinger via Gdb wrote: >> On Tue, Jun 9, 2020 at 7:20 AM Jonny Grant wrote: >>> On 28/05/2020 20:05, Christian Biesinger wrote: >>>> Thanks for the patch! This looks good to me, though I can't officially >>>> approve patches. But could you send patches to >>>> gdb-patches@sourceware.org? >>>> >>>> Also, it would be great if you could set up git-send-email for sending >>>> patches, as that makes it easier to comment on them (it sends them >>>> inline in the email) >>>> >>>> Finally, patches require a changelog entry, please add one: >>>> https://sourceware.org/gdb/wiki/ContributionChecklist#ChangeLog >>> >>> Hi Christian >>> >>> Thank you for the links. >>> >>> There's a small typo on that ContributionChecklist wiki. Signed up, but can't edit the page. >>> >>> "of they will be rejected during mailing list moderation" >>> ^ should be "or" >> >> Thanks, I fixed the typo, although I am not sure that sentence is >> right -- I don't think gdb-patches is moderated? > > That doesn't sound right... feel free to just remove that part of the sentence. Just replace moderation with review and it will make sense. Thanks, Pedro Alves