[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.2.1-47-g130db5cc
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 130db5cc9eb5c58681cbdf76d18ab383b14edebe (commit) from 4246a4cc4f0f87642cbbb6b375524b2e4c713412 (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 130db5cc9eb5c58681cbdf76d18ab383b14edebe Author: Anatol Pomozov <anatol.pomozov@gmail.com> Date: Wed Feb 19 17:40:45 2020 -0800 Simplify construction of payloads in download_files Currently, download_files() creates payloads for all packages then iterates over them, calling download_single_file. This can be simplified by looping over packages and constructing the payload as needed. Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/sync.c | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
Allan McRae