[jhbuild] [buildbot] replace tabs
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] [buildbot] replace tabs
- Date: Thu, 9 Dec 2010 23:19:09 +0000 (UTC)
commit 6a8ff71767bc558c1f6c61c9d27cb630e21f3363
Author: Frédéric Péters <fpeters 0d be>
Date: Fri Dec 10 00:18:12 2010 +0100
[buildbot] replace tabs
jhbuild/buildbot/status/web/__init__.py | 10 +++++-----
jhbuild/buildbot/status/web/feeds.py | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/jhbuild/buildbot/status/web/__init__.py b/jhbuild/buildbot/status/web/__init__.py
index 6e63146..dcc1b0d 100644
--- a/jhbuild/buildbot/status/web/__init__.py
+++ b/jhbuild/buildbot/status/web/__init__.py
@@ -114,7 +114,7 @@ class ProjectsSummary(HtmlResource):
# have been handled
# Contents
- result = '<tbody>'
+ result = '<tbody>'
slave_results = {}
for slave in parent.slaves:
@@ -178,7 +178,7 @@ class ProjectsSummary(HtmlResource):
slave_results[slave][1] += 1
result += '</tr>\n'
- result += '</tbody>\n'
+ result += '</tbody>\n'
result += '<tfoot><tr class="totals"><td colspan="3"></td>'
thead += '<tr class="totals"><td colspan="3"></td>'
for slave in parent.slaves:
@@ -197,9 +197,9 @@ class JHBuildWebStatus(WebStatus):
def __init__(self, moduleset, modules, slaves, *args, **kwargs):
WebStatus.__init__(self, *args, **kwargs)
- self.moduleset = moduleset
- self.modules = modules
- self.slaves = slaves
+ self.moduleset = moduleset
+ self.modules = modules
+ self.slaves = slaves
# set up the per-module waterfalls
for module in self.modules:
diff --git a/jhbuild/buildbot/status/web/feeds.py b/jhbuild/buildbot/status/web/feeds.py
index d333bf4..55dd319 100644
--- a/jhbuild/buildbot/status/web/feeds.py
+++ b/jhbuild/buildbot/status/web/feeds.py
@@ -83,7 +83,7 @@ class FeedResource(XmlResource):
if lastbuild is None:
continue
-# if b.category != "prod":
+# if b.category != "prod":
# continue
lastnr = lastbuild.getNumber()
@@ -122,7 +122,7 @@ class FeedResource(XmlResource):
def body (self, request):
data = ''
- self.status = self.getStatus(request)
+ self.status = self.getStatus(request)
self.link = str(self.status.getBuildbotURL())
projectName = str(self.categories[0])
self.title = 'Build status of %s' % projectName
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]