Changeset 80191
- Timestamp:
- 07/06/11 08:37:47 (4 years ago)
- File:
-
- 1 edited
-
contrib/buildbot/master.cfg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contrib/buildbot/master.cfg
r80190 r80191 202 202 cancelPendingBuild = False, 203 203 ) 204 c['status'].append(html.WebStatus(http_port=80, authz=authz_cfg))205 204 206 205 ####### PROJECT IDENTITY … … 213 212 c['titleURL'] = "http://www.macports.org/" 214 213 215 # the 'buildbotURL' string should point to the location where the buildbot's 216 # internal web server (usually the html.WebStatus page) is visible. This 217 # typically uses the port number set in the Waterfall 'status' entry, but 218 # with an externally-visible host name which the buildbot cannot figure out 219 # without some help. 220 221 c['buildbotURL'] = "http://build.macports.org/" 214 if production: 215 c['buildbotURL'] = "http://build.macports.org/" 216 c['status'].append(html.WebStatus(http_port=80, authz=authz_cfg)) 217 else: 218 c['buildbotURL'] = "http://localhost:8010/" 219 c['status'].append(html.WebStatus(http_port=8010, authz=authz_cfg)) 222 220 223 221 ####### DB URL
Note: See TracChangeset
for help on using the changeset viewer.

