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 ff48401963c73a299373a61bca14b60519e4e3c1 (commit) via 15f16162fb960e496c971b2be45b5155e0f4427b (commit) via fea14fa28621a06e78d5c0c360efefa7097d6fbb (commit) via 4bafd641ab4e18083a1bac829c0e914523351259 (commit) via 58968cfaa239c2c4658b86a0fa81cfa1cd33f9cb (commit) via c8147a3512fbd7e721940a47e3d2b125078d1ad8 (commit) from 76dec8507e2e767db07f967644ed8958f85cd5a2 (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 ff48401963c73a299373a61bca14b60519e4e3c1 Author: Levente Polyak <anthraxx@archlinux.org> Date: Wed Feb 22 13:16:03 2017 +0100 makechrootpkg: fix potential non-writable directories of builduser in /build This removes the preservation of HOME being /build just for the pacman sudo call. Former leads to unbuildable packages when an to be installed dependency writes something into the HOME dir (f.e. .config). The resulting directories won't be writable by the builduser as they are owned by root:root and ultimately will fail to build anything that requires so. commit 15f16162fb960e496c971b2be45b5155e0f4427b Author: Jelle van der Waa <jelle@vdwaa.nl> Date: Fri Jan 6 17:20:16 2017 +0100 lib: remove unused version, pkgparts commit fea14fa28621a06e78d5c0c360efefa7097d6fbb Author: Jelle van der Waa <jelle@vdwaa.nl> Date: Fri Jan 6 17:19:12 2017 +0100 lib: remove unused left, right commit 4bafd641ab4e18083a1bac829c0e914523351259 Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Date: Sat Mar 4 15:00:50 2017 +0100 makechrootpkg: Simplify symlink replacement commit 58968cfaa239c2c4658b86a0fa81cfa1cd33f9cb Author: NicoHood <git@nicohood.de> Date: Sat Jan 7 14:50:27 2017 +0100 makechrootpkg: Fix broken symlink because of temporary chroot PKGDEST /pkgdest commit c8147a3512fbd7e721940a47e3d2b125078d1ad8 Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Date: Fri Feb 17 19:40:04 2017 +0100 mkarchroot: Set LANG=en_US.UTF-8 In order to have an UTF-8 locale in the build root. This is something normally set on real machines but is not set from our chroots. Meson, for example, loudly complains when the locale charset is not UTF-8. I'd like to have C.UTF-8, as most other distributions do. Unfortunately, it's not part of vanilla glibc; en_US.UTF-8 will have to do. mkarchroot already creates roots with both en_US.UTF-8 and de_DE.UTF-8, the latter because builds of gcc (perhaps used to) require it. Bump the CHROOT_VERSION due to the setting change. ----------------------------------------------------------------------- Summary of changes: arch-nspawn.in | 2 +- lib/common.sh | 4 +--- makechrootpkg.in | 6 +++++- mkarchroot.in | 4 ++-- 4 files changed, 9 insertions(+), 7 deletions(-) hooks/post-receive -- The official devtools repository