Closed (cannot reproduce)
Project:
Drupal.org infrastructure
Component:
Git
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2013 at 06:18 UTC
Updated:
27 Mar 2015 at 18:12 UTC
Jump to comment: Most recent
In order to test git protocol, we need to have git port(9418) open on git7site.
BTW, for some reason git-daemon was not installed there.
halstead helped me to figure out this.
Comments
Comment #1
halstead commentedOpening port 9418 could be added to /etc/firewall.d/49git or put in its own 55gitdaemon file.
We also might want to change /etc/xinetd.d/git-daemon to contain the correct IP address for git7site.
Comment #2
drummI committed a fix for /etc/xinetd.d/git-daemon to Puppet. The file now follows the select-by-fqdn pattern.
Comment #3
drumm