From 25b4ef279925a964b0de0ed8675d75e1532bf577 Mon Sep 17 00:00:00 2001 From: Eli Schwartz via arch-projects Date: Tue, 4 Jun 2019 12:11:19 -0400 Subject: Add new tool: offload-build 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ba2d3e4..2306a17 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ IN_PROGS = \ BINPROGS = \ $(IN_PROGS) \ + offload-build \ sogrep CONFIGFILES = \ -- cgit v1.2.3-54-g00ecf