Ignore:
Timestamp:
2023-02-07T23:15:40+13:00 (15 months ago)
Author:
davidb
Message:

Specical cast handling needed for eurovision-lod

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/get-installation-interface.sh

    r37035 r37293  
    99echo "Checking out:"
    1010
    11 echo "  https://svn.greenstone.org/gs3-installations/$installation/trunk/interfaces/$installation -> interfaces/$installation"
    12 svn co https://svn.greenstone.org/gs3-installations/$installation/trunk/interfaces/$installation interfaces/$installation
     11if [ $installation = "eurovision-lod" ] ; then
     12    echo "  https://svn.greenstone.org/gs3-installations/$installation/trunk/interfaces/eurovision -> interfaces/eurovision"
     13    svn co https://svn.greenstone.org/gs3-installations/$installation/trunk/interfaces/eurovision interfaces/eurovision
     14else
     15    echo "  https://svn.greenstone.org/gs3-installations/$installation/trunk/interfaces/$installation -> interfaces/$installation"
     16    svn co https://svn.greenstone.org/gs3-installations/$installation/trunk/interfaces/$installation interfaces/$installation
     17fi
    1318
    1419echo ""
Note: See TracChangeset for help on using the changeset viewer.