Re: [pacman-dev] [PATCH] pacman: new config to highlight testing packages

2019-10-06 Thread Allan McRae
On 10/9/19 8:42 pm, Jan Alexander Steffens wrote: > On Tue, Sep 10, 2019, 12:17 Morten Linderud wrote: > >> If you turn it around and add a list instead? >> >> HilightRepositories = testing community-testing >> > > You could give each [repo] a Color= setting. > An option per repo would be

Re: [pacman-dev] [PATCH] pacman: new config to highlight testing packages

2019-09-10 Thread Matthew Sexton
On Tuesday, September 10, 2019 6:42:01 AM EDT Jan Alexander Steffens wrote: > On Tue, Sep 10, 2019, 12:17 Morten Linderud wrote: > > If you turn it around and add a list instead? > > > > HilightRepositories = testing community-testing > > You could give each [repo] a Color= setting. That seems

Re: [pacman-dev] [PATCH] pacman: new config to highlight testing packages

2019-09-10 Thread Jan Alexander Steffens
On Tue, Sep 10, 2019, 12:17 Morten Linderud wrote: > If you turn it around and add a list instead? > > HilightRepositories = testing community-testing > You could give each [repo] a Color= setting. >

Re: [pacman-dev] [PATCH] pacman: new config to highlight testing packages

2019-09-10 Thread Morten Linderud
On Tue, Sep 10, 2019 at 06:04:54AM -0400, Matthew Sexton wrote: > On Tuesday, September 10, 2019 5:57:19 AM EDT Morgan Adamiec wrote: > > Pacman is a general Linux package manager and not specific to Arch > > Linux. testing and community-testing are specific to Arch Linux. > > I struggled with

Re: [pacman-dev] [PATCH] pacman: new config to highlight testing packages

2019-09-10 Thread Matthew Sexton
On Tuesday, September 10, 2019 5:57:19 AM EDT Morgan Adamiec wrote: > Pacman is a general Linux package manager and not specific to Arch > Linux. testing and community-testing are specific to Arch Linux. I struggled with whether to share this patch or not, because my motivation was pure

Re: [pacman-dev] [PATCH] pacman: new config to highlight testing packages

2019-09-10 Thread Morgan Adamiec
On Tue, 10 Sep 2019 at 10:54, Matthew Sexton wrote: > > Only during Install/Upgrade, and not to verbosepkglist > > Signed-off-by: Matthew Sexton > --- > src/pacman/conf.c| 2 ++ > src/pacman/conf.h| 2 ++ > src/pacman/pacman-conf.c | 1 + > src/pacman/util.c| 20

[pacman-dev] [PATCH] pacman: new config to highlight testing packages

2019-09-10 Thread Matthew Sexton
Only during Install/Upgrade, and not to verbosepkglist Signed-off-by: Matthew Sexton --- src/pacman/conf.c| 2 ++ src/pacman/conf.h| 2 ++ src/pacman/pacman-conf.c | 1 + src/pacman/util.c| 20 4 files changed, 21 insertions(+), 4 deletions(-)