Skip to content
Snippets Groups Projects
Commit be34f225 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Minox fix in release script

parent f44da095
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ case $REPLY in ...@@ -102,7 +102,7 @@ case $REPLY in
#if [ -n "$PERF_COMMENT" ]; then #if [ -n "$PERF_COMMENT" ]; then
# echo $PERF_COMMENT >> $PATH_TO_PERF_TXT # echo $PERF_COMMENT >> $PATH_TO_PERF_TXT
#fi #fi
echo "Release $BA_VERSION" >> $PATH_TO_PERF_TXT echo "# Release $BA_VERSION" >> $PATH_TO_PERF_TXT
cat perf_history.txt >> $PATH_TO_PERF_TXT cat perf_history.txt >> $PATH_TO_PERF_TXT
# [FUTURE TASK] Modify CHANGELOG (SQL query to get data from the redmine roadmap database) # [FUTURE TASK] Modify CHANGELOG (SQL query to get data from the redmine roadmap database)
...@@ -113,7 +113,7 @@ case $REPLY in ...@@ -113,7 +113,7 @@ case $REPLY in
# remove old manual # remove old manual
rm -f $RELEASE_DIR/UserManual*.pdf rm -f $RELEASE_DIR/UserManual*.pdf
# copy the new manual to the release_dir # copy the new manual to the release_dir
cp $CMAKE_BUILD_DIR/Doc/UserManual/UserManual-*.pdf $RELEASE_DIR cp $CMAKE_BUILD_DIR/Doc/UserManual/UserManual.pdf $RELEASE_DIR/UserManual-$BA_VERSION.pdf
# 2. Prepare package source tarball # 2. Prepare package source tarball
cd $CMAKE_BUILD_DIR cd $CMAKE_BUILD_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment