source: gs3-installations/intermuse/trunk/sites/intermuse/collect/performers/ACTIVATE.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: 334 bytes
Line 
1#!/bin/bash
2
3source ../_local_collect_config.sh
4
5
6echo "Obtaining lock: gs3-building.flock"
7
8#sudo -u $gs_server_username -- \
9bash -c "pushd ../../../../../ && . ./gs3-setup.sh && popd && flock gs3-building.flock activate.pl -removeold -site $site -library_url $gs_library_url $* \"$col\""
10
11echo "Releasing lock: gs3-building.flock"
Note: See TracBrowser for help on using the repository browser.