Changes between Version 11 and Version 12 of Procedures/NEODCDelivery
- Timestamp:
- Jun 16, 2009, 7:25:01 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NEODCDelivery
v11 v12 17 17 1. Find all files/dirs with unusual characters (space, brackets, etc) - use `find -regex '.*[^-0-9a-zA-Z/._].*' | ~arsf/usr/bin/fix_naughty_chars.py` to give suggested commands, but check first 18 18 1. Give everyone read permissions (and execute if it has user execute) for the current directory and below - `chmod -R a+rX .` 19 20 1. Write a README.txt that explains:21 1. The layout of the disk and what's on it22 1. Any additional information that'll help explain unusual files/dirs23 1. Create a filelist (`find -ls > file_list.txt`)24 25 19 1. Note on ticket that it's been archived/sent to neodc and close the ticket.