[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20191016-6-g0017263

Levente Polyak anthraxx at archlinux.org
Thu Nov 7 20:30:22 UTC 2019


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  001726337972f35e1907f6460831c3c3c9d656e4 (commit)
       via  751093eff2cbd0df422b69810787b4fcf3d33208 (commit)
       via  f43a86ee8a3a3bfbdc32c2d70516d945afcd8515 (commit)
       via  00671765296ad598f392df7a542dbfca48a6e7b7 (commit)
       via  75d23eec942e7160108ee194894b6b83ed3045d5 (commit)
      from  6679c28625b1e48bc115290b7c41941366d44a05 (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 001726337972f35e1907f6460831c3c3c9d656e4
Author: Eli Schwartz <eschwartz at archlinux.org>
Date:   Fri Aug 9 14:26:57 2019 -0400

    Makefile: sort program names
    
    Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
    Signed-off-by: Levente Polyak <anthraxx at archlinux.org>

commit 751093eff2cbd0df422b69810787b4fcf3d33208
Author: Eli Schwartz <eschwartz at archlinux.org>
Date:   Fri Aug 9 14:31:53 2019 -0400

    use libmakepkg to find and use variables in makepkg.conf
    
    - drop homebrew function in makechrootpkg
    - use better mock to find invoking user's $HOME
    - make offload-build respect makepkg.conf to determine where to sync
      files, matching the behavior of makechrootpkg
    
    Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
    Signed-off-by: Levente Polyak <anthraxx at archlinux.org>

commit f43a86ee8a3a3bfbdc32c2d70516d945afcd8515
Author: Eli Schwartz <eschwartz at archlinux.org>
Date:   Wed Oct 2 10:49:32 2019 -0400

    arch-nspawn: simplify cachedir/host_mirror parsing
    
    consolidate logic flows in the same area for parsing and building
    arrays. Don't bother having a special function just to build the
    mount_args array, since we now use the same handling for adding any
    cachedir (including host mirrors) to the mount arguments, this becomes a
    trivial for loop -- and it really did not need to be delayed until after
    the sanity check, anyway.
    
    Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
    Signed-off-by: Levente Polyak <anthraxx at archlinux.org>

commit 00671765296ad598f392df7a542dbfca48a6e7b7
Author: Eli Schwartz <eschwartz at archlinux.org>
Date:   Wed Oct 2 10:36:53 2019 -0400

    arch-nspawn: restore cachedir handling for host_mirrors
    
    In commit 27ff286ee78eb2faac803e3ef67f3171ddfa0098, we moved from
    sourcing the primary cachedir via /etc/pacman.conf, to using the
    pacman.conf in the workdir. One unanticipated side effect of this was
    breaking the special host mirrors magic we used to turn a host mirror
    into a cachedir. It was still processed as a server, but we relied on it
    being in the host's cachedirs in order to be persisted, and this no
    longer occurred.
    
    Solve this by explicitly adding each host mirror root as a cachedir.
    
    Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
    Signed-off-by: Levente Polyak <anthraxx at archlinux.org>

commit 75d23eec942e7160108ee194894b6b83ed3045d5
Author: Daniel M. Capella <polyzen at archlinux.org>
Date:   Fri Sep 27 18:55:45 2019 -0400

    commitpkg: Include commit msg arg in first line
    
    Commit messages belong on the first line, with optional "explanatory
    text" starting after a blank line:
    https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
    
    Referencing commit ee970f0bde3c90a0dff909c366d4ab1a1bff9b9d
    
    Signed-off-by: Daniel M. Capella <polyzen at archlinux.org>
    Signed-off-by: Levente Polyak <anthraxx at archlinux.org>

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

Summary of changes:
 Makefile         | 12 ++++++------
 arch-nspawn.in   | 31 ++++++++++++++-----------------
 commitpkg.in     |  4 ++--
 makechrootpkg.in | 34 ++++++----------------------------
 offload-build    |  9 ++++++++-
 5 files changed, 36 insertions(+), 54 deletions(-)


hooks/post-receive
-- 
The official devtools repository


More information about the arch-projects mailing list