Ignore:
Timestamp:
2023-01-10T23:56:17+13:00 (16 months ago)
Author:
davidb
Message:

Changed to used derived name of collection from file-system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes-and-performers/SUBMIT-WEBANNOTATION-LIST.sh

    r37077 r37124  
    11#!/bin/bash
    22
     3source ../_local_collect_config.sh
    34
    4 iurl_prefix=http://localhost:4343/greenstone3/library/sites/intermuse/collect/programmes/index/assoc/
     5iurl_prefix=http://localhost:4343/greenstone3/library/sites/intermuse/collect/$col/index/assoc/
    56
    67ifilename=${1:-archives/HASH012c.dir/webannotation-list.json}
     
    1112
    1213
    13 external_url_base="https://intermuse.sowemustthink.space/simpleAnnotationStore/annotation"
     14#external_url_base="https://intermuse.sowemustthink.space/simpleAnnotationStore/annotation"
    1415internal_url_base="http://localhost:4343/simpleAnnotationStore/annotation"
    1516
    1617post_url="${internal_url_base}/populate"
    17 
    18 #echo "Running: curl -F uri=${iurl} $post_url"
    19 
    20 #curl -F "uri=${iurl}" "$post_url"
    2118
    2219
Note: See TracChangeset for help on using the changeset viewer.