Re: [pacman-dev] [PATCH v2] makepkg: print filenames and line numbers of references to $srcdir & $pkgdir in built package

2016-10-15 Thread Allan McRae
On 15/10/16 12:27, Ivy Foster wrote: > On 14 Oct 2016, at 10:07 pm -0400, Andrew Gregory wrote: >> We're not very strict about this, but please try to keep the first >> line of the commit message fairly short, ideally around 50 characters. > > Noted, thanks. > >> On 10/14/16 at 08:21pm, ivy.fos..

Re: [pacman-dev] [PATCH v2] makepkg: print filenames and line numbers of references to $srcdir & $pkgdir in built package

2016-10-15 Thread Ivy Foster
On 15 Oct 2016, at 6:52 pm +1000, Allan McRae wrote: > On 15/10/16 12:27, Ivy Foster wrote: > > On 14 Oct 2016, at 10:07 pm -0400, Andrew Gregory wrote: > >> On 10/14/16 at 08:21pm, ivy.fos...@gmail.com wrote: > >>> From: Ivy Foster > > > +mapfile -t refs < <(find "$pkgdir" -type

[pacman-dev] [PATCH v3] makepkg: print files with refs to $srcdir/$pkgdir

2016-10-15 Thread ivy . foster
From: Ivy Foster Since rewriting build_references() anyway, tweaked quoting. Implements FS#31558. Signed-off-by: Ivy Foster --- scripts/libmakepkg/lint_package/build_references.sh.in | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/scripts/libmakepkg/lint_pa