chore: fix SDK downstream paths for consolidated layout
SDK_DOWNSTREAM_DIRS pointed at the pre-consolidation layout
(~/src/blockninja/backend, ~/src/orchestrator/backend, ~/src/blockninja-themes,
~/src/{assumechaos,bidbuddy,...}) — none of which exist after all repos moved
under ~/src/blockninja/. Repoint at cms/backend + orchestrator/backend and
wildcard themes/ sites/ plugins/ so update-sdk/distribute-sdk reach them.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d9788abe4c
commit
d08466ec70
15
Makefile
15
Makefile
@ -2,16 +2,11 @@ SDK_MODULE := git.dev.alexdunmow.com/block/core
|
|||||||
SDK_VERSION ?= $(shell git describe --tags --abbrev=0)
|
SDK_VERSION ?= $(shell git describe --tags --abbrev=0)
|
||||||
|
|
||||||
SDK_DOWNSTREAM_DIRS := \
|
SDK_DOWNSTREAM_DIRS := \
|
||||||
$(HOME)/src/blockninja/backend \
|
$(HOME)/src/blockninja/cms/backend \
|
||||||
$(HOME)/src/orchestrator/backend \
|
$(HOME)/src/blockninja/orchestrator/backend \
|
||||||
$(wildcard $(HOME)/src/blockninja-themes/*) \
|
$(wildcard $(HOME)/src/blockninja/themes/*) \
|
||||||
$(HOME)/src/assumechaos \
|
$(wildcard $(HOME)/src/blockninja/sites/*) \
|
||||||
$(HOME)/src/bidbuddy \
|
$(wildcard $(HOME)/src/blockninja/plugins/*)
|
||||||
$(HOME)/src/bidmasters \
|
|
||||||
$(HOME)/src/coterieos \
|
|
||||||
$(HOME)/src/messenger \
|
|
||||||
$(HOME)/src/perthplaygrounds \
|
|
||||||
$(HOME)/src/symposium
|
|
||||||
|
|
||||||
.PHONY: install-ninja
|
.PHONY: install-ninja
|
||||||
install-ninja:
|
install-ninja:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user