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 c9b6f58f8e511b62085fa7e592aa5ecbe2a38074 (commit) via 155798b8b12224bc09b4349edf8259ead301740f (commit) via d9b73504484da7e185dc590ef13d5f31942f6051 (commit) from 6645701cb13a4801c870c8231d3cdc9988ce593c (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 c9b6f58f8e511b62085fa7e592aa5ecbe2a38074 Author: Jelle van der Waa <jelle@vdwaa.nl> Date: Fri Mar 22 23:45:33 2019 +0100 Create a general README Introduce a README which describes where to send patches and how to release a new version of devtools. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> commit 155798b8b12224bc09b4349edf8259ead301740f Author: Matt Robinson <git@nerdoftheherd.com> Date: Sat Mar 16 11:29:59 2019 +0000 makechrootpkg: keep *DEST, MAKEFLAGS & PACKAGER If makechrootpkg is called as non-root, the {SRC,SRCPKG,PKG,LOG}DEST, MAKEFLAGS and PACKAGER environment variables are lost in the call to check_root(). Add these to the passed keepenv list so that they are preserved instead. commit d9b73504484da7e185dc590ef13d5f31942f6051 Author: Christian Hesse <mail@eworm.de> Date: Fri Mar 22 12:21:08 2019 +0100 arch-nspawn: get all mirrors from host Now that pacconf gives us all mirrors we can use them, instead of just the first one. Signed-off-by: Christian Hesse <mail@eworm.de> ----------------------------------------------------------------------- Summary of changes: README.md | 24 ++++++++++++++++++++++++ arch-nspawn.in | 14 ++++++++------ makechrootpkg.in | 2 +- 3 files changed, 33 insertions(+), 7 deletions(-) create mode 100644 README.md hooks/post-receive -- The official devtools repository