[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. v23-6-g32dbf89

Dave Reisner dreisner at archlinux.org
Fri Aug 25 17:19:03 UTC 2017


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  32dbf895d07f07e32d2b3bb4afb132eea1919749 (commit)
       via  172ca644527cfaf3bba1dbeab9e7139cca2b249a (commit)
       via  cee0499489e97384b72d47473606272d12ac96c0 (commit)
       via  c5ad00c2e565eaae8e8b02b92d7f193852008c80 (commit)
      from  91b212551a5066bda4eb76c83bdd9c0d0ac8e6cc (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 32dbf895d07f07e32d2b3bb4afb132eea1919749
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Mon Aug 21 21:33:22 2017 -0400

    make ldd parsing compatible with upstream glibc changes
    
    https://sourceware.org/git/?p=glibc.git;a=commit;h=eedca9772e99c72ab4c3c34e43cc764250aa3e3c

commit 172ca644527cfaf3bba1dbeab9e7139cca2b249a
Author: Erik Stromdahl <erik.stromdahl at gmail.com>
Date:   Thu Jun 1 19:29:18 2017 +0200

    functions: add_full_dir: path prefix strip-off
    
    Add third argument to add_full_dir: strip_prefix.
    The strip_prefix will be stripped off from the destination
    path (path in the initramfs image) when adding files.
    
    Rationale: Make it easier to add rootfs overlay hooks when
    generating images.
    
    add_full_dir can be invoked in this way:
    
    add_full_dir /path/on/parent/rootfs-overlay * /path/on/parent/rootfs-overlay
    
    The above invocation will add all content of */path/on/parent/rootfs-overlay*
    into */* in the initramfs image.
    
    Signed-off-by: Erik Stromdahl <erik.stromdahl at gmail.com>

commit cee0499489e97384b72d47473606272d12ac96c0
Author: Erik Stromdahl <erik.stromdahl at gmail.com>
Date:   Thu Jun 1 19:29:17 2017 +0200

    functions: add_full_dir: recursive filter
    
    By passing the filter glob in all recursive invocations of
    add_full_dir, the filtering is performed on all subdirs and
    not just the top dir.
    
    This makes the implementation correspond to the documented
    behavior in the man page.
    
    Signed-off-by: Erik Stromdahl <erik.stromdahl at gmail.com>

commit c5ad00c2e565eaae8e8b02b92d7f193852008c80
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Mar 18 14:14:36 2017 -0400

    arrayize config vars in mkinitcpio.conf
    
    allows for backwards compat by detecting and converting old-style
    string-based configs.

-----------------------------------------------------------------------

Summary of changes:
 functions                 | 38 +++++++++++++++++++++++---------------
 man/mkinitcpio.8.txt      |  7 ++++++-
 man/mkinitcpio.conf.5.txt | 20 ++++++++++----------
 mkinitcpio                | 10 ++++++----
 mkinitcpio.conf           | 22 +++++++++++-----------
 5 files changed, 56 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
The official mkinitcpio repository


More information about the arch-projects mailing list