From 53c2697b644961eb2e2800f9cd34e02590fe4740 Mon Sep 17 00:00:00 2001
From: Jordi Inglada <jordi.inglada@cesbio.cnes.fr>
Date: Thu, 22 Feb 2018 15:19:10 +0100
Subject: [PATCH] ENH: move cesbio remote modules to OTB's gitlab

---
 Modules/Remote/otb-bv.remote.cmake              | 4 ++--
 Modules/Remote/phenotb.remote.cmake             | 4 ++--
 Modules/Remote/temporal-gapfilling.remote.cmake | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Modules/Remote/otb-bv.remote.cmake b/Modules/Remote/otb-bv.remote.cmake
index 06e067e658..739f46126b 100644
--- a/Modules/Remote/otb-bv.remote.cmake
+++ b/Modules/Remote/otb-bv.remote.cmake
@@ -22,8 +22,8 @@
 otb_fetch_module(OTBBioVars
   "Biophysical variable estimation from remote sensing imagery.
 A more detailed description can be found on the project website:
-http://tully.ups-tlse.fr/jordi/otb-bv
+https://gitlab.orfeo-toolbox.org/jinglada/otb-bv
 "
-  GIT_REPOSITORY http://tully.ups-tlse.fr/jordi/otb-bv.git
+  GIT_REPOSITORY https://gitlab.orfeo-toolbox.org/jinglada/otb-bv.git
   GIT_TAG 0e56e487aebc4a493e25223960560e9ef0ca27ec
 )
diff --git a/Modules/Remote/phenotb.remote.cmake b/Modules/Remote/phenotb.remote.cmake
index aa9e9a8ead..74d83a9d96 100644
--- a/Modules/Remote/phenotb.remote.cmake
+++ b/Modules/Remote/phenotb.remote.cmake
@@ -24,8 +24,8 @@ otb_fetch_module(OTBPhenology
   information from time profiles. These time profiles should represent
   vegetation status as for instance NDVI, LAI, etc.
 A more detailed description can be found on the project website:
-http://tully.ups-tlse.fr/jordi/phenotb
+https://gitlab.orfeo-toolbox.org/jinglada/phenotb
 "
-  GIT_REPOSITORY http://tully.ups-tlse.fr/jordi/phenotb.git
+  GIT_REPOSITORY https://gitlab.orfeo-toolbox.org/jinglada/phenotb.git
   GIT_TAG c9349eb89a652a18b28a40dfb3fa352b76388527
 )
diff --git a/Modules/Remote/temporal-gapfilling.remote.cmake b/Modules/Remote/temporal-gapfilling.remote.cmake
index 469a857fb8..2dd788d213 100644
--- a/Modules/Remote/temporal-gapfilling.remote.cmake
+++ b/Modules/Remote/temporal-gapfilling.remote.cmake
@@ -23,9 +23,9 @@ otb_fetch_module(OTBTemporalGapFilling
   "Gapfilling for time series replaces invalid pixels (as designated by a mask)
   by an interpolation using the valid dates of the series.
 A more detailed description can be found on the project website:
-http://tully.ups-tlse.fr/jordi/temporalgapfilling
+https://gitlab.orfeo-toolbox.org/jinglada/temporalgapfilling
 "
-  GIT_REPOSITORY http://tully.ups-tlse.fr/jordi/temporalgapfilling.git
+  GIT_REPOSITORY https://gitlab.orfeo-toolbox.org/jinglada/temporalgapfilling.git
   # Commit on develop branch which includes patches for Windows support
   GIT_TAG 4fc4a71acf7b9b051cda5a3b950de2cdb9d26287
 )
-- 
GitLab