source: gs3-installations/intermuse/trunk/sites/intermuse/collect/performers/BUILDCOL.sh@ 36973

Last change on this file since 36973 was 36973, checked in by davidb, 17 months ago

Initial set of files for a collection which forms a 'document' for each performer in the IntermusE spreadsheet

  • Property svn:executable set to *
File size: 485 bytes
Line 
1#!/bin/bash
2
3source ../_local_collect_config.sh
4
5echo "***"
6echo "* Starting full buildcol"
7echo "***"
8
9echo
10echo "Start time: `date`"
11echo
12
13
14echo "Obtaining lock: gs3-building.flock"
15
16#sudo -u $gs_server_username -- \
17bash -c "pushd ../../../../../ && . ./gs3-setup.sh && popd && flock gs3-building.flock buildcol.pl -removeold -site $site $col $*"
18
19echo "Releasing lock: gs3-building.flock"
20
21
22echo "***"
23echo "* Finished full buildcol"
24echo "***"
25
26echo
27echo "End time: `date`"
28echo
29
Note: See TracBrowser for help on using the repository browser.