[arch-projects] [namcap] [PATCH] VCS requirements can be satisfied by depends=(...)

2021-05-03 Thread arch--- via arch-projects
From: Erich Eckner "W: VCS source PKGBUILD needs additional makedepends 'git' to work properly" and co were too specific: It's sufficient to have the needed package in depends=(). So we should check makedepends=() and depends=() for needed packages. Signed-off-by: Erich Eckner ---

[arch-projects] [devtools] [PATCH] is_same_fs() in lib/archroot.sh should use $1 and $2, not $1 and $1

2019-04-17 Thread arch--- via arch-projects
From: Erich Eckner The old behaviour would always evaluate to true - this is certainly not what that function should do. Signed-off-by: Erich Eckner --- lib/archroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/archroot.sh b/lib/archroot.sh index

[arch-projects] [devtools] [PATCH] arch-nspawn should use the correct pacman config file

2019-04-02 Thread arch--- via arch-projects
From: Erich Eckner If arch-nspawn is called with -C, pacman inside the chroot will use the provided configuration file. This should also be the case for $pacconf_cmd and pacman outside the chroot. If arch-nspawn is called without -C, pacman inside the chroot will use $workdir/etc/pacman.conf --

[arch-projects] [devtools] [PATCH] fix whitespace/indentation errors

2019-04-02 Thread arch--- via arch-projects
From: Erich Eckner Some lines are indented by spaces, while adjacent lines are indentet by tabs. We should use tabs on both. Signed-off-by: Erich Eckner --- archbuild.in| 2 +- find-libdeps.in | 2 +- mkarchroot.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git

[arch-projects] [devtools] [PATCH] $pacconf_cmd in arch-nspawn should use the provided config file (-C)

2019-04-01 Thread arch--- via arch-projects
From: Erich Eckner If arch-nspawn is called with -C, pacman inside the chroot will use the provided configuration file. This should also be the case for $pacconf_cmd when determining the remote servers. For example, Arch Linux 32 provides separate pacman configurations which use