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 f1d0772ce24e30d86c3cb98a8e5154dc9aa07a57 (commit)
via 943c0feb1967e057b2ae518246859b50c58433b0 (commit)
via 963e7432c089c6067ecaade146f1a243370100e9 (commit)
via 1a09a8632481ca5ee184ecb379476d2fdcd82fdd (commit)
via 45d340c154b7c956822e0c1a5ff4b956851e2cd6 (commit)
via 28dcc378781b22ee44363484583812515a4859e3 (commit)
from 366bb180aa44bd8b4478e0dee94bf17be0dd82d8 (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 f1d0772ce24e30d86c3cb98a8e5154dc9aa07a57
Author: Dave Reisner <dreisner(a)archlinux.org>
Date: Wed May 1 13:17:44 2013 -0400
mkinitcpio: ensure ERR trap propagates to install_modules
Without this flag set, errors in install_modules are ignored, and
mkinitcpio potentially exits without complaining about build problems
when foolish people run out of disk (presumably after using /tmp as a
build directory).
Fixes FS#35037.
Signed-off-by: Dave Reisner <dreisner(a)archlinux.org>
commit 943c0feb1967e057b2ae518246859b50c58433b0
Author: Dave Reisner <dreisner(a)archlinux.org>
Date: Sun Feb 3 18:58:55 2013 -0500
shutdown: use umount --recursive
Signed-off-by: Dave Reisner <dreisner(a)archlinux.org>
commit 963e7432c089c6067ecaade146f1a243370100e9
Author: Dave Reisner <dreisner(a)archlinux.org>
Date: Tue Apr 23 17:10:53 2013 -0400
hooks/memdisk: scope variables, use newer syntax
Signed-off-by: Dave Reisner <dreisner(a)archlinux.org>
commit 1a09a8632481ca5ee184ecb379476d2fdcd82fdd
Author: Dave Reisner <dreisner(a)archlinux.org>
Date: Mon Apr 22 16:00:09 2013 -0400
hooks/usr: conditionally fsck /usr based on fstab
Signed-off-by: Dave Reisner <dreisner(a)archlinux.org>
commit 45d340c154b7c956822e0c1a5ff4b956851e2cd6
Author: Dave Reisner <dreisner(a)archlinux.org>
Date: Sun Apr 21 16:58:55 2013 -0400
functions: implement add_firmware
Add this as an abstraction for the various places firmware might exist.
Additionally, don't complain about missing firmware unless *none* of it
can be found -- and even then, only throw a warning.
NB: this means that users building images without the autodetect hook
and a rudimentary hook like "block" will see warnings which are going
to cause panic, chaos, and upheaval. I fully expect that this will
result in extra non-work for me in the form of closing invalid bug
reports.
Signed-off-by: Dave Reisner <dreisner(a)archlinux.org>
commit 28dcc378781b22ee44363484583812515a4859e3
Author: Dave Reisner <dreisner(a)archlinux.org>
Date: Sat Apr 20 12:45:00 2013 -0400
functions: return a count of failures from map, if possible
I don't have any particular use case for this, but it might be nice to
have this available in the future.
Signed-off-by: Dave Reisner <dreisner(a)archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
PKGBUILD | 2 +-
functions | 34 ++++++++++++++++++++++++++--------
hooks/memdisk | 15 +++++++++------
hooks/usr | 10 ++++++++--
mkinitcpio | 4 +++-
shutdown | 16 +---------------
6 files changed, 48 insertions(+), 33 deletions(-)
hooks/post-receive
--
The official mkinitcpio repository