From 589ae3e3a11c30a77bac6275387efd82cafaba1b Mon Sep 17 00:00:00 2001 From: Cesare Rossi Date: Thu, 21 Jan 2016 16:56:07 +0100 Subject: [PATCH 1/3] Set development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0fbf69f..4dd120c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ rpm InSAR-ROI_PAC InSAR-ROI_PAC - 1.6 + 1.7-SNAPSHOT scm:git:git@github.com:Terradue/InSAR-ROI_PAC.git From 7eed715885049f9f7210f48eb8c438a39bac64cb Mon Sep 17 00:00:00 2001 From: Francesco Barchetta Date: Mon, 18 Apr 2016 11:59:30 +0100 Subject: [PATCH 2/3] Fixing #16700 --- src/main/app-resources/roipac/run.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/app-resources/roipac/run.sh b/src/main/app-resources/roipac/run.sh index 61c1d65..9dad4ed 100755 --- a/src/main/app-resources/roipac/run.sh +++ b/src/main/app-resources/roipac/run.sh @@ -71,9 +71,8 @@ done # retrieve the DEM mkdir -p $TMPDIR/workdir/dem -wps_result="$( ciop-browseresults -r ${CIOP_WF_RUN_ID} -j node_dem -w | tr -d '\r' | tr '\n' ';')" -ciop-log "DEBUG" "dem wps results 1 is ${wps_result}" -wps_result=`echo $wps_result | cut -d ";" -f 1` +demRes="$( cat $TMPDIR/input | grep 'node_dem')" +wps_result="$( ciop-browseresults -R $demRes | tr -d '\r')" #just a parser of result.xml and metalink ciop-log "DEBUG" "dem wps results is ${wps_result}" # extract the result URL From 3d7f51cb3b2098aaa33f880df5615ade0566d866 Mon Sep 17 00:00:00 2001 From: Francesco Barchetta Date: Mon, 18 Apr 2016 15:29:02 +0100 Subject: [PATCH 3/3] Releasing 1.7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4dd120c..ff75e4a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ rpm InSAR-ROI_PAC InSAR-ROI_PAC - 1.7-SNAPSHOT + 1.7 scm:git:git@github.com:Terradue/InSAR-ROI_PAC.git