Changeset 16596


Ignore:
Timestamp:
10/31/13 16:31:29 (11 years ago)
Author:
Eric.Larour
Message:

CHG: we do not manage svn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/jenkins.sh

    r16595 r16596  
    7878
    7979#Installation ISSM
    80 #Checkout/update/none ISSM if requested (ISSM_INSTALLATION){{{
    81 if [ "$ISSM_INSTALLATION" == "checkout" ]
    82 then
    83         rm -rf $ISSM_RELEASE
    84         svn checkout "$REPOSITORY"
    85 elif [ "$ISSM_INSTALLATION" == "update" ]
    86 then
    87         cd $ISSM_DIR
    88         svn update
    89 elif [ "$ISSM_INSTALLATION" == "none" ]
    90 then
    91         echo "Skipping ISSM installation"
    92 else
    93         echo "ISSM_INSTALLATION supported values are: checkout, update and none. Exiting..." >&2 # Error message to stderr.
    94         exit 1
    95 fi
    96 source $ISSM_DIR/etc/environment.sh
    97 #}}}
    9880#create matlab's installation sript {{{
    9981cat << END > $ISSM_DIR/externalpackages/matlab/install.sh
Note: See TracChangeset for help on using the changeset viewer.