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:46:46 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-23 02:46:46 +0400
commit641be9a3a14eeb3a9cca9dcbea130721c68d29e9 (patch)
tree0f124adecc9af385c52dc11a30c7b438a2393d27 /jam-files/sanity.jam
parentb920d6daadad0953424f0f1b0be6211ab6a9dc0f (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.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/jam-files/sanity.jam b/jam-files/sanity.jam
index 0509af2b3..61362c66b 100644
--- a/jam-files/sanity.jam
+++ b/jam-files/sanity.jam
@@ -291,7 +291,7 @@ rule failure-message ( ok ? ) {
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 " 1. Subscribe to the mailing list 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" ;
}