Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2013-09-23 02:35:19 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-23 02:35:19 +0400
commitb920d6daadad0953424f0f1b0be6211ab6a9dc0f (patch)
tree7209ac51eda2b238049e2a1e882a6c702551f8f0 /jam-files/sanity.jam
parent55874b34fba0626120e73475d8b8d17a7ccd14f8 (diff)
3 things people must do before sending their log files to the mailing list
Diffstat (limited to 'jam-files/sanity.jam')
-rw-r--r--jam-files/sanity.jam4
1 files changed, 4 insertions, 0 deletions
diff --git a/jam-files/sanity.jam b/jam-files/sanity.jam
index a9abac9d4..0509af2b3 100644
--- a/jam-files/sanity.jam
+++ b/jam-files/sanity.jam
@@ -290,6 +290,10 @@ rule failure-message ( ok ? ) {
echo "The build failed. If you need support, run:" ;
echo " $(args) --debug-configuration -d2 >build.log" ;
echo "then attach build.log to your e-mail." ;
+ echo "You MUST do 3 things before sending to the mailing list:" ;
+ echo " 1. Register at http://mailman.mit.edu/mailman/listinfo/moses-support" ;
+ echo " 2. Zip up your build.log file before attaching it to the email" ;
+ echo " 3. Say what is the EXACT command you executed when you got the error" ;
}
echo "ERROR" ;
} else {