guzuta icon indicating copy to clipboard operation
guzuta copied to clipboard

Can not cancel build

Open DrRac27 opened this issue 3 years ago • 0 comments

If I run e.g. a command like guzuta build --arch $PKG_ARCH --chroot-dir ./chroot-$PKG_ARCH --repo-name $PKG_REPO --repo-dir ./repo/$PKG_REPO/$PKG_ARCH --srcdest ./sources --logdest ./logs PKGBUILDS/$PKG_REPO/$PKG_NAME I can not cancel the build using Ctrl+C. If I do so guzuta stops but makechrootpkg still runs in background and prints to stdout. Pressing Ctrl+C again has no effect and the only way I found to stop it is sudo killall makechrootpkg. Then it prints ==> ERROR: Aborting... and stops the build. What I would expect guzuta to do is forwarding the signal that stopped guzuta to all child processes.

DrRac27 avatar Apr 25 '22 11:04 DrRac27