Rev 72: Real fix for BZR_PLUGIN_PATH. in file:///home/vila/buildbot/bzr/

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


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

------------------------------------------------------------
revno: 72
revision-id: v.ladeuil+lp at free.fr-20090912122328-kh4bpsax8kyllyt6
parent: v.ladeuil+lp at free.fr-20090912100720-2a5cvftwycfwl226
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: bzr
timestamp: Sat 2009-09-12 14:23:28 +0200
message:
  Real fix for BZR_PLUGIN_PATH.
  
  * slaves/slave.mk: 
  Really fix env var syntax.
  
  * master/master.cfg:
  (BzrRemoveExtensions): Fix description string.
-------------- next part --------------
=== modified file 'master/master.cfg'
--- a/master/master.cfg	2009-09-12 08:56:00 +0000
+++ b/master/master.cfg	2009-09-12 12:23:28 +0000
@@ -133,7 +133,7 @@
     name = 'Extensions cleanup'
     haltOnFailure = 1
     description = ['removing C extensions']
-    descriptionDone = ['C extensions']
+    descriptionDone = ['C extensions removed']
     command = ['make', 'clean']
 
 

=== modified file 'slaves/slave.mk'
--- a/slaves/slave.mk	2009-09-12 10:07:20 +0000
+++ b/slaves/slave.mk	2009-09-12 12:23:28 +0000
@@ -7,7 +7,7 @@
 export BZR_PROGRESS_BAR=text
 
 # We want to keep the core plugins only
-export BZR_PLUGIN_PATH='-user:-site'
+export BZR_PLUGIN_PATH=-site
 
 # Default LANG, some builds may override for specific tests
 export LANG=en_US.UTF-8



More information about the bazaar-commits mailing list