Changeset 19211
- Timestamp:
- 03/18/15 18:53:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r19210 r19211 46 46 PACKAGEINST=$(echo $EXTERNALPACKAGES | cut -d " " -f $NUM2-$NUM2) 47 47 48 cd $PACKAGENAME48 #cd $PACKAGENAME 49 49 echo "-------------------------------------" 50 echo " ISSM_DIR: $ISSM_DIR" 50 51 echo " PACKAGENAME: $PACKAGENAME" 51 echo " P DW: $PWD"52 echo " PWD: $PWD" 52 53 echo "-------------------------------------" 53 54 55 cd $ISSM_DIR/externalpackages/$PACKAGENAME 54 56 #tricky part here. We do not want to reinstall this package if it's already installed 55 57 #and the svn file which does the install has not be modified! To keep track of
Note:
See TracChangeset
for help on using the changeset viewer.