Re: [arch-projects] [devtools] [PATCH 1/2] arch-nspawn, mkarchroot: Allow not sharing the cache directories.

2019-01-15 Thread Maarten de Vries via arch-projects
On Tue, 15 Jan 2019 at 15:03, Eli Schwartz wrote: > > On 1/15/19 8:56 AM, Maarten de Vries wrote: > > On Tue, 15 Jan 2019 at 14:41, Eli Schwartz via arch-projects > > wrote: > >> > >> On 1/15/19 8:34 AM, Maarten de Vries via arch-projects wrote: > >>> These patches make it possible to build witho

Re: [arch-projects] [devtools] [PATCH 1/2] arch-nspawn, mkarchroot: Allow not sharing the cache directories.

2019-01-15 Thread Eli Schwartz via arch-projects
On 1/15/19 8:56 AM, Maarten de Vries wrote: > On Tue, 15 Jan 2019 at 14:41, Eli Schwartz via arch-projects > wrote: >> >> On 1/15/19 8:34 AM, Maarten de Vries via arch-projects wrote: >>> These patches make it possible to build withouth a shared pacman cache >>> using makechrootpkg. I need this my

Re: [arch-projects] [devtools] [PATCH 1/2] arch-nspawn, mkarchroot: Allow not sharing the cache directories.

2019-01-15 Thread Erich Eckner
>>> It also allows building packages for different Arch based distros on the >>> same host more easily. >> >> Arch Linux 32 has the same issue and solved it using this much simpler >> patch: >> https://github.com/eli-schwartz/devtools/commit/c0681c0ec0a93a4a4eaf9b2fd85ce48a30702a03 >> >> The soluti

Re: [arch-projects] [devtools] [PATCH 1/2] arch-nspawn, mkarchroot: Allow not sharing the cache directories.

2019-01-15 Thread Maarten de Vries via arch-projects
On Tue, 15 Jan 2019 at 14:41, Eli Schwartz via arch-projects wrote: > > On 1/15/19 8:34 AM, Maarten de Vries via arch-projects wrote: > > These patches make it possible to build withouth a shared pacman cache > > using makechrootpkg. I need this myself because I'm building packages > > for differe

Re: [arch-projects] [devtools] [PATCH 1/2] arch-nspawn, mkarchroot: Allow not sharing the cache directories.

2019-01-15 Thread Eli Schwartz via arch-projects
On 1/15/19 8:34 AM, Maarten de Vries via arch-projects wrote: > These patches make it possible to build withouth a shared pacman cache > using makechrootpkg. I need this myself because I'm building packages > for different repositories where some of them contain packages with the > same name, but d

[arch-projects] [devtools] [PATCH 2/2] makechrootpkg: Allow setting pacman cache for arch-nspawn.

2019-01-15 Thread Maarten de Vries via arch-projects
Signed-off-by: Maarten de Vries --- makechrootpkg.in | 29 +++-- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/makechrootpkg.in b/makechrootpkg.in index d81be84..ad65de4 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -38,6 +38,7 @@ usage() {

[arch-projects] [devtools] [PATCH 1/2] arch-nspawn, mkarchroot: Allow not sharing the cache directories.

2019-01-15 Thread Maarten de Vries via arch-projects
These patches make it possible to build withouth a shared pacman cache using makechrootpkg. I need this myself because I'm building packages for different repositories where some of them contain packages with the same name, but different compile time configuration. It also allows building packages