Rev 64: Windows slave can make use of a progress bar for long operations. in file:///home/vila/buildbot/bzr/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Sep 4 10:25:22 BST 2009


At file:///home/vila/buildbot/bzr/

------------------------------------------------------------
revno: 64
revision-id: v.ladeuil+lp at free.fr-20090904092522-dgg0o7uwln9q115c
parent: v.ladeuil+lp at free.fr-20090904082740-5rrd2g2vb8j59ne6
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: bzr
timestamp: Fri 2009-09-04 11:25:22 +0200
message:
  Windows slave can make use of a progress bar for long operations.
  
  * slaves/w2003x64/Makefile: 
  (BZR_PROGRESS_BAR): Yes, you too.
-------------- next part --------------
=== modified file 'slaves/w2003x64/Makefile'
--- a/slaves/w2003x64/Makefile	2009-08-14 13:01:14 +0000
+++ b/slaves/w2003x64/Makefile	2009-09-04 09:25:22 +0000
@@ -2,6 +2,9 @@
 
 # Set the environment 
 
+# Make sure we have some output by default for long operations
+export BZR_PROGRESS_BAR=text
+
 # Default LANG, some builds may override for specific tests
 # FIXME: Is that correct for windows ? -- vila20090814
 export LANG=en_US.UTF-8



More information about the bazaar-commits mailing list