Changeset 20942
- Timestamp:
- 07/19/16 13:26:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r20937 r20942 50 50 51 51 #Process html page and get the list of files that has changed (tricky...) 52 cat changes | grep '="The file was modified"' | sed -e 's/.*<\/td><td><a>\(.*\)<\/a><\/td><td>.*/\1/' > $ISSM_DIR/TEMP 52 #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"' 53 55 54 56 #Print list of files … … 90 92 ISSM_COMPILATION="no" 91 93 fi 94 ISSM_COMPILATION="yes" 92 95 93 96 else
Note:
See TracChangeset
for help on using the changeset viewer.