From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84312 invoked by alias); 9 Oct 2019 15:06:47 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 84291 invoked by uid 89); 9 Oct 2019 15:06:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.2 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.1 spammy=username X-HELO: esa3.mentor.iphmx.com Received: from esa3.mentor.iphmx.com (HELO esa3.mentor.iphmx.com) (68.232.137.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Oct 2019 15:06:46 +0000 IronPort-SDR: XUHBgSmdmfJubLyA+Khg8wrN7gnrjFSjnuNLVS4vioCCOldFDSHwZJjcdjjCSoSTtEf7+Hx1cC tkUQt4oXj9+tq6EA1/eInI5iTbA3YJDpJfeFaS7ZLH3zqNCxcb/AiK3NvhHUQhfOTtnGp25fJh n6HBAG/AqRqOqqtjBY8itQ2chdumOhPJ3uws2WjZZrjDjm8i6G1CkURFJLcGP5MYB7im/mEJ/Z xI3eDTGNAUNMf2vO1uzii6OSycFapSr6a54B0tpuNBARSXqTi7HxLLySiH/+/LJQ2SUjXVTNc+ LJ8= Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 09 Oct 2019 07:06:43 -0800 IronPort-SDR: bcT/eT04WYgWsK2ahbgm1MqmZCwrRhCz/5Qm90pU48X8n818Qj6+2qrkJ3+/MmNn2yASGa79f/ bXR5yo0qkR9MHUzJwgZRR54Wx1GwRXcIvL+dU7b6yLlDuF2YmI1YKdayW/C+5uX449geK+CZf+ Klo4UO0s0rckvtG0hLWrclZffw0lPsmI6iAxHwnLZDSSsS1rq7qPMBhLbpRCljVnBC7CcLhN/a KtZByqL9xMmltMpMvABycLcdPGdYDwKMMR/QOoTzGaYjRVgrgTgtgMWJgx9OQ+ldksDyHrALMX 3p4= Date: Wed, 09 Oct 2019 15:06:00 -0000 From: Joseph Myers To: "Frank Ch. Eigler" CC: , , Subject: Re: GCC wwwdocs move to git done In-Reply-To: <20191009010433.GH51383@elastic.org> Message-ID: References: <20191009010433.GH51383@elastic.org> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-Path: joseph@codesourcery.com X-SW-Source: 2019-q4/txt/msg00015.txt.bz2 On Tue, 8 Oct 2019, Frank Ch. Eigler wrote: > Hi - > > Thanks - good job with moving this to git! > > > Note 1: someone with the right access needs to create the symlink > > /sourceware/git/gcc-wwwdocs.git -> > > /sourceware/projects/gcc-home/wwwdocs.git (and anything else needed for > > anonymous git access to that repository). > > Done. Thanks! I've now updated the instructions to use the shorter path to the repository and restored the documentation of anonymous access. diff --git a/htdocs/about.html b/htdocs/about.html index 30a5c943..019b6fbd 100644 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -54,10 +54,12 @@ a higher chance of being implemented soon. ;-)

and SSH installed, you can check out the web pages as follows:

    -
  1. git clone git+ssh://username@gcc.gnu.org/sourceware/projects/gcc-home/wwwdocs.git +
  2. git clone git+ssh://username@gcc.gnu.org/git/gcc-wwwdocs.git where username is your user name at gcc.gnu.org
+

For anonymous access, use +git://gcc.gnu.org/git/gcc-wwwdocs.git instead.

Validating a change

-- Joseph S. Myers joseph@codesourcery.com