Skip to content
Snippets Groups Projects
Commit b903b42d authored by david_williams's avatar david_williams
Browse files

add pack200 to promote script

parent 8c814ff2
No related branches found
No related tags found
No related merge requests found
...@@ -80,5 +80,5 @@ $devJRE -version ...@@ -80,5 +80,5 @@ $devJRE -version
echo 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
...@@ -184,9 +184,14 @@ then ...@@ -184,9 +184,14 @@ then
fi fi
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: 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 # TODO: a fourth and fifth argument can be specified to addRepoProperties.sh to provide better stats marking.
# such as _helios_SR2, _indigo_SR0 ... but, takes some customization updated fairly often, to be accurate. # 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 ]] if [[ $addProperties ]]
then then
repoDirLocation=$FROMDIR/repository repoDirLocation=$FROMDIR/repository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment