Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-03-28 13:03:35 +0000
committerDavid Williams2014-03-28 13:03:35 +0000
commit554b2531b9b2c7434c31e582778dba1c454127da (patch)
treec4063b1c98c1ffb25dbd86ad864c2ad42d2added /production/master-build.sh
parent04a59d99b602ac4e8790d942db4738249b652f05 (diff)
downloadeclipse.platform.releng.aggregator-554b2531b9b2c7434c31e582778dba1c454127da.tar.gz
eclipse.platform.releng.aggregator-554b2531b9b2c7434c31e582778dba1c454127da.tar.xz
eclipse.platform.releng.aggregator-554b2531b9b2c7434c31e582778dba1c454127da.zip
Bug 431470 - Equinox nightly builds are not being published properly
Diffstat (limited to 'production/master-build.sh')
-rw-r--r--production/master-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/master-build.sh b/production/master-build.sh
index f72b6f1bb..1d39ac15f 100644
--- a/production/master-build.sh
+++ b/production/master-build.sh
@@ -390,12 +390,12 @@ else
echo "No repo published, since BUILD_FAILED"
fi
-#For now, only "publish equinox and promote" if I or M build, skip if P, X, or Y
+#For now, only "publish equinox and promote" if N, I or M build, skip if P, X, or Y
# TODO: probably never need to promote equinox, for patch build?
# TODO: Unclear how/when to send mailing list notification for patch builds.
-if [[ $BUILD_TYPE =~ [IM] ]]
+if [[ $BUILD_TYPE =~ [NIM] ]]
then
# We don't promote equinox if there was a build failure, and we should not even try to

Back to the top