[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.9.0-5-gb44e4e7
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 mkinitcpio repository". The branch, master has been updated via b44e4e7cfd88fc5e2bd95fa9d0dbc36b1bd64483 (commit) via 015d482ce8394acd2f8bc9da2cd70339ebbcc3f9 (commit) via 9a20048c6279cd5a037108980069bb46b4a6299d (commit) via 01b4ec4fef66c164cad1bf35eeda83bd3c53f2d1 (commit) via 96e616f06785f4c885ee9c2532a043e620ab07ba (commit) from 61ae4752dc2de0c3cca201701b92908b1dd18dee (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 b44e4e7cfd88fc5e2bd95fa9d0dbc36b1bd64483 Author: Dave Reisner <dreisner@archlinux.org> Date: Tue May 22 10:03:12 2012 -0400 add hookpoints to --hookhelp output Generalize the awk program embedded in add_runscript and create a separate function which can be reused to display the specific hooks that a script has. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 015d482ce8394acd2f8bc9da2cd70339ebbcc3f9 Author: Dave Reisner <dreisner@archlinux.org> Date: Sat May 26 17:19:29 2012 -0400 avoid subshell in adding --quiet to bsdcpio Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 9a20048c6279cd5a037108980069bb46b4a6299d Author: Dave Reisner <dreisner@archlinux.org> Date: Sat May 26 16:54:43 2012 -0400 move running of hooks to separate function This allows us to declare sourced variables that we want to shield from stomping on our config variables, and without needing to use a subshell. Incidentally, this also fixes FS#29992 in a more permanent way. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 01b4ec4fef66c164cad1bf35eeda83bd3c53f2d1 Author: Dave Reisner <dreisner@archlinux.org> Date: Mon May 28 15:12:26 2012 -0400 update comments in config This really should be moved into a man page. FS#30042. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 96e616f06785f4c885ee9c2532a043e620ab07ba Author: Dave Reisner <dreisner@archlinux.org> Date: Wed May 30 08:46:12 2012 -0400 add_full_dir: properly handle symlinks and empty dirs Note that we're intentionally very liberal about what we accept for symlinks, and don't actually care if the target exists. Signed-off-by: Dave Reisner <dreisner@archlinux.org> ----------------------------------------------------------------------- Summary of changes: functions | 74 +++++++++++++++++++++++++++++++++++++++++++++++++------ mkinitcpio | 62 ++++++++++++---------------------------------- mkinitcpio.conf | 13 ++++------ 3 files changed, 87 insertions(+), 62 deletions(-) hooks/post-receive -- The official mkinitcpio repository
participants (1)
-
dreisner@archlinux.org