Changeset 202 in tailor


Ignore:
Timestamp:
12/31/04 20:39:12 (8 years ago)
Author:
lele@…
Hash name:
20041231193912-97f81-0a1506576901ff8402cc6dac1cdf351ec2e32922
Message:

Do not include 'tailor.log' nor 'tailor.info'
This is questionable: those files come in when using the current directory
as the new container, not a subdirectory as tailor mandated. There should
be an option to move/disable/specify the logfile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/target.py

    r201 r202  
    239239                    subdirs.remove(excd) 
    240240 
     241            # Uhm, is this really desiderable? 
     242            for excf in ['tailor.info', 'tailor.log']: 
     243                if excf in files: 
     244                    files.remove(excf) 
     245                     
    241246            c = addentry(working_dir=dir) 
    242247            c(entry=' '.join([repr(e) for e in subdirs+files])) 
Note: See TracChangeset for help on using the changeset viewer.