Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LOFAR2.0
tango
Merge requests
!511
Resolve
L2SS-961
"Single setup file"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Resolve
L2SS-961
"Single setup file"
L2SS-961-single-setup-file
into
master
Overview
1
Commits
6
Pipelines
0
Changes
55
Merged
Stefano Di Frischia
requested to merge
L2SS-961-single-setup-file
into
master
2 years ago
Overview
1
Commits
6
Pipelines
0
Changes
55
Expand
Closes
L2SS-961
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
47faff90
6 commits,
2 years ago
55 files
+
65
−
369
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
55
Search (e.g. *.vue) (Ctrl+P)
bin/dump_ConfigDb.sh
+
1
−
1
Options
@@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
# writes the JSON dump to stdout, Do not change -i into -it incompatible with gitlab ci!
# writes the JSON dump to stdout, Do not change -i into -it incompatible with gitlab ci!
docker
exec
-i
"
${
CONTAINER_NAME_PREFIX
}
"
dsconfig bash
-c
'
docker
exec
-i
dsconfig bash
-c
'
python -m dsconfig.dump > /tmp/dsconfig-configdb-dump.json
python -m dsconfig.dump > /tmp/dsconfig-configdb-dump.json
/manage_object_properties.py -r > /tmp/dsconfig-objectdb-dump.json
/manage_object_properties.py -r > /tmp/dsconfig-objectdb-dump.json
/merge_json.py /tmp/dsconfig-objectdb-dump.json /tmp/dsconfig-configdb-dump.json'
/merge_json.py /tmp/dsconfig-objectdb-dump.json /tmp/dsconfig-configdb-dump.json'
Loading