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

Jelmer Vernooij jelmer at samba.org
Tue Nov 9 22:58:01 MST 2010


The branch, master has been updated
       via  6b3372f Remove unused variable.
      from  9b5d8e0 Cope with intermediate errors.

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


- Log -----------------------------------------------------------------
commit 6b3372f19295976d6293e74475a07e095977a003
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Nov 10 06:58:47 2010 +0100

    Remove unused variable.

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

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


Changeset truncated at 500 lines:

diff --git a/buildfarm/data.py b/buildfarm/data.py
index 8b73ee9..2d03f2c 100644
--- a/buildfarm/data.py
+++ b/buildfarm/data.py
@@ -130,7 +130,6 @@ def build_status_from_logs(log, err):
         if "No space left on device" in l:
             ret.other_failures.add("disk full")
 
-    stage_results = dict(stages)
     def map_stage(name, result):
         if name != "TEST":
             return (name, result)


-- 
build.samba.org


More information about the samba-cvs mailing list