From b903b42d7576dc6ba3bff232bb99073c4fce3651 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Tue, 15 Feb 2011 06:12:50 +0000
Subject: [PATCH] add pack200 to promote script

---
 releng.control/addRepoProperties.sh | 2 +-
 releng.control/promote.sh           | 9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/releng.control/addRepoProperties.sh b/releng.control/addRepoProperties.sh
index 42c08dea9..f2a2fe81c 100644
--- a/releng.control/addRepoProperties.sh
+++ b/releng.control/addRepoProperties.sh
@@ -80,5 +80,5 @@ $devJRE -version
 echo
 
 
-${ECLIPSE_EXE}  -debug -nosplash -consolelog -console -data $devworkspace --launcher.suppressErrors -application ${APP_NAME} ${OTHER_ARGS} -vm $devJRE -vmargs $devArgs
+${ECLIPSE_EXE} -nosplash -console -data $devworkspace --launcher.suppressErrors -application ${APP_NAME} ${OTHER_ARGS} -vm $devJRE -vmargs $devArgs
 
diff --git a/releng.control/promote.sh b/releng.control/promote.sh
index a1fe8ddaa..e62d4fc49 100755
--- a/releng.control/promote.sh
+++ b/releng.control/promote.sh
@@ -184,9 +184,14 @@ then
        fi 
 fi 
 
+# Remember, add properties should be called after process artifacts. 
 # TODO: we currently do not add properties to tests repo ... maybe should? for mirror URL, at least. 
-# TODO: a fourth argument can be specified to provide stats suffix 
-# such as _helios_SR2, _indigo_SR0 ... but, takes some customization updated fairly often, to be accurate. 
+# TODO: a fourth and fifth argument can be specified to addRepoProperties.sh to provide better stats marking. 
+# A version indicator that becomes part of URI, such as /helios, /indigo, etc, and
+# a suffix, to signify releases, such as  
+# such as _helios_SR2, _indigo_SR0 ... but, these will take some customization, and remember to update them fairly often, to be accurate.
+# And, we do not particularly use anyway. 
+# Also, the addProperties app has some ability to add name property (but not in our releng repo yet). 
 if [[ $addProperties ]] 
 then 
    repoDirLocation=$FROMDIR/repository
-- 
GitLab