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 9ab0d94578af8e79b64809b07346db89a07b7f61 (commit) via 5e8cb67603a10a00ddc6f3d124a120513094d7f6 (commit) from 65365f1853ee689e0731147e0b00339de9faec4d (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 9ab0d94578af8e79b64809b07346db89a07b7f61 Author: Lukas Fleischer <archlinux@cryptocrack.de> Date: Thu Feb 9 00:50:15 2012 +0100 archrelease: Validate tags before releasing Compare every single tag with a list of valid tags. This prevents broken releases which occurred whenever someone made a typo on the command line: $ ./archrelease community i686 ==> ERROR: archrelease: Invalid tag: "community" (use -f to force release) Since the list is used in the ZSH completion as well, break it out to a separate file and move it to "lib/". Also, add a command line parameter to allow for releasing to an unknown repository when necessary. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> commit 5e8cb67603a10a00ddc6f3d124a120513094d7f6 Author: Lukas Fleischer <archlinux@cryptocrack.de> Date: Wed Feb 8 12:48:43 2012 +0100 zsh_completion: Remove multilib*-{i686, any} These tags make no sense. Remove them from our valid tag array that is used for tab completion. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> ----------------------------------------------------------------------- Summary of changes: archrelease.in | 25 ++++++++++++++++++++++--- lib/valid-tags.sh | 20 ++++++++++++++++++++ zsh_completion.in | 17 +---------------- 3 files changed, 43 insertions(+), 19 deletions(-) create mode 100644 lib/valid-tags.sh hooks/post-receive -- The official devtools repository