Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Méso-NH
Méso-NH code
Commits
9259e6e3
Commit
9259e6e3
authored
1 year ago
by
RIETTE Sébastien
Browse files
Options
Downloads
Patches
Plain Diff
S. Riette 29 Nov 2023: BF wrong position of argument to call prep_code.sh
parent
103e67b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/with_fcm/make_fcm.sh
+2
-2
2 additions, 2 deletions
build/with_fcm/make_fcm.sh
with
2 additions
and
2 deletions
build/with_fcm/make_fcm.sh
+
2
−
2
View file @
9259e6e3
...
...
@@ -368,9 +368,9 @@ if [ $packcreation -eq 1 ]; then
if
[
"
$fromdir
"
==
''
]
;
then
echo
"Clone repository, and checkout commit
$commit
(using prep_code.sh)"
if
[[
$commit
==
testprogs
${
separator
}*
]]
;
then
PATH
=
$UPDATEDPATH
prep_code.sh
-c
--pyft_opts_env
PYFT_OPTS
$commit
src
#This commit is ready for inclusion
PATH
=
$UPDATEDPATH
prep_code.sh
--pyft_opts_env
PYFT_OPTS
-c
$commit
src
#This commit is ready for inclusion
else
PATH
=
$UPDATEDPATH
prep_code.sh
-c
--pyft_opts_env
PYFT_OPTS
$commit
$expand_options
$subs
-m
testprogs src
PATH
=
$UPDATEDPATH
prep_code.sh
--pyft_opts_env
PYFT_OPTS
-c
$commit
$expand_options
$subs
-m
testprogs src
fi
else
echo
"Copy
$fromdir
"
...
...
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