Skip to content

Commit

Permalink
Upgrade to 2.7.1.132
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Aug 21, 2024
1 parent 82ccc05 commit 1bfdfbd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CONST_create_template/env.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default values for c2cgeoportal
GEOMAPFISH_VERSION=2.7.1.131
GEOMAPFISH_VERSION=2.7.1.132
GEOMAPFISH_MAIN_VERSION=2.7
GEOMAPFISH_MAIN_MINOR_VERSION=2.7.1
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
4 changes: 1 addition & 3 deletions CONST_create_template/geoportal/gunicorn.conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (c) 2019-2023, Camptocamp SA
# Copyright (c) 2019-2024, Camptocamp SA
# All rights reserved.

# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -49,8 +49,6 @@
worker_tmp_dir = "/dev/shm" # nosec
limit_request_line = int(os.environ.get("GUNICORN_LIMIT_REQUEST_LINE", 8190))

preload = "true"

accesslog = "-"
access_log_format = os.environ.get(
"GUNICORN_ACCESS_LOG_FORMAT",
Expand Down
2 changes: 1 addition & 1 deletion CONST_create_template/geoportal/webpack.apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for (const filename of ls(path.resolve(__dirname, 'geomapfish_geoportal/static-n
chunks: [name],
vars: {
entry_point: '${VISIBLE_ENTRY_POINT}',
version: '2.7.1.131',
version: '2.7.1.132',
cache_version: '${CACHE_VERSION}',
},
})
Expand Down
2 changes: 1 addition & 1 deletion env.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default values for c2cgeoportal
GEOMAPFISH_VERSION=2.7.1.131
GEOMAPFISH_VERSION=2.7.1.132
GEOMAPFISH_MAIN_VERSION=2.7
GEOMAPFISH_MAIN_MINOR_VERSION=2.7.1
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
4 changes: 1 addition & 3 deletions geoportal/gunicorn.conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (c) 2019-2023, Camptocamp SA
# Copyright (c) 2019-2024, Camptocamp SA
# All rights reserved.

# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -49,8 +49,6 @@
worker_tmp_dir = "/dev/shm" # nosec
limit_request_line = int(os.environ.get("GUNICORN_LIMIT_REQUEST_LINE", 8190))

preload = "true"

accesslog = "-"
access_log_format = os.environ.get(
"GUNICORN_ACCESS_LOG_FORMAT",
Expand Down
2 changes: 1 addition & 1 deletion geoportal/webpack.apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for (const filename of ls(path.resolve(__dirname, 'geomapfish_geoportal/static-n
chunks: [name],
vars: {
entry_point: '${VISIBLE_ENTRY_POINT}',
version: '2.7.1.131',
version: '2.7.1.132',
cache_version: '${CACHE_VERSION}',
},
})
Expand Down

0 comments on commit 1bfdfbd

Please sign in to comment.