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 devtools repository".

The branch, master has been updated
       via  7fcf847bc37fb014d38dcb5c37ea3abc75e1889a (commit)
       via  5b3c14454a9c1ec00a3ef11f3f599281127b383d (commit)
       via  4408bb2a1529b5a1e62e12ac617daac945d44e27 (commit)
       via  509c00ea23e676d97072786f1fbe97dc23fa898b (commit)
      from  5713cd629c97c7a12a600a1dd73ad81d87374eb1 (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 7fcf847bc37fb014d38dcb5c37ea3abc75e1889a
Author: Eli Schwartz <eschwa...@archlinux.org>
Date:   Wed May 16 10:37:55 2018 -0400

    Do not assume the makechrootpkg user's groupname is the same as the username
    
    chown support "$user:$group" but also "$user:" which infers $group
    rather than leaving it as root. This looks up the group name in cases
    where the default group is e.g. "users" and users do not get their own
    unique groups.

commit 5b3c14454a9c1ec00a3ef11f3f599281127b383d
Author: Eli Schwartz <eschwa...@archlinux.org>
Date:   Sat Sep 30 23:40:47 2017 -0400

    Proper fix for pacman-git returning file urls from the cache
    
    It is much nicer to use a proper configuration parser to retrieve the
    primary mirror, rather than clever hacks using undocumented APIs,
    especially when their behavior as used then breaks in later releases.
    
    Fortunately, pacutils exists now and pacconf handles this quite
    elegantly. It has since been moved to pacman-git proper.
    
    Check if pacman-conf from a new enough version of pacman exists and
    fallback on pacconf from pacutils.

commit 4408bb2a1529b5a1e62e12ac617daac945d44e27
Author: Eli Schwartz <eschwa...@archlinux.org>
Date:   Sat Sep 30 23:31:23 2017 -0400

    Revert "arch-nspawn: Work around pacman master returning file-URLs from the 
cache"
    
    This reverts commit eb6b0e3f11279b6512b1469ff042d2982eaaeef4.
    
    This never worked, as pacman-git returns file urls from the cache anyway
    and pacman stable doesn't have any problem at all. Having useless code
    which makes people think the issue is solved when it really isn't, is
    bloat, so remove it.

commit 509c00ea23e676d97072786f1fbe97dc23fa898b
Author: Eli Schwartz <eschwa...@archlinux.org>
Date:   Mon Jan 15 12:36:45 2018 -0500

    makechrootpkg: Do not copy the user keyring into the chroot.
    
    Since commit 75fdff1811a0487f82c75b2e260da905102b4eea we no longer run
    integrity checks inside the chroot anyway, so this is no longer needed
    and will never be used.

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

Summary of changes:
 arch-nspawn.in   | 3 ++-
 makechrootpkg.in | 9 ++-------
 2 files changed, 4 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
The official devtools repository

Reply via email to