Rev 70: Keep the windows slave up-to-date. in file:///home/vila/buildbot/bzr/

Vincent Ladeuil v.ladeuil+lp at free.fr
Sat Sep 12 09:59:13 BST 2009


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

------------------------------------------------------------
revno: 70
revision-id: v.ladeuil+lp at free.fr-20090912085913-9nmi28d6jixp3z09
parent: v.ladeuil+lp at free.fr-20090912085600-1mnvu21fjc38blh8
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: bzr
timestamp: Sat 2009-09-12 10:59:13 +0200
message:
  Keep the windows slave up-to-date.
  
  * slaves/w2003x64/Makefile:
  (BZR_PLUGIN_PATH): Windows has a specific syntax for PATHs.
-------------- next part --------------
=== modified file 'slaves/w2003x64/Makefile'
--- a/slaves/w2003x64/Makefile	2009-09-04 09:25:22 +0000
+++ b/slaves/w2003x64/Makefile	2009-09-12 08:59:13 +0000
@@ -1,13 +1,9 @@
 # -*- makefile -*-
 
-# 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
+include ../slave.mk
+
+# We want to keep the core plugins only (with windows syntax)
+BZR_PLUGIN_PATH='-user;-site'
 
 # Some parts are suspicious below and should be removed if
 # possible (inno setup, pyqt for example)



More information about the bazaar-commits mailing list