Commit d6ca049d authored by Anatoly Mihalchenko's avatar Anatoly Mihalchenko

Merge branch 'Sankore-1.40' of github.com:Sankore/Sankore-3.1 into Sankore-1.40

parents 9a43cde3 ae98231f
......@@ -52,7 +52,7 @@ if [ ! -f $QT_GUI_TRANSLATIONS ]; then
exit 1
else
$LRELEASES $QT_GUI_TRANSLATIONS_PRO_FILE
elif
fi
VERSION=`cat build/linux/release/version`
if [ ! -f build/linux/release/version ]; then
......@@ -62,8 +62,8 @@ else
LAST_COMMITED_VERSION="`git describe $(git rev-list --tags --max-count=1)`"
if [ "v$VERSION" != "$LAST_COMMITED_VERSION" ]; then
echo creating a tag with the version $VERSION
git tag -a "v$VERSION" -m "Generating setup for v$VERSION"
git push origin --tags
# git tag -a "v$VERSION" -m "Generating setup for v$VERSION"
# git push origin --tags
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment