Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/ae98231fa76db65a3e3d0525f4f742ec97f2e47b?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed script

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 81ec03feb2
commit ae98231fa7
  1. 6
      release.linux.sh

@ -52,7 +52,7 @@ if [ ! -f $QT_GUI_TRANSLATIONS ]; then
exit 1 exit 1
else else
$LRELEASES $QT_GUI_TRANSLATIONS_PRO_FILE $LRELEASES $QT_GUI_TRANSLATIONS_PRO_FILE
elif fi
VERSION=`cat build/linux/release/version` VERSION=`cat build/linux/release/version`
if [ ! -f build/linux/release/version ]; then if [ ! -f build/linux/release/version ]; then
@ -62,8 +62,8 @@ else
LAST_COMMITED_VERSION="`git describe $(git rev-list --tags --max-count=1)`" LAST_COMMITED_VERSION="`git describe $(git rev-list --tags --max-count=1)`"
if [ "v$VERSION" != "$LAST_COMMITED_VERSION" ]; then if [ "v$VERSION" != "$LAST_COMMITED_VERSION" ]; then
echo creating a tag with the version $VERSION echo creating a tag with the version $VERSION
git tag -a "v$VERSION" -m "Generating setup for v$VERSION" # git tag -a "v$VERSION" -m "Generating setup for v$VERSION"
git push origin --tags # git push origin --tags
fi fi
fi fi

Loading…
Cancel
Save