Opened 21 years ago

Closed 21 years ago

Last modified 19 years ago

#292 closed enhancement (fixed)

portall port_traverse dives into unnecessary directories

Reported by: jpm@… Owned by: kvv@…
Priority: High Milestone:
Component: base Version: 1.0
Keywords: Cc:
Port:

Description

same problem descrption as: <http://opendarwin.org/bugzilla/show_bug.cgi?id=290>

port_traverse currently dives into any and all directories other than "." and "..". this is an issue after building several ports since the port work directories can be extremely large and heavily populated. portindex then takes significantly longer to scour these directories.

the attached diff adds the directories named "CVS", "files" and "work" to the list of directories to not dive into.

Attachments (1)

portall.tcl.diff (1.2 KB) - added by jpm@… 21 years ago.
diff adds directory heuristics

Download all attachments as: .zip

Change History (2)

Changed 21 years ago by jpm@…

Attachment: portall.tcl.diff added

diff adds directory heuristics

comment:1 Changed 21 years ago by landonf@…

Resolution: fixed
Status: newclosed

Committed

Note: See TracTickets for help on using tickets.