[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20170813-13-g94160d6
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 94160d62b8d3de9d737f5ec70451fefa9ceda6d1 (commit) via 095e5305e45a32d4eee1e43a493200f4bc8455b3 (commit) via e4db687d108d7e7cd32654b9c8eed4c7c12cb094 (commit) from ddd508efc083fc9beb6f2c96e2537521b31c1e6f (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 94160d62b8d3de9d737f5ec70451fefa9ceda6d1 Author: Luke Shumaker <lukeshu@parabola.nu> Date: Sun Sep 24 18:56:32 2017 -0400 use makepkg library instead of local function copies This mirrors dbscripts commit 625fa02 by Pierre Schmitz <pierre@archlinux.de> at 2017-04-18 14:20:49 commit 095e5305e45a32d4eee1e43a493200f4bc8455b3 Author: Luke Shumaker <lukeshu@parabola.nu> Date: Sat Sep 16 18:00:11 2017 -0400 makechrootpkg: Fix function usage comments A couple of the comments noting which globals are used by functions are outdated/wrong. - download_sources() : Remove USER from the list. It was always wrong. Originally, it should have been SUDO_USER (not USER), but I should have removed it entirely in 4f23609. - move_products() : Add SRCPKGDEST to the list. Though the commit adding the comment was only recently upstreamed (as 2fd5931), it originated in 2013 in a commit that has since been rebased many times. Anyway, in this rebasing, it missed move_products() starting to pay attention to SRCPKGDEST in fd1be1b (since nothing made git think there was a "conflict"). commit e4db687d108d7e7cd32654b9c8eed4c7c12cb094 Author: Luke Shumaker <lukeshu@parabola.nu> Date: Sat Sep 16 17:52:39 2017 -0400 makechrootpkg: move init_variables() to be part of main() The reason it wasn't moved before was just to keep the diffs (with --ignore-all-space) smaller, to make merging and rebasing work easier. Moving code around in a file tends to make that difficult. But, readability wise, it belongs in main(). ----------------------------------------------------------------------- Summary of changes: lib/common.sh | 100 ++++--------------------------------------------------- makechrootpkg.in | 46 ++++++++++++------------- 2 files changed, 28 insertions(+), 118 deletions(-) hooks/post-receive -- The official devtools repository
participants (1)
-
heftig@archlinux.org