[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-bugs] #7723 [Tor Sysadmin Team]: block access to the git port



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs