Return-Path: Delivered-To: apmail-incubator-general-archive@www.apache.org Received: (qmail 48995 invoked from network); 1 Oct 2008 14:50:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2008 14:50:09 -0000 Received: (qmail 91721 invoked by uid 500); 1 Oct 2008 14:50:06 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 91484 invoked by uid 500); 1 Oct 2008 14:50:05 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 91471 invoked by uid 99); 1 Oct 2008 14:50:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 07:50:05 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 14:49:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 66275234C1F9 for ; Wed, 1 Oct 2008 07:49:46 -0700 (PDT) Message-ID: <431151957.1222872586417.JavaMail.jira@brutus> Date: Wed, 1 Oct 2008 07:49:46 -0700 (PDT) From: "Sebb (JIRA)" To: general@incubator.apache.org Subject: [jira] Commented: (INCUBATOR-95) Release guidelines contain incorrect permissions, url for distributing release In-Reply-To: <1115325255.1222871984336.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/INCUBATOR-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636056#action_12636056 ] Sebb commented on INCUBATOR-95: ------------------------------- The command: chmod -R 664 `find . -type f` might fail due to exceeding the command line length. It would be safer to write: find . -type f -exec chmod -R 664 {} \; (not tested) > Release guidelines contain incorrect permissions, url for distributing release > ------------------------------------------------------------------------------ > > Key: INCUBATOR-95 > URL: https://issues.apache.org/jira/browse/INCUBATOR-95 > Project: Incubator > Issue Type: Bug > Components: site > Reporter: Aidan Skinner > Attachments: INCUBATOR-95.patch > > > The chmod command in the release pages is wrong and knackers stuff. The directory in the checklist is also incorrect. > In addition, the suggested permission scheme leaves all incubator artifacts writable by a group of around 500 people, which is unfortunate. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org