From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21181 invoked by alias); 29 Jan 2020 08:57:51 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 21130 invoked by uid 9022); 29 Jan 2020 08:57:50 -0000 Date: Wed, 29 Jan 2020 08:57:00 -0000 Message-ID: <20200129085750.21127.qmail@sourceware.org> From: gerald@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. a4646738299135fc74b4de75b2b38dbca2863195 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: dc50865bf99c3a2abf007bb15c011bdecc583413 X-Git-Newrev: a4646738299135fc74b4de75b2b38dbca2863195 X-SW-Source: 2020/txt/msg00078.txt This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via a4646738299135fc74b4de75b2b38dbca2863195 (commit) from dc50865bf99c3a2abf007bb15c011bdecc583413 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a4646738299135fc74b4de75b2b38dbca2863195 Author: Gerald Pfeifer Date: Wed Jan 29 09:56:43 2020 +0100 Convert simulator HOWTO to git checkout instructions. diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html index 714949d0..4bfd8b30 100644 --- a/htdocs/simtest-howto.html +++ b/htdocs/simtest-howto.html @@ -49,7 +49,7 @@
 cd ${TOP}
-svn checkout svn://gcc.gnu.org/svn/gcc/trunk gcc
+git clone git://gcc.gnu.org/git/gcc.git gcc
 # This makes sure that file timestamps are in order initially.
 cd ${TOP}/gcc
 contrib/gcc_update --touch

-----------------------------------------------------------------------

Summary of changes:
 htdocs/simtest-howto.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs