Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/coreboot_buildroot_project/commit/89278f895baa63e5b9fa957b8f385ab4a2ac42b1?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
4 deletions
@ -4,15 +4,13 @@
#
#
################################################################################
################################################################################
CONNECTPROXY_VERSION = 1.100
CONNECTPROXY_VERSION = 1.104
CONNECTPROXY_SOURCE = $( CONNECTPROXY_VERSION) .tar.gz
CONNECTPROXY_SOURCE = $( CONNECTPROXY_VERSION) .tar.gz
CONNECTPROXY_SITE = https://bitbucket.org/gotoh/connect/get/
CONNECTPROXY_SITE = https://bitbucket.org/gotoh/connect/get/
CONNECTPROXY_LICENSE = GPLv2
CONNECTPROXY_LICENSE = GPLv2
CONNECTPROXY_CFLAGS = $( TARGET_CFLAGS) -I$( @D)
CONNECTPROXY_CXXFLAGS = $( TARGET_CXXFLAGS) -I$( @D)
d e f i n e C O N N E C T P R O X Y _ B U I L D _ C M D S
d e f i n e C O N N E C T P R O X Y _ B U I L D _ C M D S
$( MAKE) $( TARGET_CONFIGURE_OPTS) HOSTCC = " $( TARGET_CC) " CXXFLAGS = " $( CONNECTPROXY_CXXFLAGS) " CFLAGS = " $( CONNECTPROXY_CFLAGS) " -C $( @D)
$( MAKE) $( TARGET_CONFIGURE_OPTS) -C $( @D)
e n d e f
e n d e f
d e f i n e C O N N E C T P R O X Y _ I N S T A L L _ T A R G E T _ C M D S
d e f i n e C O N N E C T P R O X Y _ I N S T A L L _ T A R G E T _ C M D S