[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.2.1-100-g6b9c1b4d
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 6b9c1b4d54225b4c2808b5fadc2b6e779ae1916a (commit) via 84723cab5dfc9b7f4594135295974f771ceb6e5e (commit) via 16d98d657748fdbf32ab24db56d3cd4a23447673 (commit) from 59e751f72d09390067045168ac45a09a89419389 (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 6b9c1b4d54225b4c2808b5fadc2b6e779ae1916a Author: Denton Liu <liu.denton@gmail.com> Date: Thu Jun 25 19:29:40 2020 -0400 srcinfo.sh: remove trailing newline When a .SRCINFO file is generated via `makepkg --printsrcinfo`, each section is concluded with an empty line. This means that at the end of the file, an empty line remains. This is considered a trailing whitespace error. In fact, `git diff --check` will warn about this, saying "new blank line at EOF." Instead of closing each section off with an empty line, use the empty line to separate sections, omitting the empty line at the end of the file. Signed-off-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 84723cab5dfc9b7f4594135295974f771ceb6e5e Author: Anatol Pomozov <anatol.pomozov@gmail.com> Date: Mon Apr 20 01:42:53 2020 -0700 Cleanup the old sequential download code All users of _alpm_download() have been refactored to the new API. It is time to remove the old _alpm_download() functionality now. This change also removes obsolete SIGPIPE signal handler functionality (this is a leftover from libfetch days). Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> commit 16d98d657748fdbf32ab24db56d3cd4a23447673 Author: Anatol Pomozov <anatol.pomozov@gmail.com> Date: Sun Apr 19 02:12:01 2020 -0700 Convert '-U pkg1 pkg2' codepath to parallel download Installing remote packages using its URL is an interesting case for ALPM API. Unlike package sync ('pacman -S pkg1 pkg2') '-U' does not deal with server mirror list. Thus _alpm_multi_download() should be able to handle file download for payloads that either have 'fileurl' field or pair of fields ('servers' and 'filepath') set. Signature for alpm_fetch_pkgurl() has changed and it accepts an output list that is populated with filepaths to fetched packages. Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/alpm.h | 15 +- lib/libalpm/be_sync.c | 2 +- lib/libalpm/dload.c | 552 ++++++++++----------------------------- lib/libalpm/dload.h | 11 +- lib/libalpm/sync.c | 2 +- scripts/libmakepkg/srcinfo.sh.in | 5 +- src/pacman/upgrade.c | 102 ++++---- 7 files changed, 204 insertions(+), 485 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
Allan McRae