From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104894 invoked by alias); 9 Oct 2019 16:28:59 -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 104855 invoked by uid 89); 9 Oct 2019 16:28:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.4 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_SHORT,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=viewing, migration, username X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Oct 2019 16:28:57 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 486D03CA03; Wed, 9 Oct 2019 16:28:56 +0000 (UTC) Received: from ovpn-117-226.phx2.redhat.com (ovpn-117-226.phx2.redhat.com [10.3.117.226]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2872D60A9F; Wed, 9 Oct 2019 16:28:55 +0000 (UTC) Message-ID: <1570638534.5208.36.camel@redhat.com> Subject: Re: GCC wwwdocs move to git done From: David Malcolm To: Joseph Myers , "Frank Ch. Eigler" Cc: gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org, overseers@gcc.gnu.org Date: Wed, 09 Oct 2019 16:28:00 -0000 In-Reply-To: References: <20191009010433.GH51383@elastic.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-q4/txt/msg00016.txt.bz2 On Wed, 2019-10-09 at 15:06 +0000, Joseph Myers wrote: > On Tue, 8 Oct 2019, Frank Ch. Eigler wrote: > > > Hi - > > > > Thanks - good job with moving this to git! +1 > > > 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/sourcewar > e/projects/gcc-home/wwwdocs.git; > +
  2. git clone git+ssh://username@gcc.gnu.org/git/gcc-w > wwdocs.git; > where username is your user name at gcc.gnu.org
  3. >
> > +

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

> >

Validating a change

Is there a web UI for viewing this new git repo? I don't see it listed at: https://gcc.gnu.org/git/ (or would adding it there complicate the migration of the main repo?) Thanks. Dave