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 05325a8e46255211706121eaedbf3f09ac6c957a (commit) via 31fae37e83036d72ba75b039dcee55fd88683585 (commit) via bd3d853c5c3c0723efcf4af3baecc091b385e8b8 (commit) via 4682aa0207c9e9a0892aa579d2fab53a9637acdc (commit) via eeb558968d02b8b46b73d0b01613271fa77a76bf (commit) from 7effc762a2de2029ccedb659f25426c80b04cf4d (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 05325a8e46255211706121eaedbf3f09ac6c957a Author: Dave Reisner dreisner@archlinux.org Date: Sat Dec 10 13:35:32 2011 -0500
lsinitcpio: cleanup binary display
- trim leading paths from all binaries - sort alphabetically - add same trailing indent as the module display
Signed-off-by: Dave Reisner dreisner@archlinux.org
commit 31fae37e83036d72ba75b039dcee55fd88683585 Author: Dave Reisner dreisner@archlinux.org Date: Thu Dec 15 05:56:09 2011 -0500
init: create /run/initramfs as mode 755
init doesn't set a umask, so this was previously created as world writable and sticky.
Reported-by: Thomas Bächler thomas@archlinux.org Signed-off-by: Dave Reisner dreisner@archlinux.org
commit bd3d853c5c3c0723efcf4af3baecc091b385e8b8 Author: Dave Reisner dreisner@archlinux.org Date: Thu Dec 15 05:54:14 2011 -0500
functions: don't fail on add_binary adding a non-binary
The function did its job, it just isn't going to add any deps. This makes add_binary effectively a slightly more costly version of add_file.
Signed-off-by: Dave Reisner dreisner@archlinux.org
commit 4682aa0207c9e9a0892aa579d2fab53a9637acdc Author: Dave Reisner dreisner@archlinux.org Date: Mon Dec 5 15:17:23 2011 -0500
lsinitcpio: read VERSION stamp out of image file
Report this version on -a if it's found.
Signed-off-by: Dave Reisner dreisner@archlinux.org
commit eeb558968d02b8b46b73d0b01613271fa77a76bf Author: Dave Reisner dreisner@archlinux.org Date: Mon Dec 5 15:16:43 2011 -0500
mkinitcpio: add VERSION stamp to image
This is mostly a debugging aid. lsinitcpio will be taught to read this.
Signed-off-by: Dave Reisner dreisner@archlinux.org
-----------------------------------------------------------------------
Summary of changes: functions | 2 +- init | 2 +- lsinitcpio | 7 +++++-- mkinitcpio | 7 ++++++- 4 files changed, 13 insertions(+), 5 deletions(-)
hooks/post-receive
arch-projects@lists.archlinux.org