[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.0rc1-182-g3905ada

Dan McGee dan at archlinux.org
Sun Sep 11 20:11:25 EDT 2011


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  3905ada993bacba31a1a9005fe4a0023890296d9 (commit)
       via  d8eacae7bc1465b725e6b1c3b7ad8c27c52437f4 (commit)
       via  befddfc3e6a1f61b0bb2b6c377f3a394a7620b81 (commit)
       via  c736a12e86b826f3079f3cccde86d497528f85f3 (commit)
       via  7f1235ccbc3a81a4f8a50de96cea512353d6773e (commit)
       via  4737a87b84742e6d704e1a59792aed9427cbf620 (commit)
       via  f7653e582bc499b0c2d16968220c63615ddb9a56 (commit)
      from  db70c9da153c4767bfd96a15d40e086184bd5402 (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 3905ada993bacba31a1a9005fe4a0023890296d9
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Sep 7 17:01:00 2011 -0400

    account for partial delta files in download size
    
    Similar to an earlier commit which accounts for .part files for full
    packages, calculate the download_size for deltas keeping mind the
    possibility of a partial transfer.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit d8eacae7bc1465b725e6b1c3b7ad8c27c52437f4
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Sep 7 16:01:43 2011 -0400

    make compute_download_size consider .part files
    
    Check for the existance of a partial download of a package file before
    jumping to delta calculations. Currently, if there were 10MiB remaining
    in a 100MiB the values passed to the front end do not reflect this.
    
    Refactored from an old patch originally by Dan.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit befddfc3e6a1f61b0bb2b6c377f3a394a7620b81
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Sep 11 15:11:24 2011 -0400

    dload: provide optional netrc support
    
    if ~/.netrc exists and has credentials for the hostname requested in a
    download, they will be provided in an http auth request. This can still
    be overridden by explcitly declaring user:pass in the URL.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit c736a12e86b826f3079f3cccde86d497528f85f3
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Sep 10 23:21:22 2011 -0400

    makepkg: unset errexit when sourcing /etc/profile
    
    This is a fix for a bash3 specific bug, where a file sourced by
    /etc/profile would exit non-zero and make its way back up to makepkg,
    forcing it to exit after package installation. Along with unsetting the
    ERR handler, temporarily unset errexit to avoid this.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 7f1235ccbc3a81a4f8a50de96cea512353d6773e
Author: Dave Reisner <d at falconindy.com>
Date:   Sat Sep 10 22:47:42 2011 -0400

    paccache: escape . in trimming of diskspace string
    
    Before:
    ==> finished dry run: 2 candidates (diskspace saved: 7. MiB)
    
    After:
    ==> finished dry run: 2 candidates (diskspace saved: 7.8 MiB)
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 4737a87b84742e6d704e1a59792aed9427cbf620
Author: Dan McGee <dan at archlinux.org>
Date:   Sat Sep 10 09:31:15 2011 -0500

    download callback: show decimal places in rate if we have room
    
    Display now looks like this, whereas before we would have just showed
    '2M/s' for the extra repository download. The cutoff is placed at 100.0
    to ensure we only use 4 character slots of width (e.g. '99.9', '100').
    
    :: Synchronizing package databases...
     testing                   39.9 KiB   470K/s 00:00 [######################] 100%
     core                      51.4 KiB   469K/s 00:00 [######################] 100%
     extra                    768.8 KiB   2.1M/s 00:00 [######################] 100%
     community-testing       1941.0   B  54.4M/s 00:00 [######################] 100%
     multilib                  26.6 KiB   458K/s 00:00 [######################] 100%
     community                449.8 KiB  1649K/s 00:00 [######################] 100%
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit f7653e582bc499b0c2d16968220c63615ddb9a56
Author: Dan McGee <dan at archlinux.org>
Date:   Sat Sep 10 09:31:14 2011 -0500

    Move download callback static vars into function
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 contrib/paccache.in   |    2 +-
 lib/libalpm/delta.c   |   26 +++++++++++++++++++++-----
 lib/libalpm/dload.c   |    1 +
 lib/libalpm/sync.c    |   27 ++++++++++++++++++++++++---
 scripts/makepkg.sh.in |    4 +++-
 src/pacman/callback.c |   16 +++++++++++-----
 6 files changed, 61 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list