[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.1.2-475-gbd744d0

Allan McRae allan at archlinux.org
Tue Nov 4 10:14:28 UTC 2014


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  bd744d067da1ac455e8a9cdfb622c655f14e485d (commit)
       via  8cd41ec62bb081c8cdedafab2a96166d861939b5 (commit)
       via  4114e25df15a3f98bdd6f2d8e86996f1f8f04100 (commit)
       via  1e0b2f6629f82c345b65693d607857c1c021aa6a (commit)
       via  566dc233570c58a833da06233d3e6279b89df1e1 (commit)
       via  75c80caebc8b5b6e3630af68b786c649c450fc95 (commit)
       via  82208c0239312fdf3da19892dc6a04e3e4cc3bb7 (commit)
       via  9d4d81783d59d5abf90f6ca3093f67b3ecfec7fc (commit)
       via  d649dc669db2201b274919223ed0aa6b7c37d70d (commit)
       via  91876c21f16ec14b8b7362a98b72588aeb893ea3 (commit)
       via  44bcb7332766dc6562a4cd74ad1fd55f52041e64 (commit)
       via  d6785a572638f8ab0550aeefca096dca2020a0fc (commit)
       via  d8f395fb563d3988f8a3bed16808e6ac5ca56435 (commit)
       via  11dff8a50e8b1801a97a4dc08b567ae94d8060c2 (commit)
       via  9d96bed9d6b57c1f3cfb4220e80f6dd473d86683 (commit)
      from  a0cfed7df2ffac12df2bc935c53d273230f8aaa4 (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 bd744d067da1ac455e8a9cdfb622c655f14e485d
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Mon Oct 20 13:49:47 2014 -0400

    add pacman-db-upgrade-v9.py to check_SCRIPTS
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 8cd41ec62bb081c8cdedafab2a96166d861939b5
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Thu Oct 23 02:54:50 2014 -0400

    tests/pacman-db-upgrade-v9: set additional paths
    
    --config does not respect root, causing pacman-db-upgrade to read the
    local pacman.conf rather than the one in the test root.
    
    Also add a rule to ensure the ALPM_DB_VERSION file is actually being
    created.
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 4114e25df15a3f98bdd6f2d8e86996f1f8f04100
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Thu Oct 23 02:53:44 2014 -0400

    pmtest: make test paths easily available to tests
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 1e0b2f6629f82c345b65693d607857c1c021aa6a
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Mon Oct 20 13:50:23 2014 -0400

    pacman-db-upgrade: fix --config option typo
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 566dc233570c58a833da06233d3e6279b89df1e1
Author: Eric Schultz <eric at schultzter.ca>
Date:   Wed Oct 29 09:16:00 2014 -0400

    Exit with 0/SUCCESS if there are no packages to remove
    
    Previously the lack of candidate packages was considered an error
    and return 1/FAILURE but really this isn't an issue. Also, for
    systemd (and others) this flagged the instance as having failed
    for no good reason.
    
    Signed-off-by: Eric Schultz <eric at schultzter.ca>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 75c80caebc8b5b6e3630af68b786c649c450fc95
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Oct 18 08:38:53 2014 -0400

    makepkg.8: fix typo in reference to other flag
    
    it's --syncdeps, not --syndeps

commit 82208c0239312fdf3da19892dc6a04e3e4cc3bb7
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Wed Oct 15 05:38:55 2014 -0400

    testdb: ignore ALPM_DB_VERSION
    
    Replaces the test for hidden files which appears to be leftover from
    2e431e1cc before sync db checking was moved to a separate function.
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 9d4d81783d59d5abf90f6ca3093f67b3ecfec7fc
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Oct 15 08:52:25 2014 -0400

    paccache: avoid spurious blank line written to stderr
    
    this is just stylistic formatting, so write it to stdout.
    
    ref: https://bugs.archlinux.org/task/42389
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit d649dc669db2201b274919223ed0aa6b7c37d70d
Author: Christian Hesse <mail at eworm.de>
Date:   Thu Oct 16 15:36:55 2014 +0200

    dload: mark final_url as const
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 91876c21f16ec14b8b7362a98b72588aeb893ea3
Author: Miguel de Val-Borro <miguel at archlinux.net>
Date:   Wed Oct 15 12:17:11 2014 -0400

    doc/translation-help.txt: Removed out-of-date paragraph
    
    Signed-off-by: Miguel de Val-Borro <miguel at archlinux.net>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 44bcb7332766dc6562a4cd74ad1fd55f52041e64
Author: Miguel de Val-Borro <miguel at archlinux.net>
Date:   Wed Oct 15 12:16:55 2014 -0400

    doc/translation-help.txt: Minor rewording of Transifex usage
    
    Updated as per Allan's suggestion and fixed Transifex URLs.
    
    Signed-off-by: Miguel de Val-Borro <miguel at archlinux.net>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit d6785a572638f8ab0550aeefca096dca2020a0fc
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Oct 18 08:27:07 2014 -0400

    makepkg: always look for sources in source=()
    
    This regression snuck in during some reviewing of 963f7fe02fcb14
    (arch-specific sources). We must always check the source=() array for
    sources.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit d8f395fb563d3988f8a3bed16808e6ac5ca56435
Author: Christian Hesse <mail at eworm.de>
Date:   Thu Oct 9 09:51:51 2014 +0200

    dload: unlink file on filesize exceeded error
    
    On filesize exceeded error pacman leaves a .part file in cache dir,
    resulting in this error on next try:
    
    error: failed to commit transaction (wrong or NULL argument passed)
    Errors occurred, no packages were upgraded.
    
    Unlink the file on error to avoid this.

commit 11dff8a50e8b1801a97a4dc08b567ae94d8060c2
Author: Christian Hesse <mail at eworm.de>
Date:   Fri Oct 10 10:29:04 2014 +0200

    dload: use better error message on exceeded file size
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 9d96bed9d6b57c1f3cfb4220e80f6dd473d86683
Author: Christian Hesse <mail at eworm.de>
Date:   Mon Oct 6 13:00:38 2014 +0200

    be_sync: use effective URL for db file signature download
    
    If download server is dynamic mirror chances are that db file download
    and db file signature download are redirected to different mirrors,
    resulting in invalid signature.
    This uses effective URL for db file signature download and makes the
    files always match.
    
    Signed-off-by: Christian Hesse <mail at eworm.de>
    Signed-off-by: Allan McRae <allan at archlinux.org>

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

Summary of changes:
 contrib/paccache.sh.in               |  4 ++--
 doc/makepkg.8.txt                    |  2 +-
 doc/translation-help.txt             | 18 +++++++-----------
 lib/libalpm/be_sync.c                | 10 +++++-----
 lib/libalpm/dload.c                  | 15 +++++++--------
 lib/libalpm/dload.h                  |  2 +-
 scripts/makepkg.sh.in                |  6 +++---
 scripts/pacman-db-upgrade.sh.in      |  2 +-
 src/util/testdb.c                    |  2 +-
 test/pacman/pmtest.py                | 20 ++++++++++++++++----
 test/scripts/Makefile.am             |  1 +
 test/scripts/pacman-db-upgrade-v9.py |  6 +++++-
 12 files changed, 50 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list