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 eebfd9a30f7d7f2c7fa98b08dcf7b062a29c2377 (commit) via 5085cfcdf90a108f1c3fbda944938243a5edaa9b (commit) via 6caad191c1e0dfab3cbb7aa3e832a45eeaea83f8 (commit) via 092fe2ffde2075705b0a9c686246b3081aea963c (commit) via 71b15aafb64b8c8d032eab7d41e15c6e4f648c58 (commit) via 4bcafd9768be4d1fefea2047ea1f34d8904eeb9e (commit) via 1f0374d8a612e8ae4cfe1424e586b443ab10aebb (commit) via f03086a0e11fdf39a03b8887f9b36b118efecf81 (commit) from 35dc7485fb1bbbe6c1dc236f35702561516f0836 (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 eebfd9a30f7d7f2c7fa98b08dcf7b062a29c2377 Author: Pierre Schmitz <pierre@archlinux.de> Date: Sat Apr 6 20:06:23 2013 +0200 Prepare release commit 5085cfcdf90a108f1c3fbda944938243a5edaa9b Author: Pierre Schmitz <pierre@archlinux.de> Date: Sat Apr 6 19:55:58 2013 +0200 Bump the chroot version as we changed the default package set commit 6caad191c1e0dfab3cbb7aa3e832a45eeaea83f8 Author: Pierre Schmitz <pierre@archlinux.de> Date: Sat Apr 6 19:50:17 2013 +0200 Only try to use btrfs snapshots if chroots are on a btrfs partition commit 092fe2ffde2075705b0a9c686246b3081aea963c Author: Pierre Schmitz <pierre@archlinux.de> Date: Sat Apr 6 18:59:16 2013 +0200 Sync pacman.conf and makepkg.conf with pacman 4.1 commit 71b15aafb64b8c8d032eab7d41e15c6e4f648c58 Author: Pierre Schmitz <pierre@archlinux.de> Date: Sat Apr 6 18:43:01 2013 +0200 Simplify update call as pacman does no longer support SyncFirst commit 4bcafd9768be4d1fefea2047ea1f34d8904eeb9e Author: Pierre Schmitz <pierre@archlinux.de> Date: Sat Apr 6 18:38:10 2013 +0200 mkarchroot: code cleanup commit 1f0374d8a612e8ae4cfe1424e586b443ab10aebb Author: Pierre Schmitz <pierre@archlinux.de> Date: Sat Apr 6 18:32:10 2013 +0200 mkarchroot: Create working directory if needed commit f03086a0e11fdf39a03b8887f9b36b118efecf81 Author: Dave Reisner <dreisner@archlinux.org> Date: Sun Mar 10 15:11:26 2013 -0400 use nspawn to bind mount needed directories systemd-nspawn is capable of doing this as of systemd-198. Doing this means we can remove all of our home grown chroot mount/umount logic, as it's all performed by pacstrap or systemd-nspawn. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> ----------------------------------------------------------------------- Summary of changes: Makefile | 2 +- archbuild.in | 4 ++- makepkg-i686.conf | 43 +++++++++++++++------- makepkg-x86_64.conf | 43 +++++++++++++++------- mkarchroot.in | 85 ++++++++++++++++---------------------------- pacman-extra.conf | 14 +++----- pacman-gnome-unstable.conf | 15 +++----- pacman-kde-unstable.conf | 15 +++----- pacman-multilib-staging.conf | 19 +++------- pacman-multilib-testing.conf | 16 +++------ pacman-multilib.conf | 16 +++------ pacman-staging.conf | 16 +++------ pacman-testing.conf | 14 +++----- 13 files changed, 135 insertions(+), 167 deletions(-) hooks/post-receive -- The official devtools repository