From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KaU8G-0008Nb-Un for mharc-grub-devel@gnu.org; Tue, 02 Sep 2008 07:33:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaU8F-0008N7-Mx for grub-devel@gnu.org; Tue, 02 Sep 2008 07:33:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaU8D-0008MI-Jx for grub-devel@gnu.org; Tue, 02 Sep 2008 07:33:10 -0400 Received: from [199.232.76.173] (port=51867 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaU8D-0008MF-HM for grub-devel@gnu.org; Tue, 02 Sep 2008 07:33:09 -0400 Received: from c60.cesmail.net ([216.154.195.49]:60232) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1KaU8C-0008U2-NT for grub-devel@gnu.org; Tue, 02 Sep 2008 07:33:09 -0400 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 02 Sep 2008 07:33:08 -0400 Received: from [192.168.0.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id DC6614F1869 for ; Tue, 2 Sep 2008 07:33:07 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <1220354463.6359.3.camel@fz.local> References: <1219403324.4450.37.camel@fz.local> <20080822125823.GC20330@thorin> <1219410801.4450.56.camel@fz.local> <1220050444.11557.11.camel@fz.local> <1220051014.7979.6.camel@dv> <1220088538.10913.9.camel@fz.local> <1220148681.7450.14.camel@dv> <1220353928.4101.26.camel@fz.local> <1220354463.6359.3.camel@fz.local> Content-Type: text/plain Date: Tue, 02 Sep 2008 07:33:06 -0400 Message-Id: <1220355186.5555.12.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [RFC] DISTLIST and gendistlist.sh X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 11:33:11 -0000 On Tue, 2008-09-02 at 13:21 +0200, Felix Zielcke wrote: > Am Dienstag, den 02.09.2008, 13:12 +0200 schrieb Felix Zielcke: > > Attached is now a patch which adds ./gendistlist.sh call to autogen.sh > > and uses SVN in case it is avaible to generate it. > > > Ok it's better to look at the patches before sending them. > > +if test -d .svn ; then > + svn ls -R | sed '/\/$/d' > +fi I would avoid conditionals in the release process by all means. It's better than "make dist" fails rather than generates different tarballs dependent on where it's run. -- Regards, Pavel Roskin