Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-07-07 06:41:28 +0000
committerDavid Williams2014-07-07 06:41:28 +0000
commite08dc8bb92761ffdcc8a637a880ffd801b2c5e1a (patch)
tree718973d008813954735fe3eb967518b2e5e51a6b
parent7598a9655f3ac389dbde5df9d7ad1f5d1dc16ba6 (diff)
downloadeclipse.platform.releng.aggregator-e08dc8bb92761ffdcc8a637a880ffd801b2c5e1a.tar.gz
eclipse.platform.releng.aggregator-e08dc8bb92761ffdcc8a637a880ffd801b2c5e1a.tar.xz
eclipse.platform.releng.aggregator-e08dc8bb92761ffdcc8a637a880ffd801b2c5e1a.zip
Bug 387066 - Remove Red X's (and the few green checkmarks) from main DL
page Add comparator log to mail message.
-rwxr-xr-xproduction/sdk/promotion/syncDropLocation.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/production/sdk/promotion/syncDropLocation.sh b/production/sdk/promotion/syncDropLocation.sh
index f3d551fba..e6c8b3218 100755
--- a/production/sdk/promotion/syncDropLocation.sh
+++ b/production/sdk/promotion/syncDropLocation.sh
@@ -171,7 +171,9 @@ function sendPromoteMail ()
# but we'll check just to be sure.
if [[ -e $file ]]
then
- message1="$message1 $( cat $file)"
+ # add scissors line ... for each "repo patch"? so extra info is not added to comment
+ message1="$message1 \n-- >8 --\n
+ message1="$message1 $(cat $file)"
fi
done
message1="$message1 \n</pre></p>"

Back to the top