Re: [gentoo-portage-dev] [PATCH] repoman: Add a check for relative dosym candidates

2017-04-15 Thread Michał Górny
On sob, 2017-04-15 at 10:11 -0700, Zac Medico wrote: > On Sat, Apr 15, 2017 at 4:04 AM, Michał Górny wrote: > > diff --git a/repoman/pym/repoman/modules/scan/ebuild/checks.py > > b/repoman/pym/repoman/modules/scan/ebuild/checks.py > > index 57c8b10a5..e6e5d78ba 100644 > > ---

Re: [gentoo-portage-dev] [PATCH] repoman: Add a check for relative dosym candidates

2017-04-15 Thread Brian Dolbec
On Sat, 15 Apr 2017 13:04:56 +0200 Michał Górny wrote: > Add a check for dosym with target path matching absolute paths > controlled by the package manager, e.g. /bin, /etc... > > Example output: > > ebuild.absdosym 5 >app-editors/nano/nano-2.5.3.ebuild:

[gentoo-portage-dev] [PATCH] repoman: Add a check for relative dosym candidates

2017-04-15 Thread Michał Górny
Add a check for dosym with target path matching absolute paths controlled by the package manager, e.g. /bin, /etc... Example output: ebuild.absdosym 5 app-editors/nano/nano-2.5.3.ebuild: dosym '/bin/nano'... could use relative path on line: 81 --- repoman/man/repoman.1