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
f302ce45
Commit
f302ce45
authored
11 years ago
by
Pospelov, Gennady
Browse files
Options
Downloads
Patches
Plain Diff
Fix in release script
parent
a6a7bf9d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/scripts/release.sh.in
+1
-1
1 addition, 1 deletion
cmake/scripts/release.sh.in
dev-tools/release/make_release.sh
+1
-1
1 addition, 1 deletion
dev-tools/release/make_release.sh
with
2 additions
and
2 deletions
cmake/scripts/release.sh.in
+
1
−
1
View file @
f302ce45
...
...
@@ -136,7 +136,7 @@ case $REPLY in
exit
;;
2
)
echo
"Uploading the contents of the
$RELEASE_DIR
to the apps server."
cp
$
PATH_TO_CHANGELOG
$RELEAS
E_DIR
cp
$
RELEASE_DIR
/CHANGELOG
$CMAKE_SOURC
E_DIR
read
-p
"Are you sure? (y/n)"
if
[[
$REPLY
=
~ ^[yY]
$
]]
;
then
...
...
This diff is collapsed.
Click to expand it.
dev-tools/release/make_release.sh
+
1
−
1
View file @
f302ce45
...
...
@@ -19,7 +19,7 @@ cmake ../BornAgain
./bin/release.sh
echo
" "
echo
"1) Modify BornAgain-release/
BornAgain
/CHANGELOG"
echo
"1) Modify BornAgain-release/
build/RELEASE
/CHANGELOG"
echo
"2) Copy new Windows build into BornAgain-release/build/RELEASE"
echo
"3) Run BornAgain-release/build/bin/release.sh with menu option #2 (upload on apps)"
echo
"4) Run BornAgain-release/build/bin/release.sh with menu option #3 (finalize git)"
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