[eclipse-yocto] [oxygen-master][PATCH 1/6] setup.sh: clean up older release
Tim Orling
timothy.t.orling at linux.intel.com
Mon Aug 6 06:49:35 PDT 2018
From: Chin Huat Ang <chin.huat.ang at intel.com>
Signed-off-by: Chin Huat Ang <chin.huat.ang at intel.com>
---
scripts/setup.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/scripts/setup.sh b/scripts/setup.sh
index e3da101..c0a00b1 100755
--- a/scripts/setup.sh
+++ b/scripts/setup.sh
@@ -254,12 +254,10 @@ update_feature_remote()
if [[ "$1" = "--upstream" ]]
then
MAIN_SITE="http://download.eclipse.org/releases/oxygen"
- DEPRECATED_SITE="http://download.eclipse.org/releases/neon"
TM_SITE="http://download.eclipse.org/tm/updates/4.0"
TM_TERMINAL_SITE="http://download.eclipse.org/tm/terminal/marketplace"
else
MAIN_SITE="http://downloads.yoctoproject.org/eclipse/oxygen/"
- DEPRECATED_SITE="http://downloads.yoctoproject.org/eclipse/neon"
TM_SITE="http://downloads.yoctoproject.org/eclipse/tm/updates/4.0/"
TM_TERMINAL_SITE="http://downloads.yoctoproject.org/eclipse/tm/terminal/marketplace"
fi
--
2.11.0
More information about the eclipse-yocto
mailing list