Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/9de8ab6d088e888b10f56397bd71a4e1da2c16d4?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
2 deletions
release_scripts/linux/package.sh
@ -267,9 +267,10 @@ cp "resources/images/${APPLICATION_NAME}.png" "$PACKAGE_DIRECTORY/${APPLICATION_
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
notifyProgress "Building package"
notifyProgress "Building package"
mkdir -p " $PACKAGE_BUILD_DIR /linux "
mkdir -p " $PACKAGE_BUILD_DIR /linux "
DEBIAN_PACKAGE_NAME = " ${ APPLICATION_NAME } _`lsb_release -is`_`lsb_release -rs`_ ${ VERSION } _ $ARCHITECTURE .deb "
PACKAGE_NAME = " ${ APPLICATION_NAME } _`lsb_release -is`_`lsb_release -rs`_ ${ VERSION } _ $ARCHITECTURE .deb "
PACKAGE_NAME = ` echo " $PACKAGE_NAME " | awk '{print tolower($0)}' `
dpkg -b " $BASE_WORKING_DIR " " $PACKAGE_BUILD_DIR /linux/ $DEBIAN_ PACKAGE_NAME "
dpkg -b " $BASE_WORKING_DIR " " $PACKAGE_BUILD_DIR /linux/ $PACKAGE_NAME "
#clean up mess
#clean up mess
#rm -rf $BASE_WORKING_DIR
#rm -rf $BASE_WORKING_DIR