From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39959 invoked by alias); 25 Feb 2020 22:02:26 -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 39915 invoked by uid 9022); 25 Feb 2020 22:02:26 -0000 Date: Tue, 25 Feb 2020 22:02:00 -0000 Message-ID: <20200225220226.39911.qmail@sourceware.org> From: gerald@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e7a0329859426433933860d0fe3677a772ad8dab X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9a12a04a4039ec1f224a8f91e63a04f0a257fd41 X-Git-Newrev: e7a0329859426433933860d0fe3677a772ad8dab X-SW-Source: 2020/txt/msg00097.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 e7a0329859426433933860d0fe3677a772ad8dab (commit) from 9a12a04a4039ec1f224a8f91e63a04f0a257fd41 (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 e7a0329859426433933860d0fe3677a772ad8dab Author: Gerald Pfeifer Date: Tue Feb 25 22:59:13 2020 +0100 Add a redirect for /jenkins for Jeff Law's Jenkins instance on AWS. diff --git a/htdocs/.htaccess b/htdocs/.htaccess index 7aa9f8bb..18997d63 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -60,6 +60,7 @@ Redirect permanent /bugs.html https://gcc.gnu.org/bugs/ Redirect permanent /c9xstatus.html https://gcc.gnu.org/c99status.html Redirect permanent /cvswrite.html https://gcc.gnu.org/gitwrite.html Redirect permanent /gnats.html https://gcc.gnu.org/bugs/ +Redirect permanent /jenkins http://3.14.90.209:8080 Redirect permanent /proj-bp.html https://gcc.gnu.org/projects/bp/main.html Redirect permanent /proj-cpplib.html https://gcc.gnu.org/projects/cpplib.html Redirect permanent /proj-optimize.html https://gcc.gnu.org/projects/optimize.html ----------------------------------------------------------------------- Summary of changes: htdocs/.htaccess | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- gcc-wwwdocs