| ⇤ ← Revision 1 as of 2008-06-26 12:26:10   Size: 802 Comment: Created by the PackagePages action. |  ← Revision 2 as of 2010-03-17 13:12:45  ⇥ Size: 802 Comment: converted to 1.6 markup | 
| No differences found! | |
Release test step Sabotage Folder Structure
Change directory to the ingest folder, e.g.
cd ingest-0.1/doms-ingest-0.0.1
Make success and failure folders, and make them read-only
mkdir success mkdir failure chmod -w success chmod -w failure ls -l
Check that the directories are read only. It should look like this
... dr-xr-xr-x 2 kfc kfc 4096 2007-11-22 11:00 failure dr-xr-xr-x 2 kfc kfc 4096 2007-11-22 11:00 success ...