#56 Make sure not to delete EXTRAFILES
Closed: Fixed Opened by tibbs.

When the list of files to delete is created, there's a hardcoded grep:

sort allfiles-$module allfiles-$module localfiles-$module \
    | uniq -u \
    | egrep -v '^[^/]*/fullfile(time)?list' > deletefiles-$module
cat deletefiles-$module >> master-deletefiles

This really needs to be made to use the settings for FILELIST and EXTRAFILES. Either by using those to create a single pattern for grep, or by just grepping them all out of the list in in a loop.


Metadata Update from @tibbs:
- Issue tagged with: bug, in progress

Metadata Update from @tibbs:
- Issue set to the milestone: 0.1

Metadata Update from @tibbs:
- Issue assigned to tibbs

This is done as of 021beec. While the bug resulting from this was easy to see on my production mirrors, I couldn't find any obvious way to reproduce it in the test suite.

Metadata Update from @tibbs:
- Issue untagged with: in progress

Metadata