Skip to content

Commit

Permalink
EOxServer version upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacesm committed Nov 10, 2014
1 parent dc138b3 commit 8011d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install.d/30_eoxs_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ then
#URL="`get_release_url`"

#fixed version download
URL="https://github.com/DREAM-ODA-OS/eoxserver/releases/download/release-0.4-dream-0.4.0/EOxServer_dream-0.4dev7-1.x86_64.rpm"
URL="https://github.com/DREAM-ODA-OS/eoxserver/releases/download/release-0.4-dream-0.4.1/EOxServer_dream-0.4dev8-1.x86_64.rpm"

info "Downloading from: $URL"

Expand Down
2 changes: 1 addition & 1 deletion scripts/install.d/50_eoxs_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ maxsize = $EOXSMAXSIZE
path_beam=$ODAOS_BEAM_HOME
beam_options=-c 256M
.
/^[ ]*source_to_native_format_map[ ]*=/s#\(^[ ]*source_to_native_format_map[ ]*=\).*#\1application/x-esa-envisat,application/x-netcdf#
/^[ ]*source_to_native_format_map[ ]*=/s#\(^[ ]*source_to_native_format_map[ ]*=\).*#\1application/x-esa-envisat,application/x-esa-envisat#
/^[ ]*paging_count_default[ ]*=/s/\(^[ ]*paging_count_default[ ]*=\).*/\1${EOXSMAXPAGE}/
wq
Expand Down

0 comments on commit 8011d9b

Please sign in to comment.