Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
photon-deploy
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
Container registry
Model registry
Operate
Environments
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
POCS
photon-deploy
Commits
1045ec00
Commit
1045ec00
authored
4 years ago
by
Lionel VIDALLER
Browse files
Options
Downloads
Patches
Plain Diff
minor correction
parent
0446a695
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bal2osm/osmfile.sh
+2
-0
2 additions, 0 deletions
bal2osm/osmfile.sh
nominatim-3.5/wait.sh
+4
-2
4 additions, 2 deletions
nominatim-3.5/wait.sh
with
6 additions
and
2 deletions
bal2osm/osmfile.sh
+
2
−
0
View file @
1045ec00
...
@@ -8,4 +8,6 @@ fi
...
@@ -8,4 +8,6 @@ fi
echo
"::: Creating OSM file... :::"
echo
"::: Creating OSM file... :::"
python3 bal_2_osm.py
$OSMFILE
python3 bal_2_osm.py
$OSMFILE
touch
/app/src/data-sources/osmfile/osm_ready
echo
"::: OSM file ready :::"
echo
"::: OSM file ready :::"
This diff is collapsed.
Click to expand it.
nominatim-3.5/wait.sh
+
4
−
2
View file @
1045ec00
...
@@ -4,10 +4,12 @@ THREADS=$3
...
@@ -4,10 +4,12 @@ THREADS=$3
sleep
5
sleep
5
until
[
-e
"
$OSMFILE
"
]
;
do
until
[
-e
/app/src/data-sources/osmfile/osm_ready
]
;
do
echo
"::: Waiting for OSM file to be ready... :::"
echo
"::: Waiting for OSM file to be ready... :::"
sleep
5
sleep
5
fi
done
rm
/app/src/data-sources/osmfile/osm_ready
sudo
sh ./init.sh
$OSMFILE
$PGDIR
$THREADS
sudo
sh ./init.sh
$OSMFILE
$PGDIR
$THREADS
...
...
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