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, master has been updated
       via  c88ac86292a9cd9b87ab9ebf203b9eca75af1f28 (commit)
       via  6e1b1aea5908fba6669b31a0a92f934a6a2aa244 (commit)
       via  b53aa87ea9489f15c42c5213569be0b73789b77f (commit)
       via  cb07265851898ae352ef801ef99c98f26e28b03e (commit)
       via  545eac145d77c66714ec88a88056ac3827c9b240 (commit)
       via  b9dd8ce2334daea7e3949370c17c64e973b7c6db (commit)
       via  65c1f06be5a9c4bdb197b61563da7c2e28162392 (commit)
       via  5b27e78ba015a48baf2d3c8687fdf3084781f9c9 (commit)
       via  594621cbeb2f27ce8d36e652c4fdd9a9d4385ec3 (commit)
       via  1e51b81c6392125899c94761b5aa35bb6a0e032c (commit)
       via  7ddb645bd7cf7e1c56a508321df511864da411a4 (commit)
       via  a05757f984f526233e90a774beb571dba8270ff0 (commit)
       via  20ba3cfe4e92beab9ae368bf73c1609f2555ee9a (commit)
       via  82522dd8c1f4cd9f19d0cae83368689971f48ebd (commit)
      from  92f0775e76c75ebe9e30355cc99bb40cf365abcb (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 c88ac86292a9cd9b87ab9ebf203b9eca75af1f28
Author: Xavier Chantry <[email protected]>
Date:   Sat Dec 20 06:51:59 2008 +0100

    Log commandline in pacman/alpm log
    
    This implements FS#11452.
    
    Original-work-by: silvio <[email protected]>
    Signed-off-by: Xavier Chantry <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 6e1b1aea5908fba6669b31a0a92f934a6a2aa244
Author: Xavier Chantry <[email protected]>
Date:   Sun Sep 6 23:01:55 2009 +0200

    Add pactest for 'any' architecture
    
    Signed-off-by: Xavier Chantry <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit b53aa87ea9489f15c42c5213569be0b73789b77f
Author: Xavier Chantry <[email protected]>
Date:   Tue Aug 18 20:30:04 2009 +0200

    makepkg : check for invalid backup entry
    
    This implements FS#13551
    
    Signed-off-by: Xavier Chantry <[email protected]>
    Signed-off-by: Allan McRae <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit cb07265851898ae352ef801ef99c98f26e28b03e
Author: Xavier Chantry <[email protected]>
Date:   Tue Aug 25 00:19:20 2009 +0200

    makepkg : refactor run_build and run_package
    
    These two functions were very similar.
    
    Signed-off-by: Xavier Chantry <[email protected]>
    Signed-off-by: Allan McRae <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 545eac145d77c66714ec88a88056ac3827c9b240
Author: Henning Garus <[email protected]>
Date:   Sun Aug 23 17:16:21 2009 +0200

    makepkg: exit on error during build() or package()
    
    Set the ERR trap to abort upon encountering an error during the execution
    of a build or package function.
    
    Activate set -E, which lets functions inherit the ERR trap.
    
    Signed-off-by: Henning Garus <[email protected]>
    Signed-off-by: Allan McRae <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit b9dd8ce2334daea7e3949370c17c64e973b7c6db
Merge: 65c1f06be5a9c4bdb197b61563da7c2e28162392 
1e51b81c6392125899c94761b5aa35bb6a0e032c
Author: Dan McGee <[email protected]>
Date:   Sun Sep 6 15:54:11 2009 -0500

    Merge branch 'maint'

commit 65c1f06be5a9c4bdb197b61563da7c2e28162392
Author: Xavier Chantry <[email protected]>
Date:   Wed Aug 19 18:35:32 2009 +0200

    Allow $arch to be used in Server
    
    similarly to the $repo variable, Server can now contain $arch, which will be
    automatically replaced by the appropriate architecture.
    
    This allows us to have one universal mirrorlist file, for both i686 and 
x86_64,
    woohoo!
    
    Signed-off-by: Xavier Chantry <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 5b27e78ba015a48baf2d3c8687fdf3084781f9c9
Author: Xavier Chantry <[email protected]>
Date:   Wed Aug 19 17:58:03 2009 +0200

    Check package arch before installing
    
    This implements FS#15622
    
    Signed-off-by: Xavier Chantry <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 594621cbeb2f27ce8d36e652c4fdd9a9d4385ec3
Author: Xavier Chantry <[email protected]>
Date:   Tue Jul 21 23:03:25 2009 -0500

    Add Architecture and --arch option
    
    Signed-off-by: Xavier Chantry <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

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

Summary of changes:
 configure.ac                                   |    5 +
 doc/makepkg.8.txt                              |    4 +
 doc/pacman.8.txt                               |    2 +
 doc/pacman.conf.5.txt                          |   14 ++-
 etc/pacman.conf.in                             |    4 +-
 lib/libalpm/alpm.h                             |    4 +
 lib/libalpm/error.c                            |    2 +
 lib/libalpm/handle.c                           |   16 ++
 lib/libalpm/handle.h                           |    1 +
 lib/libalpm/trans.c                            |   33 ++++
 pactest/tests/{upgrade004.py => upgrade080.py} |    6 +-
 pactest/tests/{upgrade071.py => upgrade081.py} |    6 +-
 pactest/tests/{upgrade072.py => upgrade082.py} |   12 +-
 pactest/tests/{upgrade071.py => upgrade083.py} |    9 +-
 pactest/tests/{upgrade004.py => upgrade084.py} |    6 +-
 po/ru.po                                       |  111 +++++++-------
 scripts/makepkg.sh.in                          |  199 ++++++++++++++----------
 scripts/rankmirrors.py.in                      |    2 +
 src/pacman/pacman.c                            |   67 ++++++++-
 src/pacman/remove.c                            |    6 +
 src/pacman/sync.c                              |    6 +
 src/pacman/upgrade.c                           |    6 +
 22 files changed, 366 insertions(+), 155 deletions(-)
 copy pactest/tests/{upgrade004.py => upgrade080.py} (57%)
 copy pactest/tests/{upgrade071.py => upgrade081.py} (66%)
 copy pactest/tests/{upgrade072.py => upgrade082.py} (52%)
 copy pactest/tests/{upgrade071.py => upgrade083.py} (60%)
 copy pactest/tests/{upgrade004.py => upgrade084.py} (59%)


hooks/post-receive
--
The official pacman repository

Reply via email to