[pacman-dev] [PATCH 0/2] [WIP] Fix du filesize computation

Santiago Torres santiago at archlinux.org
Fri Mar 8 02:36:57 UTC 2019


This patchset is a WIP that tries to address FS#61717[1].

This is my first patch for pacman, so I may be missing a couple of the
heuristics of proper pacman develoment. Namely, I'm worried about the
use of xargs (I went down this road because I wanted to have the minimal
set of changes). I'm not sure what're the heuristics for what I can
assume (e.g., can findutils be assumed to exist?).

As a followup of this, I removed the configure.ac stuff related to
DUPATH and DUFLAGS. I'm not sure if we'd want to add XARGSPATH or so. I
opted to not do that just yet.

Thanks,
-Santiago.

[1] https://bugs.archlinux.org/task/61717

Santiago Torres (2):
  Make makepkg compute sizes properly
  configure.ac: drop DU* config

 configure.ac          | 10 ----------
 scripts/makepkg.sh.in |  3 +--
 2 files changed, 1 insertion(+), 12 deletions(-)

--
2.21.0


More information about the pacman-dev mailing list