Re: [arch-projects] [devtools] [PATCH 1/2] makechrootpkg: specify makepkg.conf with -M

2016-07-20 Thread Jan Alexander Steffens via arch-projects
On Wed, Jul 20, 2016 at 1:07 PM Alad Wenter wrote: > Johannes Löthberg via arch-projects wrote: > > On 19/07, Alad Wenter wrote: > >> PKGDEST and other variables can be set in /etc/makepkg.conf and local > >> correspondents in $HOME, with the file in /etc taking precedence.

Re: [arch-projects] [devtools] [PATCH] makechrootpkg: Be recursive when deleting btrfs subvolumes.

2017-02-10 Thread Jan Alexander Steffens via arch-projects
On Fri, Feb 10, 2017 at 9:46 AM wrote: > From: Luke Shumaker > > Motivation: > > When installing the necessaryssary dependencies in the chroot, the > ALPM hooks run; and if 'systemd' is a dependency, then one of the > hooks is to run

Re: [arch-projects] [devtools] [PATCH 3/8] arch-nspawn: usage(): Style improvement: two spaces after a period.

2017-04-02 Thread Jan Alexander Steffens via arch-projects
On Sun, Apr 2, 2017 at 2:08 PM Dave Reisner wrote: > On Sun, Apr 02, 2017 at 04:09:57AM -0400, luke...@lukeshu.com wrote: > > From: Luke Shumaker > > > > --- > > If you want to change this, I have no strong feelings one way or the > other, but this is

Re: [arch-projects] [devtools] [PATCH] Fix broken symlink because of temporary chroot PKGDEST /pkgdest

2017-03-04 Thread Jan Alexander Steffens via arch-projects
I've applied it locally and will push it soon. Thanks, Jan On Sat, Mar 4, 2017 at 2:47 PM NicoHood wrote: > On 01/28/2017 11:35 AM, NicoHood wrote: > > On 01/07/2017 02:50 PM, archli...@nicohood.de wrote: > >> From: NicoHood > >> > >> --- > >>

Re: [arch-projects] [devtools] [PATCH 1/1] arch-nspawn: get mirror url from chroot's pacman.conf

2017-07-15 Thread Jan Alexander Steffens via arch-projects
On Sat, Jul 15, 2017, 01:10 Luke Shumaker wrote: > On Fri, 14 Jul 2017 06:04:50 -0400, > Christian Hesse wrote: > > -host_mirror=$(pacman --cachedir /doesnt/exist -Sddp extra/devtools > 2>/dev/null | sed -r 's#(.*/)extra/os/.*#\1$repo/os/$arch#') > > +host_mirror=$(pacman

Re: [arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20170813-10-gddd508e

2017-09-16 Thread Jan Alexander Steffens via arch-projects
On Sat, Sep 16, 2017 at 11:23 PM Luke Shumaker wrote: > On Thu, 14 Sep 2017 17:34:11 -0400, > Jan Steffens wrote: > > makechrootpkg: Reopen console to assign the CTTY > > > > nspawn does not give us a controlling terminal, hence we ignore > > interrupts.