File tree 1 file changed +14
-5
lines changed
1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,9 @@ function check_osm_meta_data() {
81
81
}
82
82
83
83
84
- # main: update data
84
+ # main: update data
85
+ NOW=$( date ' +%F @ %H:%M:%S' )
86
+ echo " tile reload is starting ($NOW )"
85
87
rm -rf /tmp/*
86
88
87
89
cd $OMT_DIR
@@ -93,22 +95,29 @@ if [ $new == 1 ]; then
93
95
echo " step A: blow away existing GL / OMT Docker and data"
94
96
$DIR /nuke.sh ALL
95
97
96
- echo " step B: load and create *.mbtiles in openmaptiles/data dir"
98
+ NOW=$( date ' +%F @ %H:%M:%S' )
99
+ echo " step B: load and create *.mbtiles in openmaptiles/data dir ($NOW )"
97
100
update_osm_data
98
101
99
102
cd $OMT_DIR
100
103
./scripts/import.sh
101
104
102
- echo " step C: restart and test GL with this new *.mbtiles file"
105
+ NOW=$( date ' +%F @ %H:%M:%S' )
106
+ echo " step C: restart and test GL with this new *.mbtiles file ($NOW )"
103
107
cd $OMT_DIR
104
108
./scripts/mbtiles/copy.sh
105
109
./scripts/mbtiles/restart.sh
106
110
107
- echo " step D: deploy this *.mbtiles into the GREEN/BLUE system not in production"
111
+ NOW=$( date ' +%F @ %H:%M:%S' )
112
+ echo " step D: deploy this *.mbtiles into the GREEN/BLUE system not in production ($NOW )"
108
113
cd $OMT_DIR
109
114
./scripts/bolt/deploy.sh
110
115
111
- echo " step E: test... "
116
+ NOW=$( date ' +%F @ %H:%M:%S' )
117
+ echo " step E: test... ($NOW )"
112
118
cd $OMT_DIR
113
119
./scripts/test_gl_images.sh
114
120
fi
121
+
122
+ NOW=$( date ' +%F @ %H:%M:%S' )
123
+ echo " tile reload is DONE ($NOW )"
You can’t perform that action at this time.
0 commit comments