Skip to content

Commit dabacc9

Browse files
Release: Use Eclipse mirror which is not blocked
Synopsys IT blocks some of the Eclipse mirrors, so an exact mirror is specified - the one which is not blocked. Signed-off-by: Anton Kolesov <[email protected]>
1 parent 15f2093 commit dabacc9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

release.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ ECLIPSE_VERSION := mars-1
266266
ECLIPSE_VANILLA_WIN_ZIP := eclipse-cpp-$(ECLIPSE_VERSION)-win32.zip
267267
ECLIPSE_VANILLA_LINUX_TGZ := eclipse-cpp-$(ECLIPSE_VERSION)-linux-gtk-x86_64.tar.gz
268268
# Coma separated list
269-
ECLIPSE_REPO := http://download.eclipse.org/releases/mars
269+
# Synopsys IT blocks some of the Eclipse mirrors, so an exact mirror is
270+
# specified - the one which is not blocked.
271+
ECLIPSE_REPO := http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/releases/mars
270272
# Coma separated list
271273
ECLIPSE_PREREQ := org.eclipse.tm.terminal.control,org.eclipse.tm.terminal.connector.serial,org.eclipse.tm.terminal.view.core,org.eclipse.tm.terminal.view.ui
272274
ECLIPSE_DL_LINK_BASE := http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/mars/1

windows-installer/build-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# Params
2323
# Eclipse parameters copied from Makefile.release
24-
ECLIPSE_REPO=http://download.eclipse.org/releases/mars
24+
ECLIPSE_REPO=http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/releases/mars
2525
ECLIPSE_PREREQ=org.eclipse.tm.terminal.feature.feature.group
2626

2727
if [ -z "$RELEASE_TAG" ]; then

0 commit comments

Comments
 (0)