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, maint has been updated
       via  73d0d743bda5367fcab2453bbe21c15e481150c2 (commit)
       via  2b38f4eab7684e0f1e78b0b10953bf28915e963a (commit)
       via  36413aa856a7cace1851679c1398403b30417e80 (commit)
       via  102e6209c7c850f75b0594e002fc51db83e6c39b (commit)
       via  24c166f42aab6b28a326e7cdbb3185e101814812 (commit)
       via  a857b9c8e09abc733aa4f32777bdce8dc95858bc (commit)
       via  c6e1d4ddde97db2ce5c6becd31cec1a06e42222f (commit)
       via  a1437cbf1bccc025d33e083e1a79e85c57c6e2df (commit)
       via  def9e45affaf5212cd10b71a55f0b668f2e73ee4 (commit)
      from  f1d9b0a74a9e38dc9e6153eac76f4c2482fd24aa (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 73d0d743bda5367fcab2453bbe21c15e481150c2
Author: Allan McRae <[email protected]>
Date:   Sun Jan 8 23:57:48 2012 +1000

    makepkg: abort on missing download agent
    
    makepkg would not abort on a missing download agent due to the
    output variable being declared local on the same line as the
    function call in the assignment. That would result in strange output
    such as:
    
    ==> Retrieving Sources...
    ==> ERROR: There is no agent set up to handle foo URLs. Check 
/etc/makepkg.conf.
        Aborting...
      -> Downloading foobaz...
    /home/arch/code/pacman/scripts/makepkg: line 401: foo://foobaz: No such 
file or directory
    ==> ERROR: Failure while downloading foobaz
        Aborting...
    
    Signed-off-by: Allan McRae <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 2b38f4eab7684e0f1e78b0b10953bf28915e963a
Author: Allan McRae <[email protected]>
Date:   Sun Jan 8 21:54:35 2012 +1000

    makepkg: fix missing source file detection
    
    Declaring the variable as local on the same line as the assignment
    results in result of the assignment being returned rather than the
    result of the function on the righthand side of the assignment.
    
    Declaring the variable as local on a separate line means the result
    of the function on the r.h.s. is returned and our error function
    will be invoked if necessary  (although it is practically impossible
    to ever trigger it...).
    
    Signed-off-by: Allan McRae <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 36413aa856a7cace1851679c1398403b30417e80
Author: Allan McRae <[email protected]>
Date:   Sun Jan 8 21:48:04 2012 +1000

    makepkg: simplify source archive generation
    
    Simplify the source tarball generation by unifying the handling of
    local and remote files.  This also allows local files to be found
    in $SRCDEST (FS#26580) and makepkg will abort on missing local source
    files (only possible to trigger in combination with --skipinteg).
    
    Signed-off-by: Allan McRae <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 102e6209c7c850f75b0594e002fc51db83e6c39b
Author: canyonknight <[email protected]>
Date:   Sat Jan 7 16:15:02 2012 -0500

    Fix zsh completion for *.pkg.tar
    
    Signed-off-by: canyonknight <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 24c166f42aab6b28a326e7cdbb3185e101814812
Author: canyonknight <[email protected]>
Date:   Sat Jan 7 16:12:55 2012 -0500

    Fix bash completion for *.pkg.tar
    
    Signed-off-by: canyonknight <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit a857b9c8e09abc733aa4f32777bdce8dc95858bc
Author: Dan McGee <[email protected]>
Date:   Thu Jan 5 17:04:42 2012 -0600

    Update translations from Transifex
    
    Signed-off-by: Dan McGee <[email protected]>

commit c6e1d4ddde97db2ce5c6becd31cec1a06e42222f
Author: Dan McGee <[email protected]>
Date:   Thu Jan 5 17:02:10 2012 -0600

    Update scripts translation catalog
    
    Signed-off-by: Dan McGee <[email protected]>

commit a1437cbf1bccc025d33e083e1a79e85c57c6e2df
Author: Dan McGee <[email protected]>
Date:   Thu Jan 5 16:48:21 2012 -0600

    Remove useless logger message
    
    We don't need two log messages back-to-back about the same thing here.
    
    Signed-off-by: Dan McGee <[email protected]>

commit def9e45affaf5212cd10b71a55f0b668f2e73ee4
Author: Dan McGee <[email protected]>
Date:   Thu Jan 5 16:34:51 2012 -0600

    Search for PGP subkeys in a keyserver-acceptable way
    
    PGP keyservers are pieces of sh** when it comes to searching for
    subkeys, and only allow it if you submit an 8-character fingerprint
    rather than the recommended and less chance of collision 16-character
    fingerprint.
    
    Add a second remote lookup for the 8-character version of a key ID if we
    don't find anything the first time we look up the key. This fixes
    FS#27612 and the deficiency has been sent upstream to the GnuPG users
    mailing list as well.
    
    Signed-off-by: Dan McGee <[email protected]>

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

Summary of changes:
 contrib/bash_completion.in    |    4 +-
 contrib/zsh_completion.in     |    8 +-
 lib/libalpm/remove.c          |    1 -
 lib/libalpm/signing.c         |   26 ++++-
 scripts/makepkg.sh.in         |   14 ++--
 scripts/po/ca.po              |   10 ++-
 scripts/po/cs.po              |   10 ++-
 scripts/po/da.po              |   10 ++-
 scripts/po/de.po              |   10 ++-
 scripts/po/el.po              |   10 ++-
 scripts/po/en_GB.po           |   13 ++-
 scripts/po/es.po              |   10 ++-
 scripts/po/fi.po              |   10 ++-
 scripts/po/fr.po              |   10 ++-
 scripts/po/hu.po              |   28 +++---
 scripts/po/it.po              |   10 ++-
 scripts/po/kk.po              |   10 ++-
 scripts/po/lt.po              |   19 +++--
 scripts/po/nb.po              |   10 ++-
 scripts/po/pacman-scripts.pot |    7 +-
 scripts/po/pl.po              |   17 ++-
 scripts/po/pt.po              |   10 ++-
 scripts/po/pt_BR.po           |   10 ++-
 scripts/po/ro.po              |   10 ++-
 scripts/po/ru.po              |   10 ++-
 scripts/po/sk.po              |  203 +++++++++++++++++++++++-----------------
 scripts/po/sr.po              |   10 ++-
 scripts/po/[email protected]        |   10 ++-
 scripts/po/sv.po              |   10 ++-
 scripts/po/tr.po              |   63 +++++++++----
 scripts/po/uk.po              |   18 ++--
 scripts/po/zh_CN.po           |   10 ++-
 scripts/po/zh_TW.po           |    7 +-
 src/pacman/po/fi.po           |    6 +-
 src/pacman/po/hu.po           |   10 +-
 src/pacman/po/lt.po           |    9 +-
 src/pacman/po/sk.po           |   25 +++---
 src/pacman/po/uk.po           |   10 +-
 38 files changed, 426 insertions(+), 252 deletions(-)


hooks/post-receive
-- 
The official pacman repository

Reply via email to