[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.8.7-17-g6d5115c

Dave Reisner dreisner at archlinux.org
Sun Apr 22 16:29:10 EDT 2012


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  6d5115c0c1c1e9293d589e25cdde82f0157a81f0 (commit)
       via  6e0046b7830f95a52a551c846d8c76880a3872f9 (commit)
       via  710650c0bfdfed3423d0c17bb7955d4dc1151b25 (commit)
       via  b5cd0b31a03772056137db8246b3696844843713 (commit)
       via  df69072eedfa95b6b42270a3053af2dcea35e004 (commit)
       via  4d8a616496b4b46b957cd89f037edfb2ca19e89d (commit)
       via  d13917104528fba28cd110373f130b3149002782 (commit)
       via  29625b7bdb80289a0609bdd0f53b6a71dd2f5ab1 (commit)
       via  c7b870252e6021f7c321caad905df75aee7c63b6 (commit)
       via  a00605154eb9502845248a280049435354d15d94 (commit)
       via  86dc2a6d71b9330991ab48b9ba00936cd8370182 (commit)
       via  fa5484c81c40e0a5a05194909600716f39ce0faf (commit)
       via  5d62de59adfa8e6b7c19c418effc8757637c702e (commit)
       via  f44797037bc0741c1e5cffcb5751721edfa79e48 (commit)
       via  f3360500ce1f46e10dfbf8dd898f5146eb3267ba (commit)
       via  606d15310a273da4a41b460b47ff3a4f5c54f3eb (commit)
       via  9b17abfc946a1cdb348e0d31c883cef621fdcef5 (commit)
      from  67e9b3378e4956ff1db29586eede73bfd8bf5e8f (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 6d5115c0c1c1e9293d589e25cdde82f0157a81f0
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Apr 22 16:28:58 2012 -0400

    functions: add missing local for iterator
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 6e0046b7830f95a52a551c846d8c76880a3872f9
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Apr 22 13:21:47 2012 -0400

    bash-completion: avoid using cd
    
    Introduce _files_from_dir, which loops over arguments to find files in
    the given directories. Additionally allow passing a flag which will
    strip suffixes from any found files.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 710650c0bfdfed3423d0c17bb7955d4dc1151b25
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Apr 21 22:32:56 2012 -0400

    mkinitcpio: check return of cd before listing hooks
    
    $ mkinitcpio -L
    ==> Available hooks
    /usr/bin/mkinitcpio: line 173: cd: /lib/initcpio/install: No such file or directory
    
    sort and dedupe as well, since we deal with a hierarchy which may (for
    some horrible reason) contain duplicates.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit b5cd0b31a03772056137db8246b3696844843713
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Apr 21 13:22:38 2012 -0400

    mmc: add install hook
    
    Thanks to Radoslaw Nadstawny (Rad3k) for writing this.
    
    Satsifies FS#21022.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit df69072eedfa95b6b42270a3053af2dcea35e004
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Thu Apr 19 21:59:35 2012 -0400

    create lsinitcpio symlink for bash completion
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 4d8a616496b4b46b957cd89f037edfb2ca19e89d
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Apr 18 18:53:48 2012 -0400

    lsinitcpio: avoid exiting from usage
    
    Print a more helpful message when no image is specified.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit d13917104528fba28cd110373f130b3149002782
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Apr 18 18:47:08 2012 -0400

    lsinitcpio: show file sizes in analyze output
    
    Always display the file size on disk, but also display the uncompressed
    size for compressed images. Borrows my own size_to_human function from
    paccache and elsewhere.
    
    Before:
    
    ==> Compressed with: gzip
      -> Compression ratio: .377
      -> Estimated decompression time: 0.058s
    
    After:
    
    ==> Size: 2.67 MiB
    ==> Compressed with: gzip
      -> Uncompressed size: 7.07 MiB (.377 ratio)
      -> Estimated decompression time: 0.059s
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 29625b7bdb80289a0609bdd0f53b6a71dd2f5ab1
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Apr 17 22:09:19 2012 -0400

    mkinitcpio: dont exit from usage
    
    Additionally, exit zero after returning.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit c7b870252e6021f7c321caad905df75aee7c63b6
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Apr 17 20:05:46 2012 -0400

    mkinitcpio.8: manpage cleanup
    
    tweak styling of synopsis and link to lsintcpio in SEE ALSO
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit a00605154eb9502845248a280049435354d15d94
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Apr 17 20:05:25 2012 -0400

    Add manpage for lsinitcpio
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 86dc2a6d71b9330991ab48b9ba00936cd8370182
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Apr 17 19:39:45 2012 -0400

    lsinitcpio: adopt parseopts for option parsing
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit fa5484c81c40e0a5a05194909600716f39ce0faf
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Apr 17 19:23:15 2012 -0400

    mkinitcpio: adopt parseopts for option parsing
    
    Updates the doc and bash-completion, as well. Also adds the previously
    unmentioned -A option to the --help output.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 5d62de59adfa8e6b7c19c418effc8757637c702e
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Apr 17 19:22:24 2012 -0400

    functions: add parseopts for longopt fun
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit f44797037bc0741c1e5cffcb5751721edfa79e48
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Apr 17 19:39:34 2012 -0400

    gitignore: ignore the right manpage section
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit f3360500ce1f46e10dfbf8dd898f5146eb3267ba
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Apr 17 19:13:48 2012 -0400

    bash-completion: align whitespace with rest of repo
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 606d15310a273da4a41b460b47ff3a4f5c54f3eb
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Mon Apr 16 08:40:11 2012 -0400

    mkinitcpio: refuse to run without hooks defined
    
    This still doesn't solve all our problems, but it gets us closer.
    There's no point in creating an image if HOOKS aren't present as this is
    the bread and butter of any sane mkinitcpio recipe.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 9b17abfc946a1cdb348e0d31c883cef621fdcef5
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Mon Apr 16 08:34:58 2012 -0400

    mkinitcpio: refer to /usr/lib/modules uniformly
    
    This should have been done as part of b65cf9cd9.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

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

Summary of changes:
 .gitignore       |    3 +-
 Makefile         |   17 +++++-
 bash-completion  |  106 ++++++++++++++++++++++------------
 functions        |  140 +++++++++++++++++++++++++++++++++++++++++++++
 install/mmc      |   19 ++++++
 lsinitcpio       |   83 ++++++++++++++++++++-------
 lsinitcpio.1.txt |   55 ++++++++++++++++++
 mkinitcpio       |  168 +++++++++++++++++++++++++++++++++--------------------
 mkinitcpio.8.txt |   36 ++++++------
 9 files changed, 482 insertions(+), 145 deletions(-)
 create mode 100755 install/mmc
 create mode 100644 lsinitcpio.1.txt


hooks/post-receive
-- 
The official mkinitcpio repository


More information about the arch-projects mailing list