Skip to content

Commit

Permalink
[master] merge from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio D'Andria committed Jul 6, 2015
2 parents 0cdf1bd + 6b2c1b4 commit b9de7fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<packaging>rpm</packaging>
<name>Participant-F</name>
<description>Participant-F</description>
<version>1.2</version>
<version>1.3</version>
<scm>
<connection>scm:git:[email protected]:ocean-color-ac-challenge/Participant-F.git</connection>
<developerConnection>scm:git:[email protected]:ocean-color-ac-challenge/Participant-F.git</developerConnection>
Expand Down
8 changes: 6 additions & 2 deletions src/main/app-resources/megs/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,12 @@ do
ciop-log "INFO" "Starting megs processor"
sh run_megs.sh "${file}" ${prdurl}

[ $? -ne 0 ] && exit ${ERR_MEGS}

#[ $? -ne 0 ] && exit ${ERR_MEGS}
[ $? -ne 0 ] && {
ciop-log "WARN" "error processing file $( basename ${file} )"
continue
}

ciop-log "INFO" "Conversion to BEAM-DIMAP format"
l2="$( find ${outputDir} -type f -name "MER*.N1" )"
ciop-log "DEBUG" "found: ${l2}"
Expand Down

0 comments on commit b9de7fb

Please sign in to comment.