[tor-bugs] #7723 [Tor Sysadmin Team]: block access to the git port
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Dec 14 16:04:29 UTC 2012
#7723: block access to the git port
-------------------------------+--------------------------------------------
Reporter: weasel | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor Sysadmin Team | Version:
Keywords: | Parent:
Points: | Actualpoints:
-------------------------------+--------------------------------------------
Comment(by nickm):
Here's a one-liner to migrate all of your remotes, assuming that you have
a git recent enough to support git remote set-url:
{{{
git remote -v |perl -ne 'print "git set-url $1
https://git.torproject.org/$2\n" if
(m{(\S+)\tgit://git.torproject.org(\S+)});'
}}}
It prints a bunch of git commands which you should inspect for correctness
before executing.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7723#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list