[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.7-16-gda81935
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 da81935dbb203340e9f3b394d4f6f4e5b3aa63c4 (commit) via 491a99b8a2531207121d651d8e4b15fe4febbd2b (commit) via 3d42f00ecb01206e27640a40616ca51c71153624 (commit) via c46d8a260d276083092b4a46b049b6aa48a1fdbb (commit) from 712b70757e272e5b41c07a17993ccbb43e7ff84c (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 da81935dbb203340e9f3b394d4f6f4e5b3aa63c4 Author: Thomas Bächler <thomas@archlinux.org> Date: Sat Jul 2 13:42:25 2011 +0200 Trim leading spaces in MODULES and earlymodules to prevent error messages when one is set to " " commit 491a99b8a2531207121d651d8e4b15fe4febbd2b Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Jul 1 12:07:46 2011 -0400 install modules all at once build an array of paths to modules, and install them all at once with mkdir -p and cp --parents. Cuts back on our major source of calls to install(1). This is a tad ugly in that it creates some amount of data duplication, keeping an array of paths in addition to module names. However, turns out to be a worthwhile tradeoff as merging the two datasets into one results in the need for massive string trimming. commit 3d42f00ecb01206e27640a40616ca51c71153624 Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Jul 1 21:19:11 2011 -0400 functions: reorg, no code changes Mostly, this groups "private" functions together, separate from public functions. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit c46d8a260d276083092b4a46b049b6aa48a1fdbb Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Jul 1 21:11:13 2011 -0400 always exit from cleanup There's no use case for us calling cleanup without exiting afterwards, so we can simplify all of our cleanup;exit; calls into just cleanup. This means our sighandler is no longer needed (it wasn't really, to begin with), but we split it up to make sure we exit with a posix-ish 128+signum exit value. Signed-off-by: Dave Reisner <dreisner@archlinux.org> ----------------------------------------------------------------------- Summary of changes: functions | 170 ++++++++++++++++++++++++++++++------------------------------ init | 7 ++- mkinitcpio | 29 ++++------ 3 files changed, 101 insertions(+), 105 deletions(-) hooks/post-receive -- The official mkinitcpio repository
participants (1)
-
thomas@archlinux.org