This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official devtools repository". The branch, master has been updated via ddd508efc083fc9beb6f2c96e2537521b31c1e6f (commit) via 0f3778c3d36028e5c9d4e5ec702c8f167e1cebba (commit) from 6b55282bd702afd9a36409f85d9cb4c608ada5e5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ddd508efc083fc9beb6f2c96e2537521b31c1e6f Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Date: Thu Sep 14 23:31:41 2017 +0200 makechrootpkg: Reopen console to assign the CTTY nspawn does not give us a controlling terminal, hence we ignore interrupts. Apparently this was lost in systemd at some point. Hack around this by reopening the console to make it the controlling terminal. commit 0f3778c3d36028e5c9d4e5ec702c8f167e1cebba Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Date: Thu Sep 14 22:21:47 2017 +0200 makechrootpkg: Prevent collecting coredumps Coredumps from build chroots are not generally useful. Prevent them from being generated. Avoids a lot of annoyance from the GCC testsuite spawning lots of systemd-coredump processes. Just set the soft limit so the user can still raise it in the PKGBUILD if they insist. ----------------------------------------------------------------------- Summary of changes: makechrootpkg.in | 7 +++++++ 1 file changed, 7 insertions(+) hooks/post-receive -- The official devtools repository