summaryrefslogtreecommitdiff
path: root/bin/bootstrap.py
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-08-28 18:21:59 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-09-13 16:14:43 +0200
commit46a32bbb140eff657918978feab3ca7f7b9692bf (patch)
treef65cbba6da58a9fba088dc1e36ae4bc26c4d3350 /bin/bootstrap.py
parent795e3e8ce01611a3448a23ca634b2271dfc2e5c6 (diff)
downloadjustbuild-46a32bbb140eff657918978feab3ca7f7b9692bf.tar.gz
just serve: Basic service implementation with commit-of-tree RPC
Initial version, to be extended later with other RPCs.
Diffstat (limited to 'bin/bootstrap.py')
-rwxr-xr-xbin/bootstrap.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/bootstrap.py b/bin/bootstrap.py
index 1d947a74..3ccbb2bd 100755
--- a/bin/bootstrap.py
+++ b/bin/bootstrap.py
@@ -401,6 +401,8 @@ def bootstrap() -> None:
dirs.remove('test')
if 'execution_api' in dirs:
dirs.remove('execution_api')
+ if 'serve_api' in dirs:
+ dirs.remove('serve_api')
if 'other_tools' in dirs:
dirs.remove('other_tools')
for f in files: