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:
authorKenneth Heafield <github@kheafield.com>2014-03-11 22:35:38 +0400
committerKenneth Heafield <github@kheafield.com>2014-03-11 22:35:38 +0400
commitd6df82514b76ea3048bd08ced5a7388445c4a238 (patch)
tree372c50eea2a2b481a0a132ade52a3fadb5032c04 /jam-files/sanity.jam
parent8ae4d153c89f11e422efd9effa5f422ff141c3c7 (diff)
I like gzip
Diffstat (limited to 'jam-files/sanity.jam')
-rw-r--r--jam-files/sanity.jam6
1 files changed, 3 insertions, 3 deletions
diff --git a/jam-files/sanity.jam b/jam-files/sanity.jam
index 61362c66b..79fd0ce1c 100644
--- a/jam-files/sanity.jam
+++ b/jam-files/sanity.jam
@@ -288,11 +288,11 @@ rule failure-message ( ok ? ) {
echo "If you need support, attach the full output to your e-mail." ;
} else {
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 " $(args) --debug-configuration -d2 |gzip >build.log.gz" ;
+ echo "then attach build.log.gz to your e-mail." ;
echo "You MUST do 3 things before sending to the mailing list:" ;
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 " 2. Attach build.log.gz to your e-mail" ;
echo " 3. Say what is the EXACT command you executed when you got the error" ;
}
echo "ERROR" ;