[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20130808-4-g9c85d11

Pierre Schmitz pierre at archlinux.org
Sun Aug 18 12:22:31 EDT 2013


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 devtools repository".

The branch, master has been updated
       via  9c85d116f0425817b4a631e7a693dc5c948e2470 (commit)
       via  914ebe3a74287a7972fd4ba33ce3daa77ff96fc8 (commit)
       via  7267664ed86d17c63b12f05d10e8ffb33aab4938 (commit)
       via  e0f7c21a68ddd244f99710ab19ac6e70cc32fa20 (commit)
      from  8dbb02de4f50aeb05c5df2ef8d9c8cf394b4f9ac (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 9c85d116f0425817b4a631e7a693dc5c948e2470
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Aug 11 19:36:31 2013 -0400

    checkpkg: avoid using PKGEXT to guess tarball name
    
    We can't rely on PKGEXT since it's not sourced from a controlled
    location. Case in point, if a user sets PKGEXT=.pkg.tar.gz, checkpkg
    fails and offers no easy workaround.
    
    Instead, use glob expansion to resolve the name of the tarball, bailing
    if it can't be found definitively. This involves some refactoring to
    avoid modifying PWD (which is advisable regardless).
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Pierre Schmitz <pierre at archlinux.de>

commit 914ebe3a74287a7972fd4ba33ce3daa77ff96fc8
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Aug 11 18:09:25 2013 -0400

    ensure that PKGBUILDs aren't sourced via PATH
    
    Fixes FS#36378.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Pierre Schmitz <pierre at archlinux.de>

commit 7267664ed86d17c63b12f05d10e8ffb33aab4938
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Fri Aug 9 21:33:59 2013 -0400

    arch-nspawn: allow oddly named directories
    
    This fixes various errors one might encounter when trying to use a
    build root or cachedir with whitespace in it.
    
    Note that the cachedir fix is not a complete one, as pacman's output is
    unreliable (and not meant for parsing here).
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Pierre Schmitz <pierre at archlinux.de>

commit e0f7c21a68ddd244f99710ab19ac6e70cc32fa20
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Fri Aug 9 21:33:58 2013 -0400

    arch-nspawn: avoid escaping mount_args
    
    eval is no longer involved in the execution of systemd-nspawn, so we no
    longer need a layer of escaping on the arguments.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Pierre Schmitz <pierre at archlinux.de>

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

Summary of changes:
 arch-nspawn.in | 26 +++++++++++---------------
 checkpkg.in    | 32 +++++++++++++++++---------------
 commitpkg.in   |  2 +-
 3 files changed, 29 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
The official devtools repository


More information about the arch-projects mailing list