Changeset 35654 for main


Ignore:
Timestamp:
2021-10-21T14:32:12+13:00 (3 years ago)
Author:
davidb
Message:

Changed from using http://svn.greenstone to https; minor adjustment of echo statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/help/generate-html.sh

    r33434 r35654  
    1616
    1717if test ! -d "$glihome/shared"; then
    18     #echo "Please checkout http://svn.greenstone.org/documentation/trunk/shared into gli (as gli/shared)"
     18    # If removing the following commented out lines, then consider writing a DOS .bat equivalent
     19    #
     20    #echo "Please checkout https://svn.greenstone.org/documentation/trunk/shared into gli (as gli/shared)"
    1921    #echo "Then run ./COMPILE-ALL.sh(bat)"
     22   
    2023    echo ""
    21     echo "**** Will checkout http://svn.greenstone.org/documentation/trunk/shared into gli (as gli/shared)"
    22     svn co http://svn.greenstone.org/documentation/trunk/shared $glihome/shared
     24    echo "Svn checking out https://svn.greenstone.org/documentation/trunk/shared into gli (as gli/shared)"
     25    svn co https://svn.greenstone.org/documentation/trunk/shared $glihome/shared
    2326    echo ""
    24     echo "**** Will compile the $glihome/shared folder with ./COMPILE-ALL.sh"
     27    echo "Away to compile the $glihome/shared folder with ./COMPILE-ALL.sh"
     28    echo ""
    2529    pushd $glihome/shared
    2630    ./COMPILE-ALL.sh
     
    3640    cd ..
    3741else
    38     echo "Tried to svn checkout http://svn.greenstone.org/documentation/trunk/shared into gli/shared, but did not succeed"
     42    echo "***** Tried to svn checkout https://svn.greenstone.org/documentation/trunk/shared into gli/shared, but did not succeed"
    3943fi
    4044
Note: See TracChangeset for help on using the changeset viewer.