Changeset 20937


Ignore:
Timestamp:
07/18/16 11:01:31 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing list of files

File:
1 edited

Legend:

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

    r20552 r20937  
    5050
    5151        #Process html page and get the list of files that has changed (tricky...)
    52         cat changes | grep 'alt="The file was modified"' |sed -e 's/alt="The file was modified"/\
    53                 /g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP
     52        cat changes | grep '="The file was modified"' | sed -e 's/.*<\/td><td><a>\(.*\)<\/a><\/td><td>.*/\1/' > $ISSM_DIR/TEMP
    5453
    5554        #Print list of files
Note: See TracChangeset for help on using the changeset viewer.