Changeset 7321
- Timestamp:
- Jul 24, 2009, 9:36:24 AM (15 years ago)
- Location:
- DVD_images
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
DVD_images/DO_THIS_BEFORE_RELEASE.txt
r7266 r7321 1 . Ensure that HTML files referring to reports are updated/correct in all jurisdictions. 2 . Update the PDFs in the 'extra_files\documents' directory (ANUGA stuff and report(s). 1 3 . Use 'update_DVD_images.py' script to refresh data in jurisdictions. 2 . Update the PDFs in the 'manuals' directory. 4 . Make sure differences in DVD/original project.py (etc) are as expected. 5 (The copies of project files should not reference INUNDATIONHOME or anything MULTIMUX) 6 . Test that all simulations actually start. 3 7 . Delete all temporary/test files. 4 . Make sure differences in DVD/original project.py (etc) are as expected.5 . Test that all simulations actually start.8 . Create *.iso images of the jurisdiction directories. 9 . Burn DVDs! -
DVD_images/README.txt
r7205 r7321 18 18 you WILL LOSE DATA, as everything in those directories comes from 19 19 somewhere else. 20 21 When you run 'update_DVD_images.py <jurisdiction>', the following happens: 22 1. The <jurisdiction> directory is deleted. 23 2. Selected files are copied from the jurisdiction working directory into 24 a new DVD jurisdiction directory. 25 3. All files/directories under the 'extra_files' directory are copied to the 26 new DVD jurisdiction directory, unless it's a directory and it has a 27 jurisdiction name. 28 4. Any directory under 'extra_files' that has a jurisdiction name is copied 29 to the root of the DVD jurisdiction directory *if* the jursidiction 30 name matches the name of the directory. Note that this includes a jurisdiction 31 'project' directory containing modified versions of project.py, etc, that 32 must be changed on the DVD. -
DVD_images/how_to_burn_dvd.txt
r7206 r7321 3 3 . Ensure the staging directory is clean and up-to-date 4 4 . mkisofs -allow-lowercase -iso-level 3 -joliet-long -allow-leading-dots -volid <name> -quiet -D -o <name>.iso <name> 5 . insert blank DVD (CD is enough for GoldCoast )5 . insert blank DVD (CD is enough for GoldCoast?) 6 6 . cdrecord <name>.iso 7 7 8 8 The '-volid <name>' option puts a name on the DVD/CD that is displayed by the filesystem when the disk is mounted. 9 9 Recommend <name> be 'GoldCoast', etc. 10 10 The '-D' option allows 'deep' directories, the standard 6 isn't enough.
Note: See TracChangeset
for help on using the changeset viewer.