Changeset 5055
- Timestamp:
- Feb 19, 2008, 4:35:22 PM (17 years ago)
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/data_audit_wrapper.py
r5053 r5055 33 33 # Ignore certain other files, 34 34 files_to_ignore = ['README.txt', 'LICENSE.txt', 'Makefile', 35 '.temp', 'SConstruct', 'SConscript' ]35 '.temp', 'SConstruct', 'SConscript', 'log.ini'] 36 36 37 37 # Ignore directories -
audit_all_data.py
r5040 r5055 4 4 5 5 # Roughly the same as what is being released 6 #dirs_to_distribute = [join('anuga_core', 'source', 'anuga'),7 #'anuga_validation',8 #join('anuga_core', 'documentation', 'user_manual')]6 dirs_to_distribute = [join('anuga_core', 'source', 'anuga'), 7 'anuga_validation', 8 join('anuga_core', 'documentation', 'user_manual')] 9 9 10 # Individual segments 10 11 #dirs_to_distribute = ['anuga_validation'] 11 dirs_to_distribute = [join('anuga_core', 'documentation', 'user_manual')]12 #dirs_to_distribute = [join('anuga_core', 'documentation', 'user_manual')] 12 13 #dirs_to_distribute = [join('anuga_core', 'source', 'anuga')] 13 14
Note: See TracChangeset
for help on using the changeset viewer.