source: gs3-installations/intermuse/trunk/sites/intermuse/collect/performers/RECONFIGURE.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: 402 bytes
Line 
1#!/bin/bash
2
3wget -O /dev/null 'http://localhost:4343/greenstone3/library?a=s&sa=c&sc=programmes'
4
5source ../_local_collect_config.sh
6
7
8echo "Obtaining lock: gs3-building.flock"
9
10#sudo -u $gs_server_username -- \
11bash -c "pushd ../../../../../ && . ./gs3-setup.sh && popd && flock gs3-building.flock wget -O /dev/null \"$gs_library_url?a=s&sa=c&sc=$col\""
12
13
14echo "Releasing lock: gs3-building.flock"
15
Note: See TracBrowser for help on using the repository browser.