[eclipse-yocto] [PATCH 1/6] setup.sh: clean up older release
Chin Huat Ang
chin.huat.ang at intel.com
Tue Jul 31 19:24:34 PDT 2018
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.7.4
More information about the eclipse-yocto
mailing list