source:
issm/oecreview/Archive/19101-20495/ISSM-20398-20399.diff@
20498
Last change on this file since 20498 was 20498, checked in by , 9 years ago | |
---|---|
File size: 758 bytes |
-
../trunk-jpl/jenkins/jenkins.sh
44 44 #Get changes from jenkins itself (svn requires credentials) 45 45 wget http://ross.ics.uci.edu:8080/job/$JOB_NAME/$BUILD_NUMBER/changes > /dev/null 2>&1 46 46 47 #Print list of files 48 echo " " 49 echo "List of changed files" 50 cat $ISSM_DIR/TEMP 51 47 52 #Process html page and get the list of files that has changed (tricky...) 48 53 cat changes | grep 'alt="The file was modified"' |sed -e 's/alt="The file was modified"/\ 49 54 /g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP
Note:
See TracBrowser
for help on using the repository browser.