[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.6.15-55-g027ddb6

Thomas Bächler thomas at archlinux.org
Sun Jun 26 17:20:42 EDT 2011


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  027ddb69122af89c89aa50906eec045f349c9490 (commit)
       via  f58be6cc8d802c4c48edd594aab41408df30e954 (commit)
       via  10986ecadeb7cc3ac39fa55f2c4a873b54323f2f (commit)
       via  643da24974067821638fd27d0f9685dffb525f21 (commit)
       via  3a65dbdaf17ff26691559fd224e66b2fbe3eee7c (commit)
       via  b130e5d9f622c05863a889052d7bf9eac5c0af58 (commit)
       via  60c079c11435e9e120cc6ebb991071e321b20639 (commit)
       via  9bcc18099be5084306ae1015f62e1d1ea4f3c741 (commit)
       via  fb8efc7425fca4fed457ceb4ca7e474ee2ffe380 (commit)
      from  18eb47e46e0630638011e05cd549ec5d8e0bf490 (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 027ddb69122af89c89aa50906eec045f349c9490
Merge: 60c079c f58be6c
Author: Thomas Bächler <thomas at archlinux.org>
Date:   Sun Jun 26 23:18:44 2011 +0200

    Merge branch 'master' of https://github.com/seblu/arch-mkinitcpio into working

commit f58be6cc8d802c4c48edd594aab41408df30e954
Author: Sebastien Luttringer <seblu at seblu.net>
Date:   Sun Jun 26 23:15:29 2011 +0200

    Add lsinitcpio bash completion
    
    Signed-off-by: Sebastien Luttringer <seblu at seblu.net>

commit 10986ecadeb7cc3ac39fa55f2c4a873b54323f2f
Author: Sebastien Luttringer <seblu at seblu.net>
Date:   Sun Jun 26 20:19:04 2011 +0200

    Use error function instead of echo
    
    Signed-off-by: Sebastien Luttringer <seblu at seblu.net>

commit 643da24974067821638fd27d0f9685dffb525f21
Author: Sebastien Luttringer <seblu at seblu.net>
Date:   Sun Jun 26 19:29:13 2011 +0200

    Print pretty message if no help is defined in hook
    
    Thanks to Dave Reisner for having suggested!
    
    Signed-off-by: Sebastien Luttringer <seblu at seblu.net>

commit 3a65dbdaf17ff26691559fd224e66b2fbe3eee7c
Author: Sebastien Luttringer <seblu at seblu.net>
Date:   Sat Jun 18 06:56:55 2011 +0200

    Fix printing of bash usage when asking for a bad hook
    
    before:
    mkinitcpio -H sex
    /sbin/mkinitcpio: line 105: /lib/initcpio/install/sex: No such file or directory
    Help for hook 'sex':
    GNU bash, version 4.2.10(2)-release (x86_64-unknown-linux-gnu)
    These shell commands are defined internally.  Type `help' to see this list.
    
    after:
    mkinitcpio -H sex
    ==> ERROR: No hook sex
    
    Signed-off-by: Sebastien Luttringer <seblu at seblu.net>

commit b130e5d9f622c05863a889052d7bf9eac5c0af58
Author: Sebastien Luttringer <seblu at seblu.net>
Date:   Sat Jun 18 06:49:30 2011 +0200

    Add bash completion to mkinitcpio
    
    It's annoying to remember the name of preset each time
    
    Signed-off-by: Sebastien Luttringer <seblu at seblu.net>

commit 60c079c11435e9e120cc6ebb991071e321b20639
Author: Dave Reisner <d at falconindy.com>
Date:   Sat Jun 25 08:12:00 2011 -0400

    Makefile: the Makefile itself is a dep for the manpage
    
    This will force the doc to be regenerated if there is a version bump in
    the Makefile.
    
    Signed-off-by: Dave Reisner <d at falconindy.com>

commit 9bcc18099be5084306ae1015f62e1d1ea4f3c741
Author: Dave Reisner <d at falconindy.com>
Date:   Sat Jun 25 08:06:13 2011 -0400

    functions: support $BASEDIR in modprobe
    
    Signed-off-by: Dave Reisner <d at falconindy.com>

commit fb8efc7425fca4fed457ceb4ca7e474ee2ffe380
Author: Dave Reisner <d at falconindy.com>
Date:   Wed Jun 8 15:57:48 2011 -0400

    install/autodetect: refactor and simplify hook
    
    Bashify and refactor to cut back on unnecessary churn. Since our
    {all,checked}_modules functions always return clean module names, we can
    add these directly to the autodetect file instead of aggregating them
    during the autodetect hook and then cleansing one at a time. There's a
    small speed increase here for the simplest code path.
    
    Signed-off-by: Dave Reisner <d at falconindy.com>

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

Summary of changes:
 Makefile            |    3 +-
 bash-completion     |   32 ++++++++++++++++++
 functions           |    2 +-
 install/autodetect  |   91 ++++++++++++++++-----------------------------------
 install/filesystems |   25 ++++++--------
 mkinitcpio          |   16 +++++++--
 6 files changed, 86 insertions(+), 83 deletions(-)
 create mode 100644 bash-completion


hooks/post-receive
-- 
The official mkinitcpio repository


More information about the arch-projects mailing list