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/00example/generate.sh You should set ROOT_URL correctly, otherwise the web may not work correctly.
mkimage-profiles-kometa/features.in/00example/generate.sh

21 lines
603 B

3 years ago
#!/bin/sh
# this script is run during an individual feature configuration
# (that is, while building the actual profile from subprofiles
# and requested features); it can be more comfortable for extensive
# shell scripting than embedding into a makefile recipe with all
# the quoting and so on
#
# please note, it runs *after* copying subdirectories corresponding
# to requested subprofiles and *before* running generate.sh, see also
# features.in/Makefile
#
# for a real-world example, see syslinux feature
# route stdout to stderr
exec >&2
# dump environment
echo "--- $0 ---"
env
echo "--- $0 ---"