source: gs3-installations/test-suite/trunk/sites/test-suite/collect/testing-inc-building/INC-REBUILD-TOUCH-ITEM.sh@ 37176

Last change on this file since 37176 was 37176, checked in by davidb, 15 months ago

Collection that helps test out incremental collection building

  • Property svn:executable set to *
File size: 233 bytes
Line 
1#/bin/bash
2
3source ../_local_collect_config.bash
4
5echo ""
6
7echo "****"
8echo "Touching import/09/09_1_1.item"
9echo "****"
10touch import/09/09_1_1.item
11
12echo ""
13
14incremental-rebuild.pl -site $site -library_url $gs_library_url "$@" $col
Note: See TracBrowser for help on using the repository browser.