The branch, master has been updated
via 6650dcc remove unused variables.
from 6f759d6 Fix get_tree_builds call.
http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 6650dcc42e13b58082ff2a9a26205e99a768c535
Author: Jelmer Vernooij <[email protected]>
Date: Fri Nov 19 18:34:45 2010 +0100
remove unused variables.
-----------------------------------------------------------------------
Summary of changes:
buildfarm/web/__init__.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/buildfarm/web/__init__.py b/buildfarm/web/__init__.py
index 4222da3..d1f7a74 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -580,7 +580,6 @@ class ViewRecentBuildsPage(BuildFarmPage):
def render(self, myself, tree, sort_by):
"""Draw the "recent builds" view"""
- last_host = ""
all_builds = []
cmp_funcs = {
@@ -749,7 +748,6 @@ class ViewSummaryPage(BuildFarmPage):
# set up a variable to store the broken builds table's code, so we can
# output when we want
broken_table = ""
- last_host = ""
builds = self.buildfarm.get_last_builds()
--
build.samba.org