Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751114AbVIBIXd (ORCPT ); Fri, 2 Sep 2005 04:23:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751118AbVIBIXd (ORCPT ); Fri, 2 Sep 2005 04:23:33 -0400 Received: from baythorne.infradead.org ([81.187.2.161]:50060 "EHLO baythorne.infradead.org") by vger.kernel.org with ESMTP id S1750851AbVIBIXc (ORCPT ); Fri, 2 Sep 2005 04:23:32 -0400 Subject: Re: empty patch-2.6.13-git? patches on ftp.kernel.org From: David Woodhouse To: Tomasz =?ISO-8859-1?Q?K=B3oczko?= Cc: git@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Torvalds In-Reply-To: References: Content-Type: text/plain; charset=UTF-8 Date: Fri, 02 Sep 2005 09:23:09 +0100 Message-Id: <1125649389.6928.19.camel@baythorne.infradead.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by baythorne.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1266 Lines: 37 On Wed, 2005-08-31 at 15:34 +0200, Tomasz K³oczko wrote: > Seems patches stored on ftp://ftp.kernel.org/pub/linux/kernel/v2.6/snapshots > are empty (only logs are correct): > -rw-r--r-- 1 536 536 20 Aug 30 09:01 patch-2.6.13-git1.gz > -rw-r--r-- 1 536 536 20 Aug 31 09:01 patch-2.6.13-git2.gz Hm. git-diff-cache now refuses to operate unless there's a local '.git/refs' directory, even when working with a separate object directory. So this doesn't work any more... rm -rf tmp-empty-tree mkdir -p tmp-empty-tree/.git cd tmp-empty-tree git-read-tree $CURCOMM git-checkout-cache Makefile perl -pi -e "s/EXTRAVERSION =.*/EXTRAVERSION = $EXTRAVERSION/" Makefile git-diff-cache -m -p $RELTREE | gzip -9 > $STAGE/patch-$CURNAME.gz I've changed the script to create 'tmp-empty-tree/.git/refs' and replaced 2.6.13-git[12] with real patches. > Also it will be good move all patch-2.6.12* and patch-2.6.13-rc* files > from this directory to old subdirectory. Done. -- dwmw2 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/