Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/KOMETA/mkimage-profiles-kometa/blame/commit/d9b0a27740d9a5cd1810675b5943e6b60f5eb2d9/features.in/docs/lib/30-docs.mk You should set ROOT_URL correctly, otherwise the web may not work correctly.
mkimage-profiles-kometa/features.in/docs/lib/30-docs.mk

15 lines
351 B

3 years ago
# step 4: build the distribution image
ifneq (,$(DOCS))
DOT_BASE += docs-$(DOCS)
CHROOT_PACKAGES += docs-$(DOCS)
endif
ifneq (,$(findstring notes,$(THE_BRANDING) $(INSTALL2_BRANDING)))
CHROOT_PACKAGES_REGEXP += $(call branding,notes)
endif
ifneq (,$(findstring indexhtml,$(THE_BRANDING)))
CHROOT_PACKAGES_REGEXP += $(call branding,indexhtml)
endif