Re: configure.py does not remove temp files

2006-05-03 Thread Bo Peng
Actually, configure.py emulates sed to use the information in chkconfig.sed (like "[EMAIL PROTECTED]@!yes!g"). Bo, if you can think of a format that would be easier for python, we have no reason to stick to this weird syntax. A possibility would be to replace it by lines like chk_article=yes tha

Re: configure.py does not remove temp files

2006-05-03 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> LOL! chkconfig.sed? Do we retain a dependency on sed still? Angus> Why? Actually, configure.py emulates sed to use the information in chkconfig.sed (like "[EMAIL PROTECTED]@!yes!g"). Bo, if you can think of a format that would be e

Re: configure.py does not remove temp files

2006-05-03 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> Committing soon. Done. JMarc

Re: configure.py does not remove temp files

2006-05-03 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> There was a removeExtraFiles at the end of configure.py. Someone Bo> removed it with reasons I can not remember. Jean-Marc> I suspect it is my fault. I'll check. Indeed :(

Re: configure.py does not remove temp files

2006-05-03 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> There was a removeExtraFiles at the end of configure.py. Someone Bo> removed it with reasons I can not remember. I suspect it is my fault. I'll check. JMarc

Re: configure.py does not remove temp files

2006-05-03 Thread Bo Peng
On 5/3/06, Angus Leeming <[EMAIL PROTECTED]> wrote: Jean-Marc Lasgouttes wrote: > After running configure.py, I find the following files that should not > be there unless --keep-temps is specified: > > chkconfig.sed > wrap_chkconfig.log > chkconfig.vars > wrap_chkconfig.ltx > chklatex.log > chkla

Re: configure.py does not remove temp files

2006-05-03 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: After running configure.py, I find the following files that should not be there unless --keep-temps is specified: chkconfig.sed wrap_chkconfig.log chkconfig.vars wrap_chkconfig.ltx chklatex.log chklatex.ltx chklayouts.tex Could someone who knows about python (Bo

configure.py does not remove temp files

2006-05-03 Thread Jean-Marc Lasgouttes
After running configure.py, I find the following files that should not be there unless --keep-temps is specified: chkconfig.sed wrap_chkconfig.log chkconfig.vars wrap_chkconfig.ltx chklatex.log chklatex.ltx chklayouts.tex Could someone who knows about python (Bo?) fix it? JMarc