Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-07-07 18:28:37 +0000
committerDavid Williams2014-07-07 18:28:37 +0000
commit147fb094894a29efee3b570111a40b14e3277ac5 (patch)
tree7da855e54fba737e66031f7cf8de1d06b2bcc0b5
parent62efea6fe47dbbaf9f6c71db8e387ee26c7dd638 (diff)
downloadeclipse.platform.releng.aggregator-147fb094894a29efee3b570111a40b14e3277ac5.tar.gz
eclipse.platform.releng.aggregator-147fb094894a29efee3b570111a40b14e3277ac5.tar.xz
eclipse.platform.releng.aggregator-147fb094894a29efee3b570111a40b14e3277ac5.zip
Bug 387066 - Remove Red X's (and the few green checkmarks) from main DL
page remove platform specific template file
-rwxr-xr-xproduction/sdk/promotion/syncDropLocation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/sdk/promotion/syncDropLocation.sh b/production/sdk/promotion/syncDropLocation.sh
index a72edc2e3..960997141 100755
--- a/production/sdk/promotion/syncDropLocation.sh
+++ b/production/sdk/promotion/syncDropLocation.sh
@@ -162,7 +162,7 @@ function sendPromoteMail ()
if [[ -n "${POM_UPDATES}" ]]
then
- message1="${message1}<p>POM Update Required (patches below can be applied on exported email, with <code>git am --scissors &lt; /path/to/patchEmail</code>): <br />\n&nbsp;&nbsp;&nbsp;${downloadURL}pom_updates/</p>\n"
+ message1="${message1}<p>POM Update Required (patches below can be applied on exported email, with <code>git am --scissors --signoff (committerId) &lt; /path/to/patchEmail</code>): <br />\n&nbsp;&nbsp;&nbsp;${downloadURL}pom_updates/</p>\n"
message1="${message1}<p><pre>\n"
for file in ${fsDocRoot}/${mainPath}/${buildId}/pom_updates/*.diff
do

Back to the top