[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.7.1-11-ge116d00

Thomas Bächler thomas at archlinux.org
Sat Jul 9 10:04:06 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  e116d008ca727c2dfbce25809821db6bf354f461 (commit)
       via  9e94550348a9bc523b7f31944b8b1806c70eacd9 (commit)
       via  6c3207d3dffac6c45d7b208938646c0088e7a85d (commit)
       via  64785d2c7aecbf23cb840b8abc1c76b3a39d573e (commit)
       via  cb8c8351f152e8759fb6106d6435e20b1ead23a2 (commit)
       via  0c2c3f4c79b7660be01dc0838a6fe88ddefc0cd9 (commit)
       via  e2baf85790da3147b2638c5ce47998ae6e6bd558 (commit)
       via  b8b732767c7ab18cbf041c61726d2c3c180f62ea (commit)
       via  9f52967775555a4bdae74db0918c929eb50ad5fe (commit)
       via  ff1b729f956889973994dcc24eb208c7e99a014f (commit)
       via  ab9e920b52ca2d178e174b04d89b3eec875deed7 (commit)
      from  c262a6dd486070018351b776d8612373590c2f74 (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 e116d008ca727c2dfbce25809821db6bf354f461
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Mon Jul 4 14:54:09 2011 -0400

    lsinitcpio: fix logical error in reading compression

commit 9e94550348a9bc523b7f31944b8b1806c70eacd9
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Mon Jul 4 13:08:33 2011 -0400

    autodetect: check for /sys/devices before autodetecting
    
    Oops.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 6c3207d3dffac6c45d7b208938646c0088e7a85d
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Mon Jul 4 10:53:29 2011 -0400

    cleanup devel PKGBUILD
    
    * Assign a better $pkgver that will be more in line with released
      versions. This means we can just provide this version and let pacman
      upgrade.
    * raise udev dependency to 171

commit 64785d2c7aecbf23cb840b8abc1c76b3a39d573e
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Mon Jul 4 09:58:31 2011 -0400

    Makefile: allow git-describe to determine version
    
    For distribution, a VERSION file is written to and distributed for
    storing the ref.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit cb8c8351f152e8759fb6106d6435e20b1ead23a2
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Mon Jul 4 09:38:25 2011 -0400

    mkinitcpio: include version in help msg
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 0c2c3f4c79b7660be01dc0838a6fe88ddefc0cd9
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Jul 3 16:28:56 2011 -0400

    fix module installation issues with BASEDIR
    
    Broken in 491a99.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit e2baf85790da3147b2638c5ce47998ae6e6bd558
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Jul 3 14:28:03 2011 -0400

    functions: do not null delimit modalias data
    
    These files will never be more than one line, and they're newline
    delimited already. Moreover, adding the extra null delimiters appears to
    do strange things in transit to modprobe.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit b8b732767c7ab18cbf041c61726d2c3c180f62ea
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Jul 3 13:03:11 2011 -0400

    manpage: clarify behaviors, add example, fix typos
    
    I've neglected to do this along the way and some options, such as -k or
    -p now have additional behaviors that should be made known.
    
    Now that basedir support is legit, add an example showing a possible
    invocation.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 9f52967775555a4bdae74db0918c929eb50ad5fe
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Jul 3 12:50:13 2011 -0400

    manpage: wrap at 80 columns, add a vim modeline
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit ff1b729f956889973994dcc24eb208c7e99a014f
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Jul 3 12:35:31 2011 -0400

    unify error messaging, both in grammar and output
    
    This also removes a superfluous check on MODULEDIR, which is already
    covered by get_kernver.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit ab9e920b52ca2d178e174b04d89b3eec875deed7
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Jul 3 12:21:36 2011 -0400

    mkinitcpio: refactor BASEDIR resolution
    
    This should be performed first, to avoid false positives on any checks
    that would have been previously done before we knew our BASEDIR was
    valid. Remove usage of readlink here as well, and use pushd/pwd to
    resolve. The final trimming of any trailing slash (which might be the
    entire BASEDIR value) resolves an edge case bug where specifying a
    BASEDIR that resolved to '/' would cause explosions in add_symlink.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

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

Summary of changes:
 Makefile           |   16 ++++++++----
 PKGBUILD           |   11 +++++---
 functions          |   12 ++++----
 install/autodetect |    4 +-
 lsinitcpio         |    2 +-
 mkinitcpio         |   46 ++++++++++++++++++++---------------
 mkinitcpio.5.txt   |   68 ++++++++++++++++++++++++++++++++++++++-------------
 7 files changed, 103 insertions(+), 56 deletions(-)


hooks/post-receive
-- 
The official mkinitcpio repository


More information about the arch-projects mailing list