[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20200407-7-g0883f45
Levente Polyak
anthraxx at archlinux.org
Wed Jan 27 00:33:42 UTC 2021
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 0883f45b3a688490cdf57c3ca4b847ce1e21f5ee (commit)
via 99c2020d47aea5409212e54d505a8d285057021d (commit)
via 00f7a6a415ee1f0e3fbb80eca833d84492fb8176 (commit)
via 4f305aa31605de1171558edad58c413d2a47b5e7 (commit)
via 09e169b7418319eadfc4eab83fbf2fcc459d536e (commit)
via 360a7611a8df0b0e52f7d1b2fb58059fc997dc5e (commit)
via d507db94906769aa73ef97157fba543f2a2d7d61 (commit)
from aff81d34fd072e978925a0ad5d04ea0978ce42ed (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 0883f45b3a688490cdf57c3ca4b847ce1e21f5ee
Author: Eli Schwartz <eschwartz at archlinux.org>
Date: Mon Jun 8 15:13:41 2020 -0400
makerepropkg: allow specifying the package in pacman -S format
We now accept:
1) # nothing
in which case we'll use the PKGBUILD to retrieve...
2) name, or repo/name
in which case we'll use pacman to cache the package and retrieve...
3) a filename
Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
commit 99c2020d47aea5409212e54d505a8d285057021d
Author: Eli Schwartz <eschwartz at archlinux.org>
Date: Sun May 24 19:32:38 2020 -0400
makerepropkg: do fast cache lookups
Teach get_pkgfile to call itself in local-only mode and find a cached
file no matter what its extension is. Avoids repetitively trying to curl
random files, fail with 404 errors, and proceed to discover a cache hit
under a different file extension.
Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
commit 00f7a6a415ee1f0e3fbb80eca833d84492fb8176
Author: Christian Hesse <mail at eworm.de>
Date: Thu Mar 26 07:16:31 2020 +0100
makepkg.conf: make rsync use new-style compression in makepkg.conf
Our rsync package is no longer built with bundled zlib, so old-style
compression is no longer supported.
https://www.archlinux.org/news/rsync-compatibility/
Signed-off-by: Christian Hesse <mail at eworm.de>
commit 4f305aa31605de1171558edad58c413d2a47b5e7
Author: bartoszek <bartoszek.github at bartus.33mail.com>
Date: Tue Mar 10 12:02:24 2020 +0100
makechrootpkg: Expose failed build logs/products
Since move_products() function is fairly robust we can make it run for
failed build also to expose logs for packages that fails in build(),
prepare() or package(). It also exposes partially packaged split
packages if they fail in latter package_xxx().
commit 09e169b7418319eadfc4eab83fbf2fcc459d536e
Author: Levente Polyak <anthraxx at archlinux.org>
Date: Tue Jan 26 20:40:47 2021 +0100
offload-build: change default host to build.archlinux.org
commit 360a7611a8df0b0e52f7d1b2fb58059fc997dc5e
Author: Jelle van der Waa <jelle at archlinux.org>
Date: Tue Mar 12 22:40:38 2019 +0100
doc: add devtools.7 man page
Signed-off-by: Jelle van der Waa <jelle at vdwaa.nl>
commit d507db94906769aa73ef97157fba543f2a2d7d61
Author: Konstantin Gizdov <kgizdov at gmail.com>
Date: Wed May 20 18:20:22 2020 +0300
offload-build: respect SRCEXT from makepkg.conf
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
Makefile | 3 ++-
doc/devtools.7.asciidoc | 46 +++++++++++++++++++++++++++++++++
doc/makerepropkg.1.asciidoc | 11 +++++++-
makechrootpkg.in | 2 +-
makepkg-x86_64.conf | 2 +-
makerepropkg.in | 63 +++++++++++++++++++++++++++++++++++----------
offload-build.in | 8 +++---
8 files changed, 115 insertions(+), 21 deletions(-)
create mode 100644 doc/devtools.7.asciidoc
hooks/post-receive
--
The official devtools repository
More information about the arch-projects
mailing list