#290 closed enhancement (fixed)
portindex port_traverse dives into unnecessary directories
Reported by: | jpm@… | Owned by: | kvv@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | base | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
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)
Change History (3)
Changed 22 years ago by jpm@…
Attachment: | portindex.tcl.diff added |
---|
comment:1 Changed 22 years ago by jpm@…
Priority: | expected → important |
---|---|
severity: | normal → enhancement |
Note: See
TracTickets for help on using
tickets.
diff to add more directories to avoid