From 4ef78b95e80e9c89c3faed756afd72f6b50d4791 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Feb 2020 11:48:12 +0200 Subject: Add: git build step --- worker.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/worker.md b/worker.md index a63c110..a282536 100644 --- a/worker.md +++ b/worker.md @@ -201,6 +201,10 @@ debootstrap workspace. Also install any other packages into the debootstrap'd tree. +git + +: Clone a git repository into the workspace. + shell : Execute the given shell snippet. @@ -214,6 +218,7 @@ create-artifact contractor no unpack-artifact contractor no create-systree contractor no debootstrap bwrap on host yes +git bwrap on host yes shell bwrap on systree no It is intended that any actions implemented by the contractor itself, @@ -365,6 +370,11 @@ Build environment setup Scenario that checks the security container has /workspace as cwd, and a specific uid and gid. +Get sources using git +----------------------------------------------------------------------------- + +Scenario that clone the project's source code using git from a git server. + Known problems ============================================================================= -- cgit v1.2.1