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 ecae65e7fd0a196bb1699bf6dcf22dabd98f9213 (commit) via c617c67ff8bf9d3f2e1b8545b460e433a5def800 (commit) via 7228cc00e8eb4a64b3a307a3313364f309a1b10f (commit) via a26416dca3c4ada1baf76712c43332bc960f9c20 (commit) via 37bb1d33a78130743bda3e4a0bdde3768e2b6062 (commit) via dbef0b91bf6d0b6d4cc858065f167379fee97156 (commit) from 499f20071a671c84966684d987cb08c29cf2fcf7 (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 ecae65e7fd0a196bb1699bf6dcf22dabd98f9213 Author: Pierre Schmitz <pierre@archlinux.de> Date: Wed Oct 3 12:46:07 2012 +0200 prepare release commit c617c67ff8bf9d3f2e1b8545b460e433a5def800 Author: Pierre Schmitz <pierre@archlinux.de> Date: Wed Oct 3 12:38:33 2012 +0200 mkarchroot: Use systemd's nspawn if available * If we are running systemd use nspawn instead of our own chroot setup * Use pacstrap to setup our chroot environment * Make sure the common trap is still called * Bind resolve.conf, timezone and lcoaltime from the host if nspawn is not used * Run ldconfig within the chroot commit 7228cc00e8eb4a64b3a307a3313364f309a1b10f Author: Pierre Schmitz <pierre@archlinux.de> Date: Wed Oct 3 12:35:40 2012 +0200 Use dedicated trap functions to avoid unsetting the trap when e.g. cleanup is called commit a26416dca3c4ada1baf76712c43332bc960f9c20 Author: Pierre Schmitz <pierre@archlinux.de> Date: Wed Oct 3 12:32:55 2012 +0200 makechrootpkg: do not run namcap as root commit 37bb1d33a78130743bda3e4a0bdde3768e2b6062 Author: Pierre Schmitz <pierre@archlinux.de> Date: Wed Oct 3 12:32:03 2012 +0200 archbuild: abort if update or creation of the chroot fails commit dbef0b91bf6d0b6d4cc858065f167379fee97156 Author: Florian Pritz <bluewind@xinu.at> Date: Sat Aug 11 12:17:56 2012 +0200 Fix ownership when copying files from chroot to system Previously files were always owned by nobody which means trying to write to them directly would fail because only the owner has +w. Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> ----------------------------------------------------------------------- Summary of changes: Makefile | 2 +- archbuild.in | 4 +- lib/common.sh | 16 ++++-- makechrootpkg.in | 6 ++- mkarchroot.in | 142 +++++++++++++++++++++++++++++++----------------------- 5 files changed, 103 insertions(+), 67 deletions(-) hooks/post-receive -- The official devtools repository