[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.1.1-53-ge81dec9

Dan McGee dan at archlinux.org
Tue Feb 5 20:50:08 EST 2008


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  e81dec9b8c65f7c882f5f447cdc117783259f4a4 (commit)
       via  eca30ed66accd7c1555eb94cbdea60051efcf7f3 (commit)
       via  b29838c8250125a22016c16180e941d059d55539 (commit)
       via  7d7a33791211b26d69bcf3c23174250dd14e9486 (commit)
       via  93a3050ed9e9735352013014da52adcdf896f95f (commit)
       via  a7a9f37561b45d2d2900b4c419ac3b9f0c7f2d75 (commit)
       via  7069b96173aa256d1c2eaed2d21811639e10e566 (commit)
       via  69bc5ea5e28086c8eea6808be2be3c84b555863b (commit)
       via  96ee1bca2473ea32d647db0464653424e34b1e91 (commit)
       via  37bb99abfa5672e101e34579882e22c7a1016a9b (commit)
       via  5d03a6fd94c17442e05574b918970dfe12400cfa (commit)
       via  4fad7855fae4a01b265c7d28c12b995a19ebc72d (commit)
       via  7786bf6024b6fbf13ba474aaa24613f2079d8cef (commit)
      from  c492ca840c54d8d45d5916a280f2119c363e0aba (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 e81dec9b8c65f7c882f5f447cdc117783259f4a4
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Sat Feb 2 23:24:49 2008 +0100

    remove --force option from repo-add.
    
    The force option should only be specified in the PKGBUILD with
    options=(force).  This information should be handled like any other meta
    info, and there is no need to have a special repo-add option for it.
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>
    [Dan: fix up a few more references in contrib/ scripts, etc]
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit eca30ed66accd7c1555eb94cbdea60051efcf7f3
Merge: 93a3050ed9e9735352013014da52adcdf896f95f b29838c8250125a22016c16180e941d059d55539
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Feb 5 19:31:23 2008 -0600

    Merge branch 'maint'
    
    Conflicts:
    
    	contrib/gensync
    	contrib/updatesync

commit 93a3050ed9e9735352013014da52adcdf896f95f
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Feb 5 17:57:17 2008 -0600

    Remove "Installed Size" hackeration
    
    Keeping this hack around where installed size is only shown if it is
    greater than total download size encourages broken repository databases.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 5d03a6fd94c17442e05574b918970dfe12400cfa
Author: Dan McGee <dan at archlinux.org>
Date:   Sat Feb 2 14:16:47 2008 -0600

    Remove gettext calls from gensync/updatesync
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 4fad7855fae4a01b265c7d28c12b995a19ebc72d
Author: Dan McGee <dan at archlinux.org>
Date:   Sat Feb 2 14:09:22 2008 -0600

    Remove gensync and updatesync from normal distribution
    
    Move these two scripts into contrib/, and start the process of de-automaking
    them by removing the @sysconfdir@ references and the gettext initialization.
    The removal of all gettext will soon follow.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 ChangeLog.proto                                |   16 ++++++
 Makefile.am                                    |    2 +-
 contrib/Makefile.am                            |    2 +
 contrib/README                                 |    4 ++
 scripts/gensync.sh.in => contrib/gensync       |   63 ++++++++----------------
 scripts/updatesync.sh.in => contrib/updatesync |   61 ++++++++---------------
 doc/makepkg.8.txt                              |   14 +++++-
 doc/repo-add.8.txt                             |   12 +----
 po/POTFILES.in                                 |    2 -
 scripts/.gitignore                             |    2 -
 scripts/Makefile.am                            |   10 +---
 scripts/makepkg.sh.in                          |    3 +
 scripts/repo-add.sh.in                         |   14 ++---
 scripts/repo-remove.sh.in                      |    4 +-
 src/pacman/add.c                               |    5 +-
 src/pacman/query.c                             |   15 ++++--
 src/pacman/remove.c                            |    4 +-
 src/pacman/sync.c                              |    2 +-
 src/pacman/util.c                              |   34 +++++++++++--
 src/pacman/util.h                              |    1 +
 20 files changed, 138 insertions(+), 132 deletions(-)
 create mode 100644 ChangeLog.proto
 delete mode 100644 contrib/.gitignore
 rename scripts/gensync.sh.in => contrib/gensync (67%)
 mode change 100644 => 100755
 rename scripts/updatesync.sh.in => contrib/updatesync (61%)
 mode change 100644 => 100755


hooks/post-receive
--
The official pacman repository




More information about the pacman-dev mailing list