[Bug 254971] net/gitup: ignored paths aren't ignored
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 11 06:27:08 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254971
Bug ID: 254971
Summary: net/gitup: ignored paths aren't ignored
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: eduardo at FreeBSD.org
Reporter: peterj at FreeBSD.org
Assignee: eduardo at FreeBSD.org
Flags: maintainer-feedback?(eduardo at FreeBSD.org)
Attachment #224009 text/plain
mime type:
Created attachment 224009
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224009&action=edit
Patch to make gitup ignore paths marked ignore.
gitup currently does a complete walk of the specified target directory,
including any paths marked as "ignore". In the case of (eg) ports, this means
that the packages and distfiles directories will be unnecessarily scanned and
hashed.
On my system that amounts to spending 4 hours hashing 100GB of data.
The attached patch skips ignored paths at all stages.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list