source: gs3-installations/test-suite/trunk/sites/test-suite/collect/filelevel-docver/TEST-STEP03--INGEST.sh@ 37206

Last change on this file since 37206 was 37206, checked in by davidb, 16 months ago

Further refinement of file naming scheme for testing

  • Property svn:executable set to *
File size: 391 bytes
Line 
1#!/bin/bash
2
3source ../_local_collect_config.bash
4
5echo ""
6echo "****"
7echo "Initiating full rebuild with -keepold"
8echo " => Triggers file-level document-verison history for ALL archive documents"
9echo "****"
10
11sleep 3
12
13
14import.pl -keepold -site $site "$@" $col \
15 && buildcol.pl -removeold -site $site $col \
16 && activate.pl -removeold -site $site -library_url $gs_library_url $col
17
Note: See TracBrowser for help on using the repository browser.