Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devops
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
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
osm
devops
Commits
d081690f
Commit
d081690f
authored
5 years ago
by
garciadeblas
Committed by
Gerrit Code Review
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge "full_install_osm.sh: updated retrieval of README files"
parents
5311973b
b1993ed7
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
installers/full_install_osm.sh
+3
-3
3 additions, 3 deletions
installers/full_install_osm.sh
with
3 additions
and
3 deletions
installers/full_install_osm.sh
+
3
−
3
View file @
d081690f
...
...
@@ -1062,7 +1062,7 @@ function install_lightweight() {
[
-n
"
$INSTALL_PERFMON
"
]
&&
deploy_perfmon
&&
track perfmon
[
-z
"
$INSTALL_NOHOSTCLIENT
"
]
&&
install_osmclient
track osmclient
wget
-q
-O-
https://osm-download.etsi.org/ftp/osm-
5
.0-
five/READ
ME2.txt &> /dev/null
wget
-q
-O-
https://osm-download.etsi.org/ftp/osm-
6
.0-
six/six
ME2.txt &> /dev/null
track end
return
0
}
...
...
@@ -1392,7 +1392,7 @@ OSM_JENKINS="$OSM_DEVOPS/jenkins"
[
-n
"
$INSTALL_ONLY
"
]
&&
echo
-e
"
\n
DONE"
&&
exit
0
#Installation starts here
wget
-q
-O-
https://osm-download.etsi.org/ftp/osm-
5
.0-
five
/README.txt &> /dev/null
wget
-q
-O-
https://osm-download.etsi.org/ftp/osm-
6
.0-
six
/README.txt &> /dev/null
track start
[
-n
"
$INSTALL_LIGHTWEIGHT
"
]
&&
install_lightweight
&&
echo
-e
"
\n
DONE"
&&
exit
0
...
...
@@ -1448,6 +1448,6 @@ fi
#Install vim-emu (optional)
[
-n
"
$INSTALL_VIMEMU
"
]
&&
install_docker_ce
&&
install_vimemu
wget
-q
-O-
https://osm-download.etsi.org/ftp/osm-
5
.0-
five
/README2.txt &> /dev/null
wget
-q
-O-
https://osm-download.etsi.org/ftp/osm-
6
.0-
six
/README2.txt &> /dev/null
track end
echo
-e
"
\n
DONE"
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