[tor-bugs] #8416 [Pluggable transport]: Programmatize PT bundle building

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Apr 7 09:22:01 UTC 2013


#8416: Programmatize PT bundle building
------------------------------------+---------------------------------------
    Reporter:  dcf                  |       Owner:  dcf       
        Type:  defect               |      Status:  reopened  
    Priority:  normal               |   Milestone:            
   Component:  Pluggable transport  |     Version:            
  Resolution:                       |    Keywords:  flashproxy
      Parent:                       |      Points:            
Actualpoints:                       |  
------------------------------------+---------------------------------------
Changes (by weasel):

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 Good work!

 A couple comments/wishlist items:
  * You probably shouldn't rely on gpg's exit codes, ever.  gpgv is there
 if you really need this, else maybe grep gpg's --status-fd output.
  * It'd be nice if there was a means to tell the makefile to never ever
 download stuff.
  * find | xargs constructs probably want -print0 | xargs -0, or you use
 -exec rm {} \+
  * Can you make the installed location of pyptlib configurable?  Right now
 building the bundle would require root.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8416#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list