Difference between revisions of "Detox log"
Jump to navigation
Jump to search
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <div class="status"> | |
+ | <div> | ||
+ | Design | ||
+ | <div class="description"> | ||
+ | This page proposes a new feature and reviews design options | ||
+ | </div> | ||
+ | </div><div class="active"> | ||
+ | Development | ||
+ | <div class="description"> | ||
+ | This page describes a feature that's in development | ||
+ | </div> | ||
+ | </div><div> | ||
+ | Documentation | ||
+ | <div class="description"> | ||
+ | This page documents an implemented feature | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | == Design == | ||
+ | To support various file systems the file & folder names were changed with the detox program. | ||
+ | These changes needed to be included in the metadata for the SIP. | ||
− | + | ||
+ | == Developoment == | ||
+ | |||
+ | * Once verified working correctly, should overwrite SIP.xml, and not create new file (SIPOUT.xml) | ||
+ | * Can verify the UUID for the SIPs correspond | ||
+ | |||
+ | |||
+ | == Documentation == | ||
+ | |||
+ | Detox will output a list of file changes. In the archivematica system these changes are logged to the detox.log. | ||
+ | To include this information, as metadata, the SIPOUT.xml is generated by add_detox_to_SIP.py from detox.log and SIP.xml. | ||
+ | add_detox_to_SIP.py proccesses detox.log line by line, to update any filename changes in SIPOUT.xml |
Latest revision as of 11:10, 9 April 2010
Design
This page proposes a new feature and reviews design options
Development
This page describes a feature that's in development
Documentation
This page documents an implemented feature
Design[edit]
To support various file systems the file & folder names were changed with the detox program. These changes needed to be included in the metadata for the SIP.
Developoment[edit]
- Once verified working correctly, should overwrite SIP.xml, and not create new file (SIPOUT.xml)
- Can verify the UUID for the SIPs correspond
Documentation[edit]
Detox will output a list of file changes. In the archivematica system these changes are logged to the detox.log. To include this information, as metadata, the SIPOUT.xml is generated by add_detox_to_SIP.py from detox.log and SIP.xml. add_detox_to_SIP.py proccesses detox.log line by line, to update any filename changes in SIPOUT.xml