Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/7293f2e48bfe271d009bfef11feb9f2019448841 You should set ROOT_URL correctly, otherwise the web may not work correctly.

disable freebsd builds.

pull/102/head
Jason Kulatunga 5 years ago
parent c89381b39e
commit 7293f2e48b

@ -10,7 +10,7 @@ BINARY=\
.PHONY: all $(BINARY)
all: $(BINARY) windows/amd64 freebsd/amd64 freebsd/386
all: $(BINARY) windows/amd64
$(BINARY): OS = $(word 1,$(subst /, ,$*))
$(BINARY): ARCH = $(word 2,$(subst /, ,$*))

Loading…
Cancel
Save