3 things people must do before sending their log files to the mailing list

This commit is contained in:
Hieu Hoang 2013-09-23 00:46:46 +02:00
parent b920d6daad
commit 641be9a3a1

View File

@ -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" ;
}