Changeset 864
- Timestamp:
- Aug 30, 2010, 6:07:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/scripts/continuous_integration.sh
r840 r864 206 206 # patch index page to contain revision information 207 207 echo $STAMP patching index page... 208 sed -i 's/<\/b>/<\/b> \(<font color="red">svn revision: '$SVN_REVISION', deployed at: '$STAMP'<\/font>\)/g ' grails-app/views/home/index.gsp209 sed -i 's/Welcome to $PROJECT version/Welcome to the <b>continuous integration build<\/b> of $PROJECT/g' grails-app/views/home/index.gsp208 sed -i 's/<\/b>/<\/b> \(<font color="red">svn revision: '$SVN_REVISION', deployed at: '$STAMP'<\/font>\)/gi' grails-app/views/home/index.gsp 209 sed -i 's/Welcome to '$PROJECT' version/Welcome to the <b>continuous integration build<\/b> of <b>'$PROJECT'<\/b>/gi' grails-app/views/home/index.gsp 210 210 211 211 # build new war
Note: See TracChangeset
for help on using the changeset viewer.