Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.sirius.releng/publish-nightly-jiro.sh')
-rwxr-xr-xreleng/org.eclipse.sirius.releng/publish-nightly-jiro.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.sirius.releng/publish-nightly-jiro.sh b/releng/org.eclipse.sirius.releng/publish-nightly-jiro.sh
index 951f5dbd8d..2698e4cee3 100755
--- a/releng/org.eclipse.sirius.releng/publish-nightly-jiro.sh
+++ b/releng/org.eclipse.sirius.releng/publish-nightly-jiro.sh
@@ -45,7 +45,7 @@ export BUILD_TYPE_PREFIX="N"
export SSH_ACCOUNT="genie.sirius@projects-storage.eclipse.org"
# The root folder for all Sirius udpate sites
-export SIRIUS_UPDATES_ROOT="/home/data/httpd/download.eclipse.org/sirius/staging"
+export SIRIUS_UPDATES_ROOT="/home/data/httpd/download.eclipse.org/sirius/updates"
# Streams are of the form 1.0.x: only keep major and minor version number parts
export STREAM=$(echo "$VERSION" | sed -r -e 's/^([0-9]+\.[0-9]+\.).*$/\1x/')

Back to the top