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 0fa2536957dfd24ee676cc8b621bcdf166317635 (commit) via be3c71fa81e6d35a1fae0612a8b7b4b613d7d2f6 (commit) via fb30cabe61862f640f0e99f214dc2777a8ec1b35 (commit) via 29e62278a7379336e5972df5bad751c973872039 (commit) from 8c4553f68cb1c01b24f4883db0032f646b2e77dd (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 0fa2536957dfd24ee676cc8b621bcdf166317635 Author: Dave Reisner <dreisner@archlinux.org> Date: Tue Jul 30 15:24:49 2013 -0400 Makefile: validate generated files as part of build For example... $ make GEN checkpkg GEN commitpkg GEN archco archco: line 179: unexpected EOF while looking for matching `"' archco: line 181: syntax error: unexpected end of file make: *** [archco] Error 2 Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> commit be3c71fa81e6d35a1fae0612a8b7b4b613d7d2f6 Author: Dave Reisner <dreisner@archlinux.org> Date: Tue Jul 30 15:24:48 2013 -0400 avoid injecting code into the format string Now that die() properly forwards arguments to error(), we can expect that the first arg is a format string and not the entirety of the output. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> commit fb30cabe61862f640f0e99f214dc2777a8ec1b35 Author: Dave Reisner <dreisner@archlinux.org> Date: Tue Jul 30 11:00:54 2013 -0400 common: Properly forward arguments from die to error Also allow this function to be called without arguments, in which case, don't call error at all. Some uses of this function wrongly assumed that this was already allowed. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> commit 29e62278a7379336e5972df5bad751c973872039 Author: Florian Pritz <bluewind@xinu.at> Date: Mon Jun 17 11:02:45 2013 +0200 arch-nspawn: remove leading - from the machine name/hostname Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> ----------------------------------------------------------------------- Summary of changes: Makefile | 1 + arch-nspawn.in | 9 ++++++--- archco.in | 2 +- archrelease.in | 6 +++--- checkpkg.in | 4 ++-- commitpkg.in | 10 +++++----- crossrepomove.in | 2 +- find-libdeps.in | 2 +- lib/common.sh | 2 +- makechrootpkg.in | 14 +++++++------- mkarchroot.in | 4 ++-- 11 files changed, 30 insertions(+), 26 deletions(-) hooks/post-receive -- The official devtools repository