Re: [arch-projects] [devtools] uses MAKEFLAGS (+others) from /etc/makepkg.conf not /usr/share/devtools/

2019-02-07 Thread Eli Schwartz via arch-projects
On 2/7/19 8:00 PM, james harvey via arch-projects wrote: > I guess I'm abusing devtools a bit, as a few others are. I use > devtools to build modified official packages when necessary, and to > build AUR packages even if they depend on other AUR packages. I add a > local repository to

Re: [arch-projects] [devtools] uses MAKEFLAGS (+others) from /etc/makepkg.conf not /usr/share/devtools/

2019-02-07 Thread james harvey via arch-projects
On Thu, Feb 7, 2019 at 8:14 AM Bruno Pagani wrote: > Le 07/02/2019 à 12:14, james harvey via arch-projects a écrit : > > I got extremely confused when I accidentally found out that the > > MAKEFLAGS that is needed to be set for parallel building using > > devtools is the one in

Re: [arch-projects] [devtools] uses MAKEFLAGS (+others) from /etc/makepkg.conf not /usr/share/devtools/

2019-02-07 Thread james harvey via arch-projects
On Thu, Feb 7, 2019 at 12:15 PM Eli Schwartz via arch-projects wrote: > On 2/7/19 6:14 AM, james harvey via arch-projects wrote: > > I got extremely confused when I accidentally found out that the > > MAKEFLAGS that is needed to be set for parallel building using > > devtools is the one in

Re: [arch-projects] [devtools] conf files could be closer to pacman's

2019-02-07 Thread Eli Schwartz via arch-projects
On 2/7/19 6:17 AM, james harvey via arch-projects wrote: > It could be worth a developer diff'ing: > * pacman::makepkg.conf and devtools::makepkg-x86_64.conf > * pacman::pacman.conf and devtools::pacman*.conf > > When trying to figure out my /etc/ vs /usr/share/devtools/ confusion > with

Re: [arch-projects] [devtools] uses MAKEFLAGS (+others) from /etc/makepkg.conf not /usr/share/devtools/

2019-02-07 Thread Eli Schwartz via arch-projects
On 2/7/19 6:14 AM, james harvey via arch-projects wrote: > I got extremely confused when I accidentally found out that the > MAKEFLAGS that is needed to be set for parallel building using > devtools is the one in "/etc/makepkg.conf", instead of one like > "/usr/share/devtools/makepkg-x86_64.conf".

[arch-projects] [netctl][PATCH] Move away from using wpa_actiond

2019-02-07 Thread Jouke Witteveen via arch-projects
The same functionality is provided by wpa_supplicant, so we do not need an extra and Arch Linux specific dependency. --- README | 4 ++-- contrib/PKGBUILD.in | 1 - src/lib/auto.action | 31 ++- src/netctl-auto | 30 +- 4

[arch-projects] [netctl][PATCH] Do not allow the kernel to try and be smarter than us

2019-02-07 Thread Jouke Witteveen via arch-projects
When accept_ra is set to 1, router advertisements are still ignored if the interface is in forwarding mode. For such configurations, the interface should have a static configuration and netctl already sets accept_ra to 0. Setting it to 2 otherwise forces the kernel to accept router advertisements

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.19-1-gea9ccfd

2019-02-07 Thread Jouke Witteveen via arch-projects
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Network control utility based on systemd". The branch, master has been updated via ea9ccfd2e249880c9b09553c3963a9b3d735faca

Re: [arch-projects] [devtools] uses MAKEFLAGS (+others) from /etc/makepkg.conf not /usr/share/devtools/

2019-02-07 Thread Bruno Pagani via arch-projects
Hi, Le 07/02/2019 à 12:14, james harvey via arch-projects a écrit : > I got extremely confused when I accidentally found out that the > MAKEFLAGS that is needed to be set for parallel building using > devtools is the one in "/etc/makepkg.conf", instead of one like >

Re: [arch-projects] [devtools] conf files could be closer to pacman's

2019-02-07 Thread Levente Polyak via arch-projects
On February 7, 2019 12:17:01 PM GMT+01:00, james harvey via arch-projects wrote: >It could be worth a developer diff'ing: >* pacman::makepkg.conf and devtools::makepkg-x86_64.conf >* pacman::pacman.conf and devtools::pacman*.conf > >When trying to figure out my /etc/ vs /usr/share/devtools/

[arch-projects] [devtools] conf files could be closer to pacman's

2019-02-07 Thread james harvey via arch-projects
It could be worth a developer diff'ing: * pacman::makepkg.conf and devtools::makepkg-x86_64.conf * pacman::pacman.conf and devtools::pacman*.conf When trying to figure out my /etc/ vs /usr/share/devtools/ confusion with MAKEFLAGS, I saw these differ in more areas than I would have expected. I

[arch-projects] [devtools] uses MAKEFLAGS (+others) from /etc/makepkg.conf not /usr/share/devtools/

2019-02-07 Thread james harvey via arch-projects
I got extremely confused when I accidentally found out that the MAKEFLAGS that is needed to be set for parallel building using devtools is the one in "/etc/makepkg.conf", instead of one like "/usr/share/devtools/makepkg-x86_64.conf". Turns out this is because "makechrootpkg"::20180531-4::638 is: