[arch-projects] [devtools] [PATCH v2] Add new tool: offload-build

2019-04-17 Thread Eli Schwartz via arch-projects
This tool is useful for running makechrootpkg on a remote build server, and is by default hooked up to send a PKGBUILD and initiate a build on our shiny new build server "dragon". Signed-off-by: Eli Schwartz --- v2: script -qfc does not preserve the exit status of the wrapped command. Add -e so

[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