From 838be4c4773bc37f8f15b9deb6c3a6559bdaedf8 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Sat, 19 Sep 2020 03:30:55 +0200 Subject: [PATCH] Drop setsid Resolves #82 --- repro.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repro.in b/repro.in index 0fb6f15..b0ed006 100755 --- a/repro.in +++ b/repro.in @@ -208,7 +208,7 @@ install -d -o builduser -g builduser /pkgdest install -d -o builduser -g builduser /srcpkgdest install -d -o builduser -g builduser /build __END__ - exec_nspawn "$build" $args setsid -f -c -w sudo -iu builduser bash -c ". /etc/profile; cd /startdir; SOURCE_DATE_EPOCH=$SOURCE_DATE_EPOCH makepkg -sc --noconfirm --skippgpcheck $cmds" + exec_nspawn "$build" $args sudo -iu builduser bash -c ". /etc/profile; cd /startdir; SOURCE_DATE_EPOCH=$SOURCE_DATE_EPOCH makepkg -sc --noconfirm --skippgpcheck $cmds" mkdir -p "./build" for pkgfile in "$BUILDDIRECTORY/$build"/pkgdest/*; do mv "$pkgfile" "./build/"