Skip to content

Commit

Permalink
Upgrade Nominatim UI from v3.2.12 to v3.3.0 (EL9) (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
hummeltech committed Jul 22, 2023
1 parent fba9cf8 commit 1a68a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SOURCES/el9/nominatim-ui-test-browser-no-sandbox.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ diff --git a/test/_bootstrap.js b/test/_bootstrap.js
index ad7733a..66ad9e0 100644
--- a/test/_bootstrap.js
+++ b/test/_bootstrap.js
@@ -65,7 +65,8 @@ Nominatim_Config.Reverse_Only = ${reverse_only};
timeout: 10000,
@@ -66,7 +66,8 @@ Nominatim_Config.Reverse_Only = ${reverse_only};
// latency: 1000,
headless: 'new',
args: [
- '--user-agent=Nominatim UI test suite Mozilla/5.0 Gecko/20100101 HeadlessChrome/90.0'
+ '--user-agent=Nominatim UI test suite Mozilla/5.0 Gecko/20100101 HeadlessChrome/90.0',
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.el9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ x-rpmbuild:
version: &nominatim_version 4.2.3-1
nominatim-ui:
image: rpmbuild-nominatim-ui
version: &nominatim_ui_version 3.2.12-1
version: &nominatim_ui_version 3.3.0-1
osrm-backend:
image: rpmbuild-osrm-backend
version: &osrm_backend_version 5.27.1-1
Expand Down

0 comments on commit 1a68a1c

Please sign in to comment.