From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17929 invoked by alias); 21 Feb 2008 21:59:47 -0000 Received: (qmail 17922 invoked by uid 22791); 21 Feb 2008 21:59:47 -0000 X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 21 Feb 2008 21:59:27 +0000 Received: from pulcherrima.dbai.tuwien.ac.at (pulcherrima [128.131.111.48]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 6EAFF39145 for ; Thu, 21 Feb 2008 22:59:25 +0100 (CET) Received: by pulcherrima.dbai.tuwien.ac.at (Postfix, from userid 1203) id 435151EC42; Thu, 21 Feb 2008 22:59:28 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by pulcherrima.dbai.tuwien.ac.at (Postfix) with ESMTP id 8BFE51EC41 for ; Thu, 21 Feb 2008 22:59:28 +0100 (CET) Date: Thu, 21 Feb 2008 23:28:00 -0000 From: Gerald Pfeifer To: overseers@gcc.gnu.org Subject: Changes to /var/www/gcc/bugzilla/template/ Message-ID: User-Agent: Alpine 1.00 (LSU 925 2008-02-06) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 X-SW-Source: 2008-q1/txt/msg00108.txt.bz2 FYI, this is what I just did for the Bugzilla templates used for GCC: chmod -R g=u /var/www/gcc/bugzilla/template/ find /var/www/gcc/bugzilla/template/ -type d | xargs chmod g+s I intentionally left the remainder of the Bugzilla checkout untouched, making only the template area updateable for the gcc group. Gerald