Thanks Davide, the script is already fixed :)
Could you test the release again?

thanks,
alex


On Thu, Mar 20, 2014 at 2:36 PM, Davide Giannella <
[email protected]> wrote:

> On 20/03/2014 13:17, Alex Parvulescu wrote:
> > ok found it, the check-release script removes the hidden files from the
> > *root* only
> >
> >> rm -f "$SVNDIR"/.??* # Remove hidden files not included in release
> > I'm guessing this should be tweaked to include sub-folders too.
> >
> Something like
>
> find "$SVNDIR" -iname ".??*" -type f -delete
>
> should do the trick. (didn't test).
>
> Do you want to try it straight away or me submitting a .patch somewhere?
>
> Cheers
> Davide
>
>
>

Reply via email to