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  b8990993271b34d309ada49197090895b0fbdfb6 (commit)
       via  ee638415e305a390cbf3fa68fb2a1fb5523f18e9 (commit)
       via  ab53aa3e3c6370d21ab763210830cd31a5a024a2 (commit)
       via  3847446603036e3a873c2d0bc0cdd6c1aa19fc2e (commit)
       via  81e6071e0f0c6ea1f4bb654e3e98493c4650e858 (commit)
      from  34876e4fe9707de961318da28dba604dffff6d49 (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 b8990993271b34d309ada49197090895b0fbdfb6
Author: Dave Reisner <[email protected]>
Date:   Mon Jun 20 11:05:08 2011 -0400

    repo-add: show better error when path to repo does not exist
    
    Previously, the error message when trying to add to a repo where a
    parent directory didn't exist was:
    
    ==> ERROR: Failed to acquire lockfile: /path/to/noexist/repo.tar.gz.lck
    
    This sucks. Make an explicit check to ensure that the path to the repo
    really does exist, and throw a meaningful error message when it can't be
    found.
    
    Dan: reuse an existing (translated) error message.
    
    Signed-off-by: Dave Reisner <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit ee638415e305a390cbf3fa68fb2a1fb5523f18e9
Author: Dan McGee <[email protected]>
Date:   Mon Jun 20 11:08:40 2011 -0500

    repo-add: allow creating a database with no compression
    
    A plain '.tar' ending should be allowed. This corresponds to how we
    handle this extension in makepkg. Also fix up the other extension
    checks, which were missing a leading '.' character.
    
    Signed-off-by: Dan McGee <[email protected]>

commit ab53aa3e3c6370d21ab763210830cd31a5a024a2
Author: Dave Reisner <[email protected]>
Date:   Mon Jun 20 10:32:12 2011 -0400

    repo-add: use bash equivalents of basename/dirname
    
    Signed-off-by: Dave Reisner <[email protected]>

commit 3847446603036e3a873c2d0bc0cdd6c1aa19fc2e
Author: Dave Reisner <[email protected]>
Date:   Sat Jun 18 19:21:21 2011 -0400

    lib/util: call _alpm_log before setting handle->pm_errno
    
    This is an unfortunate chain of events. RET_ERR and RET_ERR_VOID will
    eventually call CHECK_HANDLE, which resets the handle's pm_errno member.
    Dan probably had a reason for doing this, so we merely switch the order
    of operations in the RET_ERR macros to avoid stomping on our pm_errno.
    
    Signed-off-by: Dave Reisner <[email protected]>

commit 81e6071e0f0c6ea1f4bb654e3e98493c4650e858
Author: Dan McGee <[email protected]>
Date:   Thu Jun 16 13:50:23 2011 -0500

    pactest: add retcode=0 to several tests
    
    Signed-off-by: Dan McGee <[email protected]>

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

Summary of changes:
 lib/libalpm/util.h              |    6 ++++--
 scripts/repo-add.sh.in          |   27 +++++++++++++++++----------
 test/pacman/tests/upgrade020.py |    1 +
 test/pacman/tests/upgrade021.py |    1 +
 test/pacman/tests/upgrade022.py |    1 +
 test/pacman/tests/upgrade023.py |    1 +
 test/pacman/tests/upgrade024.py |    1 +
 test/pacman/tests/upgrade025.py |    1 +
 test/pacman/tests/upgrade026.py |    1 +
 test/pacman/tests/upgrade042.py |    1 +
 test/pacman/tests/upgrade043.py |    1 +
 test/pacman/tests/upgrade045.py |    1 +
 12 files changed, 31 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
The official pacman repository

Reply via email to