Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prod_build_cellframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
prod_build_cellframe-node
Compare revisions
f427db665b14cba108a50e8e67798c695a7bee24 to 83d26f48ff501b52d7a7059ca089754a78c041b2
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
cellframe/prod_build_cellframe-node
Select target project
No results found
83d26f48ff501b52d7a7059ca089754a78c041b2
Select Git revision
Swap
Target
cellframe/prod_build_cellframe-node
Select target project
dapcash/prod_build_dapcash-node
1 result
f427db665b14cba108a50e8e67798c695a7bee24
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Bugs 4905
· 965b6ba9
Aleksandr Vodianov
authored
3 years ago
and
dmitriy.gerasimov
committed
3 years ago
965b6ba9
Merge branch 'bugs-4905' into 'master'
· 83d26f48
dmitriy.gerasimov
authored
3 years ago
Bugs 4905 See merge request cellframe/prod_build_cellframe-node!6
83d26f48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
linux/debian/essentials/postinst
+1
-1
1 addition, 1 deletion
linux/debian/essentials/postinst
with
1 addition
and
1 deletion
linux/debian/essentials/postinst
View file @
83d26f48
...
...
@@ -25,7 +25,7 @@ fi
cat
$DAP_CFG_TPL
>
$DAP_CFG
||
true
sed
-i
"s/{PREFIX}/
$RET
/g"
$DAP_CFG
||
true
sed
-i
"s/{PREFIX}/
\/
opt
\/
$DAP_APP_NAME
/g"
$DAP_CFG
||
true
db_get cellframe-node/debug_mode
||
true
sed
-i
"s/{DEBUG_MODE}/
$RET
/g"
$DAP_CFG
||
true
...
...
This diff is collapsed.
Click to expand it.