- Timestamp:
- Oct 7, 2010, 10:51:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/scripts/continuous_integration.sh
r917 r932 75 75 MANAGER_USER=ci 76 76 MANAGER_PASSWORD=berterni3 77 # Keys registered by t.w.abma[at]umcutrecht address (gscf.nmcdsp.org) 77 78 OAUTHKEY=Xhu1RtLtB43yIy29EYw 78 79 OAUTHSECRET=gYO5ps6JLDMEdJLOQkSBoTTbq11s8CrORqvrBkc6k 80 81 # Keys registered by t.w.abma[at]gmail address (gscf.nmcdsp.org) 82 #OAUTHKEY=M07bnXDthzcbWD7KKSlDYw 83 #OAUTHSECRET=odfnT08AUBYhh2z0PVMS9JT11D2jASwGNzAj9YFk7s 79 84 80 85 # are we user tomcat? … … 204 209 sed -i 's/5432\/'$PROJECT'/5432\/'$PROJECT'-ci/g' grails-app/conf/DataSource.groovy 205 210 206 # Adding patch for OAuth configuration file (consumer key and consumer secret generated by myExperiment). 207 sed -i 's/\$oauthkey\$/'$OAUTHKEY'/gi' grails-app/conf/Config.groovy 208 sed -i 's/\$oauthsecret\$/'$OAUTHSECRET'/gi' grails-app/conf/Config.groovy 211 # adding patch for OAuth configuration file (consumer key and consumer secret generated by myExperiment). 212 if [ "$PROJECT" = "gscf"] 213 then 214 echo $STAMP GSCF project given as argument, patching Config.groovy with OAuth [key:$OAUTHKEY, SECRET:$OAUTHSECRET]... 215 sed -i 's/\$oauthkey\$/'$OAUTHKEY'/gi' grails-app/conf/Config.groovy 216 sed -i 's/\$oauthsecret\$/'$OAUTHSECRET'/gi' grails-app/conf/Config.groovy 217 fi 209 218 210 219 # build new war
Note: See TracChangeset
for help on using the changeset viewer.