Ticket #260 (closed defect: fixed)
words.IRC fails to report the right URL for builders
| Reported by: | therve | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | undecided |
| Version: | 0.7.7 | Keywords: | |
| Cc: |
Description
The result of a build is printed like this:
< buildbot> Build details are at http://buildbot.twistedmatrix.com/winxp32-py2.5-iocp/builds/54
However, the right URL for the builder is now http://domain.tld/builders/name. I think Status.getURLForThing hasn't been updated when 'builders' has been added.
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Fixed a while back
commit ac6b20dd7cf7da69fd1e86726dbdc972232f0e5f Author: warner <warner@lothar.com> Date: Wed Oct 10 13:32:16 2007 +0100 fix getURLForThing, it was out-of-date, and add tests. Closes #112.