From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932186AbVKESd0 (ORCPT ); Sat, 5 Nov 2005 13:33:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932185AbVKESd0 (ORCPT ); Sat, 5 Nov 2005 13:33:26 -0500 Received: from stat9.steeleye.com ([209.192.50.41]:32993 "EHLO hancock.sc.steeleye.com") by vger.kernel.org with ESMTP id S932170AbVKESdZ (ORCPT ); Sat, 5 Nov 2005 13:33:25 -0500 Subject: Re: [GIT PATCH] SCSI updates for 2.6.14 From: James Bottomley To: Jeff Garzik Cc: Linus Torvalds , Andrew Morton , Linux Kernel , SCSI Mailing List In-Reply-To: <436CF8FC.5070906@pobox.com> References: <1131207491.3614.5.camel@mulgrave> <1131214408.3614.11.camel@mulgrave> <436CF8FC.5070906@pobox.com> Content-Type: text/plain Date: Sat, 05 Nov 2005 12:33:14 -0600 Message-Id: <1131215595.3614.13.camel@mulgrave> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2005-11-05 at 13:25 -0500, Jeff Garzik wrote: > Do you have standard permissions (chmod -R og+rX) on your repo, and, are > you using rsync to push to kernel.org? > > I've attached my rsync-based push script. git people seem to dislike > rsync, but this tends to work every time, for all users. No, I push to my scsi-misc-2.6 repository and then clone that on hera for linus. the scsi-misc-2.6 permissions are fine, it was the clone -l on hera that caused the problems. James