Commit Graph

10 Commits

Author SHA1 Message Date
Martchus 8f09efbc0c Add builduser to same groups as on host
This prevents permission errors when relying on a user's group
for accessing certain files (made available within the container
via bind mounts).
2023-02-18 19:47:24 +01:00
Martchus ff078bddd8 Set TERM within the systemd-nspawn container in makechrootpkg
This is required by WINE to prevent
```
unknown: I need something more specific
```
2023-02-18 19:47:23 +01:00
Kevin Mihelich d27d4882ce makechrootpkg: don't delete MAKEFLAGS and PACKAGER 2023-02-18 19:47:23 +01:00
Kevin Mihelich 33bf3f2596 makechrootpkg: no default logging 2023-02-18 19:47:23 +01:00
Kevin Mihelich 8d9f8adef7 arch-nspawn: arm fix 2023-02-18 19:47:23 +01:00
Kevin Mihelich d73c3d70f1 makechrootpkg: distcc 2023-02-18 19:47:23 +01:00
Kevin Mihelich 252483a1c6 makechrootpkg: cache dir 2023-02-18 19:47:23 +01:00
Mike Yuan d82bc69716
makechrootpkg: fix short option handling for makepkg_args
Currently, when multiple short options are passed as a single argument,
only the one that matches the first case statement will be parsed. This
shall be fixed by using switch-case resume.
2022-10-13 00:10:17 +08:00
morganamilo 1e23bbc164
makechrootpkg: support -A makepkg flag 2022-08-31 23:38:13 +02:00
Levente Polyak d94badcd0b
make: split out source files into src folder 2022-06-22 01:05:02 +02:00