From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32570 invoked by alias); 19 Jan 2020 15:07:00 -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 32562 invoked by uid 89); 19 Jan 2020 15:06:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-8.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:406 X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 19 Jan 2020 15:06:58 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id AC95533E0D; Sun, 19 Jan 2020 10:06:56 -0500 (EST) Received: from anthias (simmu1-65-185.utaonline.at [62.218.65.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id EE2AF33E0C; Sun, 19 Jan 2020 10:06:55 -0500 (EST) Date: Sun, 19 Jan 2020 15:07:00 -0000 From: Gerald Pfeifer To: Joseph Myers cc: Jakub Jelinek , overseers@gcc.gnu.org, Richard Guenther Subject: Re: Updates of wwwdocs not working anymore In-Reply-To: Message-ID: References: <20191129150340.13533.qmail@sourceware.org> <20191129150345.CEE2933E0E@hamza.pair.com> <20191129154410.GN10088@tucnak> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2020-q1/txt/msg00027.txt On Sat, 11 Jan 2020, Joseph Myers wrote: > I've applied a change that both sets a umask and explicitly removes > destination files before copying over them (so as to be unaffected by > their permissions). Thank you, Joseph! >From the experience of the last week, where several of us updated the same file in wwwdocs it appears this resolved the issue. Gerald