[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC] DISTLIST and gendistlist.sh
From: |
Felix Zielcke |
Subject: |
Re: [RFC] DISTLIST and gendistlist.sh |
Date: |
Sun, 14 Sep 2008 19:48:07 +0200 |
Am Mittwoch, den 10.09.2008, 17:06 -0400 schrieb Pavel Roskin:
> I'm fine with this, but it would be great to hear from Okuji, since he
> is making the releases.
Yes, again something both maintainers should look at. But if I
understood Marco correctly then he actually wants to make the 1.97
release.
Okuji seems to be hard to reach currently.
> Maybe it would be better to specify svn root in svn export rather than
> use the current root? This way, an svn checkout won't be needed. It's
> just an idea; I don't feel strongly about it.
Hm I don't know. The current source directory could be outdated and then
the release tarball wouldn't match with it.
Though I don't know if that would be better.
> Also, I'd rather not create a new script. The makefile syntax is more
> suitable for working with lists. In particular, "filter-out" may be
> useful to exclude some files from the distribution if we ever need it.
>
Attached patch is now with just Makefile.in using `svn export'
I wasn't sure if I should print an error if that fails and then how to
do it.
svn export || (echo "you need a SVN checkout" && false) doestn't look
that good to me.
distlist.diff.5
Description: Text document
- 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, 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 <=
- 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