Changeset 36007


Ignore:
Timestamp:
2022-01-14T16:25:51+13:00 (2 years ago)
Author:
davidb
Message:

Extra check added in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/07a-DOWNLOAD-SPOTIFY-LOD-DATA.sh

    r35949 r36007  
    2121fi
    2222
     23if [ ! -d ../index ] ; then
     24
     25    echo "" >&2
     26    echo "!!!!" >&2
     27    echo "! Failed to find: ../index" >&2
     28    echo "!" >&2
     29    echo "! This is a sign that this Greenstone3 collection has not been built," >&2
     30    echo "! and there is not a corresponding *triplestore* *graph* for the collection. " >&2
     31    echo "! For $0 to operate, this triplestore graph needs to populated with all the " >&2
     32    echo "! Eurovision Song Contest entries (CountryYear) so it can pull out all these " >&2
     33    echo "! entries as Linked Data, from which it then looks to get Spotify/MusicBrainz alignment" >&2
     34    echo "!" >&2
     35    echo "! The collection can be built with:" >&2
     36    echo "!   cd ../ && ./FULL-REBUILD.sh" >&2
     37    echo "!!!!" >&2
     38    echo "" >&2
     39   
     40    exit 1
     41   
    2342prep_dir=spotify-musicbrainz
    2443
Note: See TracChangeset for help on using the changeset viewer.