Opened 9 years ago
Closed 9 years ago
#49906 closed enhancement (invalid)
open port 8000 on buildbot builders for mercurial / hg cloning
Reported by: | dbevans (David B. Evans) | Owned by: | admin@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | server/hosting | Version: | |
Keywords: | Cc: | ||
Port: | blitz-devel |
Description
Attempts to build blitz-devel on the buildbots fail during fetch from the mercurial repository. Fetches on my local machine are successful. Mercurial uses port 8000. Is this blocked?
See log at https://build.macports.org/builders/buildports-mavericks-x86_64/builds/15083/steps/compile/logs/stdio/text.
Change History (5)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from ryandesign@… to admin@… |
---|---|
Port: | blitz-devel removed |
Summary: | blitz-devel: mercurial fetch fails on all buildbots → open port 8000 on buildbot builders for mercurial / hg cloning |
Type: | defect → enhancement |
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Actually blitz-devel is the only port I see that fetches on port 8000.
comment:3 Changed 9 years ago by dstrubbe (David Strubbe)
Port: | blitz-devel added |
---|
comment:4 Changed 9 years ago by seanfarley (Sean Farley)
No, port 8000 is not the default for Mercurial. In fact, you can drop that port number entirely since sourceforge actually runs on port 80 and redirects.
comment:5 Changed 9 years ago by dbevans (David B. Evans)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
According to our documentation, the buildbot builders only have ports 80 (http), 443 (https), 3690 (svn) and 9418 (git) open. It looks like we should open 8000 as well because that's apparently the default for mercurial.