source: gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes-and-performers/BUILDCOL.sh@ 37124

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

Chaged to work using the more generalized form

  • 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.