Index: /issm/trunk-jpl/jenkins/imac-012301-gil
===================================================================
--- /issm/trunk-jpl/jenkins/imac-012301-gil	(revision 20394)
+++ /issm/trunk-jpl/jenkins/imac-012301-gil	(revision 20395)
@@ -25,10 +25,4 @@
 MATLAB_TEST=1
 PYTHON_TEST=0
-
-#execution path used for parallel runs
-EXECUTION_PATH=$ISSM_DIR/execution
-
-#repo:
-REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl"
 
 #-----------------------------------#
Index: /issm/trunk-jpl/jenkins/jenkins.sh
===================================================================
--- /issm/trunk-jpl/jenkins/jenkins.sh	(revision 20394)
+++ /issm/trunk-jpl/jenkins/jenkins.sh	(revision 20395)
@@ -30,5 +30,5 @@
 #}}}
 
-
+#Install ISSM
 #Determinig Installation type depending on svn changes{{{
 echo "======================================================";
@@ -45,7 +45,11 @@
 	wget http://ross.ics.uci.edu:8080/job/$JOB_NAME/$BUILD_NUMBER/changes > /dev/null 2>&1
 
-	#Process html page and get the list of files that has changed
-	cat changes | grep "The file was modified" | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr><\/table>.*/\1/' > $ISSM_DIR/TEMP
-	cat $ISSM_DIR/TEMP
+	#Process html page and get the list of files that has changed (tricky...)
+
+	cat changes | grep 'alt="The file was modified"' |sed -e 's/alt="The file was modified"/\
+		#/g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP
+	if [ -z "$(cat $ISSM_DIR/TEMP)" ] ; then
+		echo "ERROR: file list is empty!"
+	fi
 
 	#Do we need to reinstall externalpackages?
@@ -88,5 +92,4 @@
 echo $SVN_REVISION_1 > $ISSM_DIR/svn_revision_old
 #}}}
-
 #install/none external packages    (ISSM_EXTERNALPACKAGES){{{
 if [ "$ISSM_EXTERNALPACKAGES" == "install" ]
Index: /issm/trunk-jpl/jenkins/linux64_murdo
===================================================================
--- /issm/trunk-jpl/jenkins/linux64_murdo	(revision 20394)
+++ /issm/trunk-jpl/jenkins/linux64_murdo	(revision 20395)
@@ -31,10 +31,4 @@
 MATLAB_TEST=1
 PYTHON_TEST=1
-
-#execution path used for parallel runs
-EXECUTION_PATH=$ISSM_DIR/execution
-
-#repo:
-REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl"
 
 #-----------------------------------#
Index: /issm/trunk-jpl/jenkins/macosx_pine-island
===================================================================
--- /issm/trunk-jpl/jenkins/macosx_pine-island	(revision 20394)
+++ /issm/trunk-jpl/jenkins/macosx_pine-island	(revision 20395)
@@ -25,10 +25,4 @@
 MATLAB_TEST=1
 PYTHON_TEST=0
-
-#execution path used for parallel runs
-EXECUTION_PATH=$ISSM_DIR/execution
-
-#repo:
-REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl"
 
 #-----------------------------------#
