Changeset 20975


Ignore:
Timestamp:
07/21/16 14:26:55 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: better way of testing files

File:
1 edited

Legend:

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

    r20954 r20975  
    5151        #Process html page and get the list of files that has changed (tricky...)
    5252        #cat changes | grep '="The file was modified"' | sed -e 's/.*<\/td><td><a>\(.*\)<\/a><\/td><td>.*/\1/' > $ISSM_DIR/TEMP
    53         cat changes | grep 'alt="The file was modified"' |sed -e 's/alt="The file was modified"/\
    54                       /g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP
     53        cat changes | grep 'document_edit' |sed -e 's/document_edit.png/document_edit.png\
     54                /g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v 'document_edit.png' > $ISSM_DIR/TEMP
    5555
    5656        #Print list of files
     
    9292                ISSM_COMPILATION="no"
    9393        fi
    94         ISSM_COMPILATION="yes"
     94        #ISSM_COMPILATION="yes"
    9595
    9696else
Note: See TracChangeset for help on using the changeset viewer.