Rev 62: Use --2a repositories for tests builds. in file:///home/vila/buildbot/bzr/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Aug 31 13:24:21 BST 2009


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

------------------------------------------------------------
revno: 62
revision-id: v.ladeuil+lp at free.fr-20090831122420-c75z8dgacuptszhq
parent: v.ladeuil+lp at free.fr-20090824140059-yxxusjjpz1ztvfam
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: bzr
timestamp: Mon 2009-08-31 14:24:20 +0200
message:
  Use --2a repositories for tests builds.
-------------- next part --------------
=== modified file 'README'
--- a/README	2009-08-17 13:08:20 +0000
+++ b/README	2009-08-31 12:24:20 +0000
@@ -177,11 +177,11 @@
   format used by bzr trunk, and that this shared repo can't be
   used by plugins using a different format.
 
-    bzr init-repo --1.9 slaves/w2003x64/installers
+    bzr init-repo --2a slaves/w2003x64/installers
 
   When using specific branches, it's good to have a shared repo
   because it avoids downloading the whole history again when the
   working is purged, clearing the branch (this apply to all
   slaves).
 
-    bzr init-repo --1.9 slaves/w2003x64/tests
+    bzr init-repo --2a slaves/w2003x64/tests

=== modified file 'TODO'
--- a/TODO	2009-08-13 12:51:56 +0000
+++ b/TODO	2009-08-31 12:24:20 +0000
@@ -9,7 +9,6 @@
   More or less supported in buildbot, needs testing.
 
 * add more slaves
-  karmic
   xBSD
   redhat/centos/fedora
   gentoo
@@ -20,9 +19,6 @@
 
 * throw everything and start again from scratch with hudson
 
-* run make check for the test suite so that pqm don't have to and
-   can be made faster
-
 * make pqm depends on buildbot once we have an official master
    and enough slaves
 

=== modified file 'slaves/hardy/Makefile'
--- a/slaves/hardy/Makefile	2009-08-14 13:01:14 +0000
+++ b/slaves/hardy/Makefile	2009-08-31 12:24:20 +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
 export LANG=en_US.UTF-8
 

=== modified file 'slaves/jaunty/Makefile'
--- a/slaves/jaunty/Makefile	2009-08-14 13:01:14 +0000
+++ b/slaves/jaunty/Makefile	2009-08-31 12:24:20 +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
 export LANG=en_US.UTF-8
 

=== modified file 'slaves/karmic/Makefile'
--- a/slaves/karmic/Makefile	2009-08-14 13:01:14 +0000
+++ b/slaves/karmic/Makefile	2009-08-31 12:24:20 +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
 export LANG=en_US.UTF-8
 

=== modified file 'slaves/leopard/Makefile'
--- a/slaves/leopard/Makefile	2009-08-14 13:01:14 +0000
+++ b/slaves/leopard/Makefile	2009-08-31 12:24:20 +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
 export LANG=en_US.UTF-8
 

=== modified file 'slaves/tiger/Makefile'
--- a/slaves/tiger/Makefile	2009-08-14 13:01:14 +0000
+++ b/slaves/tiger/Makefile	2009-08-31 12:24:20 +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
 export LANG=en_US.UTF-8
 



More information about the bazaar-commits mailing list