Skip to content

Commit 1cdce73

Browse files
committed
Merge remote-tracking branch 'parent/main'
2 parents 8638e67 + f26e774 commit 1cdce73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
env:
2424
# Eclipse version to use in this CI
25-
VERSION: "2024-06"
25+
VERSION: "2024-09"
2626
# emoflon-headless source URL (needed by macOS-based runner workaround)
2727
EMOFLON_HEADLESS_SRC: "https://api.github.com/repos/eMoflon/emoflon-headless/releases/latest"
2828
# import plugin URL

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OUTPUT_FILE_PREFIX_LINUX="eclipse-gips-linux"
3434
OUTPUT_FILE_PREFIX_WINDOWS="eclipse-gips-windows"
3535
OUTOUT_FILE_PREFIX_MACOS="eclipse-gips-macos"
3636
OUTOUT_FILE_PREFIX_MACOSARM="eclipse-gips-macos-arm"
37-
MIRROR="https://ftp.fau.de"
37+
MIRROR="https://www.eclipse.org/downloads/download.php?file="
3838
UPDATESITES="https://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/,https://hallvard.github.io/plantuml/,https://hipe-devops.github.io/HiPE-Updatesite/hipe.updatesite/,https://www.kermeta.org/k2/update,https://emoflon.org/emoflon-ibex-updatesite/snapshot/updatesite/,https://www.genuitec.com/updates/devstyle/ci/,https://download.eclipse.org/releases/$VERSION,https://www.codetogether.com/updates/ci/,http://update.eclemma.org/,https://pmd.github.io/pmd-eclipse-plugin-p2-site/,https://checkstyle.org/eclipse-cs-update-site/,https://spotbugs.github.io/eclipse/,https://download.eclipse.org/technology/m2e/releases/latest,https://echtzeitsysteme.github.io/gips-updatesite/snapshot/updatesite/"
3939
EMOFLON_HEADLESS_SRC="https://api.github.com/repos/eMoflon/emoflon-headless/releases/latest"
4040

@@ -207,7 +207,7 @@ remove_update_sites () {
207207
# Check if script needs to download the initial Eclipse archive.
208208
if [[ ! -f "./$ARCHIVE_FILE" ]]; then
209209
log "Downloading Eclipse $VERSION archive from $MIRROR."
210-
wget -q $MIRROR/eclipse/technology/epp/downloads/release/$VERSION/R/$ARCHIVE_FILE
210+
wget -q "$MIRROR/technology/epp/downloads/release/$VERSION/R/$ARCHIVE_FILE&r=1" -O $ARCHIVE_FILE
211211
fi
212212

213213
if [[ "$MODE" = "user" ]]; then

0 commit comments

Comments
 (0)