Changeset 20975
- Timestamp:
- 07/21/16 14:26:55 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r20954 r20975 51 51 #Process html page and get the list of files that has changed (tricky...) 52 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"' > $ISSM_DIR/TEMP53 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 55 55 56 56 #Print list of files … … 92 92 ISSM_COMPILATION="no" 93 93 fi 94 ISSM_COMPILATION="yes"94 #ISSM_COMPILATION="yes" 95 95 96 96 else
Note:
See TracChangeset
for help on using the changeset viewer.