~ubuntu-branches/ubuntu/trusty/buildbot/trusty-proposed

« back to all changes in this revision

Viewing changes to buildbot/status/web/logs.py

  • Committer: Package Import Robot
  • Author(s): Andriy Senkovych
  • Date: 2013-10-10 13:22:47 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20131010132247-m622rpa3yemt62te
Tags: 0.8.8-1
* New upstream release
* Remove text-client.patch (applied upstream)
* Add bash-completion. Thanks to Elmir Jagudin
* debian/control: add Vcs-* fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        self._setContentType(req)
103
103
        self.req = req
104
104
 
105
 
        if (self.original.isFinished()):
 
105
        if self.original.isFinished():
106
106
            req.setHeader("Cache-Control", "max-age=604800")
107
107
        else:
108
108
            req.setHeader("Cache-Control", "no-cache")