Changeset 20400


Ignore:
Timestamp:
03/30/16 21:00:31 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r20399 r20400  
    4545        wget http://ross.ics.uci.edu:8080/job/$JOB_NAME/$BUILD_NUMBER/changes > /dev/null 2>&1
    4646
    47         #Print list of files
    48         echo "   "
    49         echo "List of changed files"
    50         cat $ISSM_DIR/TEMP
    51 
    5247        #Process html page and get the list of files that has changed (tricky...)
    5348        cat changes | grep 'alt="The file was modified"' |sed -e 's/alt="The file was modified"/\
    5449                /g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP
    55         if [ -z "$(cat $ISSM_DIR/TEMP)" ] ; then
    56                 echo "List of changed files"
    57                 cat $ISSM_DIR/TEMP
    58                 echo "ERROR: file list is empty! Triggering full install"
    59                 ISSM_EXTERNALPACKAGES="install"
    60                 ISSM_RECONFIGURE="yes"
    61                 ISSM_COMPILATION="yes"
    62         else
    63                 echo "List of changed files"
    64                 cat $ISSM_DIR/TEMP
    65         fi
     50
     51        #Print list of files
     52        echo "   "
     53        echo "List of updated files"
     54        cat $ISSM_DIR/TEMP
     55        echo "   "
    6656
    6757        #Do we need to reinstall externalpackages?
Note: See TracChangeset for help on using the changeset viewer.