[SCM] build.samba.org - branch master updated

Jelmer Vernooij jelmer at samba.org
Tue Dec 14 00:46:47 MST 2010


The branch, master has been updated
       via  6bb8d56 Add assert message.
      from  9d3f47c Cope with negative failure numbers.

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6bb8d56672cb3ff20cff3758fa47e86089f86319
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Dec 14 08:46:07 2010 +0100

    Add assert message.

-----------------------------------------------------------------------

Summary of changes:
 buildfarm/build.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildfarm/build.py b/buildfarm/build.py
index 7c371b1..28ff6d9 100644
--- a/buildfarm/build.py
+++ b/buildfarm/build.py
@@ -132,7 +132,7 @@ class BuildStatus(object):
             return True
         for ((old_name, old_result), (new_name, new_result)) in zip(
             older.stages, self.stages):
-            assert old_name == new_name
+            assert old_name == new_name, "build stage name mismatch: %s != %s" % (old_name, new_name)
             if new_result == old_result:
                 continue
             if new_result < 0 and old_result >= 0:


-- 
build.samba.org


More information about the samba-cvs mailing list