[GIT] The official pacman repository branch, maint, updated. v3.3.2-7-gfff6d9d

View: New views
1 Messages — Rating Filter:   Alert me  

[GIT] The official pacman repository branch, maint, updated. v3.3.2-7-gfff6d9d

by Dan McGee-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

The branch, maint has been updated
       via  fff6d9dc2e6c61f67d6a50e2dde655f388c173a8 (commit)
      from  21caf8730f9d089e351bf73b8bfd46b316c518a9 (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 fff6d9dc2e6c61f67d6a50e2dde655f388c173a8
Author: Allan McRae <allan@...>
Date:   Thu Oct 22 14:25:24 2009 +1000

    makepkg: allow passing arguments with spaces
   
    Currently makepkg takes the commandline arguments, assigns them to a
    variable and passes that variable to the next makepkg call (within
    fakeroot).
   
    Use a comination of quotes and arrays in this process to ensure any
    arguments passed within quotes and containing spaces stay as a single
    argument during the second makepkg call.
   
    Thanks to Dan for figuring out how to get this working.
   
    Signed-off-by: Allan McRae <allan@...>
    Signed-off-by: Dan McGee <dan@...>

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

Summary of changes:
 scripts/makepkg.sh.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
--
The official pacman repository