Changeset 30605


Ignore:
Timestamp:
2016-07-12T19:18:28+12:00 (8 years ago)
Author:
ak19
Message:

Committing the changes necessary to get the GTI crons to work on the new GTI machine.

Location:
other-projects/gti
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • other-projects/gti/gti-wget-status-page.sh

    r28993 r30605  
    1010# ak19, 17 May 2012
    1111
    12 url="http://puka.cs.waikato.ac.nz/cgi-bin/gti/linux/library.cgi?a=gti&p=status"
    13 #url="http://localhost:80/cgi-bin/gti/linux/library.cgi?a=gti&p=status"
     12#url="http://puka.cs.waikato.ac.nz/cgi-bin/gti/linux/library.cgi?a=gti&p=status"
     13##url="http://localhost:80/cgi-bin/gti/linux/library.cgi?a=gti&p=status"
     14#url="http://gti.cms.waikato.ac.nz/cgi-bin/library.cgi?a=gti&p=status"
     15url="http://gti.greenstone.org/cgi-bin/library.cgi?a=gti&p=status"
    1416savedas_filename="library.cgi?a=gti&p=status"
    1517output_filename="etc/status.html"
  • other-projects/gti/translation_status.sh

    r30581 r30605  
    8282if [[ $num_modified != 0 || $num_added != 0 ]]; then
    8383#  echo "Files were modified or added. Sending email..." 
    84     cat $report | mail -s 'GTI: '$num_modified/$num_added' language file(s) on nzdl have been updated/added' $GREENSTONE_EMAIL
     84    cat $report | mail -s 'GTI: '$num_modified/$num_added' language file(s) on gti (nzdl) have been updated/added' $GREENSTONE_EMAIL
    8585    echo "Sent mail of report: $report"
    8686else
Note: See TracChangeset for help on using the changeset viewer.