Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2021 06:27:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254971] net/gitup: ignored paths aren't ignored
Message-ID:  <bug-254971-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254971

            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@FreeBSD.org
          Reporter: peterj@FreeBSD.org
          Assignee: eduardo@FreeBSD.org
             Flags: maintainer-feedback?(eduardo@FreeBSD.org)
 Attachment #224009 text/plain
         mime type:

Created attachment 224009
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D224009&action=
=3Dedit
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 me=
ans
that the packages and distfiles directories will be unnecessarily scanned a=
nd
hashed.

On my system that amounts to spending 4 hours hashing 100GB of data.

The attached patch skips ignored paths at all stages.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254971-7788>