This commit is contained in:
Aiden McClelland
2022-07-13 11:14:50 -06:00
committed by GitHub
parent ac30ab223b
commit bbcf2990f6
4 changed files with 388 additions and 453 deletions

View File

@@ -3,7 +3,7 @@ EMBASSY_UIS := frontend/dist/ui frontend/dist/setup-wizard frontend/dist/diagnos
EMBASSY_SRC := raspios.img product_key.txt $(EMBASSY_BINS) backend/embassyd.service backend/embassy-init.service $(EMBASSY_UIS) $(shell find build)
COMPAT_SRC := $(shell find system-images/compat/src)
UTILS_SRC := $(shell find system-images/utils/Dockerfile)
BACKEND_SRC := $(shell find backend/src) $(shell find patch-db/*/src) $(shell find rpc-toolkit/*/src) backend/Cargo.toml backend/Cargo.lock
BACKEND_SRC := $(shell find backend/src) $(shell find patch-db/*/src) backend/Cargo.toml backend/Cargo.lock
FRONTEND_SRC := $(shell find frontend/projects) $(shell find frontend/assets)
PATCH_DB_CLIENT_SRC = $(shell find patch-db/client -not -path patch-db/client/dist)
GIT_REFS := $(shell find .git/refs/heads)
@@ -84,4 +84,4 @@ frontends: frontend/node_modules frontend/config.json $(EMBASSY_UIS)
ui: frontend/node_modules frontend/config.json frontend/dist/ui
# this is a convenience step to build the backend
backend: $(EMBASSY_BINS)
backend: $(EMBASSY_BINS)