[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC] DISTLIST and gendistlist.sh
From: |
Pavel Roskin |
Subject: |
Re: [RFC] DISTLIST and gendistlist.sh |
Date: |
Tue, 02 Sep 2008 07:33:06 -0400 |
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
- Re: [RFC] DISTLIST and gendistlist.sh, Felix Zielcke, 2008/09/02
- Re: [RFC] DISTLIST and gendistlist.sh, Felix Zielcke, 2008/09/02
- Re: [RFC] DISTLIST and gendistlist.sh,
Pavel Roskin <=
- Re: [RFC] DISTLIST and gendistlist.sh, Pavel Roskin, 2008/09/02
- Re: [RFC] DISTLIST and gendistlist.sh, Felix Zielcke, 2008/09/04
- Re: [RFC] DISTLIST and gendistlist.sh, Felix Zielcke, 2008/09/08
- Re: [RFC] DISTLIST and gendistlist.sh, Robert Millan, 2008/09/08
- Re: [RFC] DISTLIST and gendistlist.sh, Felix Zielcke, 2008/09/09
- Re: [RFC] DISTLIST and gendistlist.sh, Pavel Roskin, 2008/09/10
- Re: [RFC] DISTLIST and gendistlist.sh, Felix Zielcke, 2008/09/14
- Re: [RFC] DISTLIST and gendistlist.sh, Felix Zielcke, 2008/09/21
- Re: [RFC] DISTLIST and gendistlist.sh, Felix Zielcke, 2008/09/24
- Re: [RFC] DISTLIST and gendistlist.sh, Robert Millan, 2008/09/24