Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-05-13 18:08:23 +0000
committerDavid Williams2016-05-13 18:08:23 +0000
commit4f594c06a15c667ab3f703c33d8afcd21f645725 (patch)
treef4baa1d74226a07437be657eb26fbbc003081fad /production/miscToolsAndNotes
parent8eb54dc6cd7c522b00dbed5e6244b66f899eb1a5 (diff)
downloadeclipse.platform.releng.aggregator-4f594c06a15c667ab3f703c33d8afcd21f645725.tar.gz
eclipse.platform.releng.aggregator-4f594c06a15c667ab3f703c33d8afcd21f645725.tar.xz
eclipse.platform.releng.aggregator-4f594c06a15c667ab3f703c33d8afcd21f645725.zip
[releng] add 4.6milestones to sanity checked list
Diffstat (limited to 'production/miscToolsAndNotes')
-rwxr-xr-xproduction/miscToolsAndNotes/checkComposites/checkComposites.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/production/miscToolsAndNotes/checkComposites/checkComposites.sh b/production/miscToolsAndNotes/checkComposites/checkComposites.sh
index 28a70f90e..c1a1e17f9 100755
--- a/production/miscToolsAndNotes/checkComposites/checkComposites.sh
+++ b/production/miscToolsAndNotes/checkComposites/checkComposites.sh
@@ -28,11 +28,12 @@ repoList="\
/eclipse/updates/4.6-P-builds/ \
/eclipse/updates/4.6-N-builds/ \
/eclipse/updates/4.6-I-builds/ \
+/eclipse/updates/4.6milestones/ \
/eclipse/updates/4.5/ \
"
-# WORKSPACE will be defined in Hudson. For conventience of local, remote, testing we will make several
+# WORKSPACE will be defined in Hudson. For convenience of local, remote, testing we will make several
# assumptions if it is not defined.
if [[ -z "${WORKSPACE}" ]]
then

Back to the top