[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20200213-9-g5b1123e
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 5b1123e11f2b1de97196138ccfd63824955e30d8 (commit) via a0f79fcce0b58b4fb126a452a3a2b4414611c9c9 (commit) from 94b0413e1399d92326de0851467b36998eee796b (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 5b1123e11f2b1de97196138ccfd63824955e30d8 Author: Levente Polyak <anthraxx@archlinux.org> Date: Sun Mar 1 22:47:03 2020 +0100 offload-build: retrieve the PKGBUILD in case makepkg changes it via pkgver Building a package may change the PKGBUILD during update_pkgver. Let's retrieve the PKGBUILD after building to ensure we have the very same file as the one we used to build the package. Otherwise this may lead to the inability to distribute the package during commitpkg in case the expected and the actual hashsum mismatch. commit a0f79fcce0b58b4fb126a452a3a2b4414611c9c9 Author: Levente Polyak <anthraxx@archlinux.org> Date: Fri Feb 21 00:03:59 2020 +0100 makerepropkg: prioritize downloading .zst packages over legacy format First try a .zst location before falling back to legacy variants. This should slightly speed up downloading of dependencies, especially over time as .zst packages are or will be the dominant format. Signed-off-by: Levente Polyak <anthraxx@archlinux.org> ----------------------------------------------------------------------- Summary of changes: makerepropkg.in | 2 +- offload-build.in | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) hooks/post-receive -- The official devtools repository
participants (1)
-
Levente Polyak