- Timestamp:
- 26/05/06 18:38:06 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/trunk/ingestAutomation/OAIBatch/oai_ingest.py
r916 r1045 81 81 82 82 # make the pristine copy 83 commandline = "cp " + harvest_home + "/*.xml /usr/local/WSClients/OAIBatch/data/" + datacentre +"/oai/difcopy" 83 84 commandline = "ls -1 " + harvest_home + "/ | xargs -i cp \{\} " /usr/local/WSClients/OAIBatch/data/" + datacentre +"/oai/difcopy" 84 85 print "Executing : " + commandline 85 86 status = os.system(commandline)
Note: See TracChangeset
for help on using the changeset viewer.