Changeset 20530


Ignore:
Timestamp:
04/21/16 17:54:36 (9 years ago)
Author:
glperez
Message:

CHG: Changed address of wget.

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

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

    r20509 r20530  
    77rm -rf $ISSM_DIR/nightlylog
    88mkdir  $ISSM_DIR/nightlylog
     9
     10#Server URI
     11SERVER='https://ross.ics.uci.edu:8080'
    912
    1013#Get configuration
     
    4447        #Get changes from jenkins itself (svn requires credentials)
    4548        rm -rf changes
    46         wget http://ross.ics.uci.edu:8080/job/$JOB_NAME/$BUILD_NUMBER/changes > /dev/null 2>&1
     49        wget $SERVER/job/$JOB_NAME/$BUILD_NUMBER/changes > /dev/null 2>&1
    4750
    4851        #Process html page and get the list of files that has changed (tricky...)
  • issm/trunk-jpl/src/c/Makefile.am

    r20529 r20530  
    647647libISSMOverload_la_CFLAGS  = -D_C_ -fPIC $(COPTFLAGS) $(CFLAGS)
    648648#}}}
    649 
    650649#Executable {{{
    651650if ANDROID
Note: See TracChangeset for help on using the changeset viewer.