Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
be34f225
Commit
be34f225
authored
11 years ago
by
Pospelov, Gennady
Browse files
Options
Downloads
Patches
Plain Diff
Minox fix in release script
parent
f44da095
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/scripts/release.sh.in
+2
-2
2 additions, 2 deletions
cmake/scripts/release.sh.in
with
2 additions
and
2 deletions
cmake/scripts/release.sh.in
+
2
−
2
View file @
be34f225
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment