From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17326 invoked by alias); 27 May 2017 08:41:22 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 17212 invoked by uid 89); 27 May 2017 08:41:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*RU:74.125.82.65, Hx-spam-relays-external:74.125.82.65, website X-HELO: mail-wm0-f65.google.com Received: from mail-wm0-f65.google.com (HELO mail-wm0-f65.google.com) (74.125.82.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 27 May 2017 08:41:18 +0000 Received: by mail-wm0-f65.google.com with SMTP id g15so7418750wmc.2 for ; Sat, 27 May 2017 01:41:21 -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:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=ttNPU0v0MznK/rM713xpntzI2Z+6EKjSzIs0IOQS2xU=; b=l6VDA06kMcO+fxqvLBSKyKAVlXia/SB8U5PytFm5IwqTgBmq3rSHxFCGc7RBzUiOyy 8+gMwmquw8CELelMmMfD8OfV8d+OlRilN+DHGMspbi5Kl661PDTdh/t2OWOlHcVNZcFV D1pSGI+C1NmCvjeirlWfwPZbjKGZYEuYli76qUUBwIbSmiZVu//1MbCoHunZ0fih12pm jKj3o9TVzLbTaQvSPRO38rgsz9LAo1RGmBOm7sJIwgqwRIk5/o26I92HjPGU5l7DsEcu sHgfXTPOCJJECTECjD/Cow7+07x/PsiJw3kUViZtJ2hBxgXO0Q0vsr2b+TjfQ7eE+Vk0 r6XQ== X-Gm-Message-State: AODbwcBtFi2VBK1Jp5ISAgmWKt2+osruR4aAzIFNy11pT51Di7cud0WM jVCPQUS2QtQiqg== X-Received: by 10.28.18.72 with SMTP id 69mr15331110wms.37.1495874480350; Sat, 27 May 2017 01:41:20 -0700 (PDT) Received: from [192.168.1.80] (89-92-118-93.hfc.dyn.abo.bbox.fr. [89.92.118.93]) by smtp.gmail.com with ESMTPSA id e23sm4572522wre.54.2017.05.27.01.41.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 27 May 2017 01:41:18 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Web page for binaries From: FX In-Reply-To: Date: Sat, 27 May 2017 09:33:00 -0000 Cc: Mike Stump , gcc-patches@gcc.gnu.org Content-Transfer-Encoding: 7bit Message-Id: <5121AC76-CA60-475A-B5D2-DEA224E9212A@gmail.com> References: <566240B6-E9DE-4B53-9483-FF57B8C9978E@gmail.com> To: Gerald Pfeifer X-SW-Source: 2017-05/txt/msg02096.txt.bz2 > Just omit the slashes at the ends of the two URLs please. (If you > paste them into Firefox, say, you'll notice they end up getting stripped. > I don't have the RFC handy right now, but for domain names without > directories the / hasn't been necessary for fifteen or so years.) Done. Does the website get rebuilt automatically, or does it need to be triggered? FX