[pacman-dev] [GIT] pacman branch, master now at R_3_0_0-171-g214f264

Dan McGee dan at archlinux.org
Sat Jun 2 13:47:18 EDT 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  214f264bd06afc0d1cc479c75e46b05cc0e85200 (commit)
       via  111c0f71c3d4154d2b6694c855f11f0d4b07cb9d (commit)
       via  40af40da4cd9c35b469b7076de5a7c6a3f553327 (commit)
       via  9883c157f94de4fe1b45ab13b3779e12bf105392 (commit)
       via  e19d7da4f9e77c58c662329d62414bf0cab54918 (commit)
       via  afd2adf1f3b4a37798fccb26f92f711c4b545151 (commit)
       via  ed13ac2cc8dd15d8a19d769cc77941ad18ac1a7c (commit)
       via  fe2c58fc9211dfc1d50c145397b947325abd1bdc (commit)
      from  fb10e0c797b649dc036bc0432dc77cffaabbc56d (commit)

- Log -----------------------------------------------------------------
commit 214f264bd06afc0d1cc479c75e46b05cc0e85200
Author: Dan McGee <dan at archlinux.org>
Date:   Sat Jun 2 13:39:47 2007 -0400

    Rename functions in makepkg for consistency
    
    Add a hyphen to any function name that needs it so we are consistent across
    the board.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 111c0f71c3d4154d2b6694c855f11f0d4b07cb9d
Author: Ash Milsted <thatistosayiseenem at gawab.com>
Date:   Sat Jun 2 12:42:36 2007 -0400

    makepkg: fix create_xdelta() and add warning
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 40af40da4cd9c35b469b7076de5a7c6a3f553327
Author: Andrew Fyfe <andrew at neptune-one.net>
Date:   Fri Jun 1 22:21:31 2007 +0100

    scripts/makepkg.in: Some more clean ups.
    
    Signed-off-by: Andrew Fyfe <andrew at neptune-one.net>

commit 9883c157f94de4fe1b45ab13b3779e12bf105392
Author: Dan McGee <dan at archlinux.org>
Date:   Sat Jun 2 11:45:17 2007 -0400

    makepkg: code cleanup
    
    * Collapse some if statements (Andrew Fyfe)
    * Add some E_ exit designations
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit e19d7da4f9e77c58c662329d62414bf0cab54918
Author: Andrew Fyfe <andrew at neptune-one.net>
Date:   Fri Jun 1 22:10:27 2007 +0100

    scripts/makepkg.in: Move the remaining stages into functions.
    
      * Move download code to download_sources()
      * Move checksum generation code to generate_checksums()
      * Move checksum check code to check_checksums()
      * Move extract source code to extract_sources()
    
    Signed-off-by: Andrew Fyfe <andrew at neptune-one.net>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit afd2adf1f3b4a37798fccb26f92f711c4b545151
Author: Andrew Fyfe <andrew at neptune-one.net>
Date:   Fri Jun 1 19:55:53 2007 +0100

    scripts/makepkg.in: All calls to eval_gettext have been remove, gettext.sh is no longer needed.
    
    Signed-off-by: Andrew Fyfe <andrew at neptune-one.net>

commit ed13ac2cc8dd15d8a19d769cc77941ad18ac1a7c
Author: Dan McGee <dan at archlinux.org>
Date:   Sat Jun 2 13:17:26 2007 -0400

    Remove freespace checking code
    
    This code depends on /etc/mtab existance, which is not very reliable in all
    cases, especially in a chroot or non-Linux environment. Dump it for now
    until we can find a better way.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit fe2c58fc9211dfc1d50c145397b947325abd1bdc
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Sat Jun 2 12:34:01 2007 -0400

    Move parts of pacman_query into subfunctions (query_search, query_group, query_isfile)
    
    Clean up pacman_query so functionality is actually in functions, similar to how
    sync.c is organized. After doing this, it is easy to see similarity in the code
    between sync.c and query.c, so we should be able to consolidate some of this.
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Diffstat:
 lib/libalpm/add.c   |    7 -
 lib/libalpm/sync.c  |   11 --
 lib/libalpm/trans.c |   79 ---------
 lib/libalpm/trans.h |    3 -
 scripts/makepkg.in  |  454 ++++++++++++++++++++++++++------------------------
 src/pacman/query.c  |  414 ++++++++++++++++++++++++++--------------------
 src/pacman/sync.c   |   27 ++--
 7 files changed, 484 insertions(+), 511 deletions(-)

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  fb10e0c797b649dc036bc0432dc77cffaabbc56d \
  214f264bd06afc0d1cc479c75e46b05cc0e85200




More information about the pacman-dev mailing list