From 75ab410ae0b166ac081ecf3f51e93039d3124ade Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Wed, 17 Apr 2019 15:36:47 +0200 Subject: [PATCH] Fix a regression for configs coming from geoportal --- setup.py | 2 +- tilecloud_chain/schema.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6c12788cc..cca9861bc 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='tilecloud-chain', - version='1.11.0', + version='1.11.1', description=( "Tools to generate tiles from WMS or Mapnik, to S3, " "Berkley DB, MBTiles, or local filesystem in WMTS layout using " diff --git a/tilecloud_chain/schema.yaml b/tilecloud_chain/schema.yaml index 1cdac68f2..39adcbcc6 100644 --- a/tilecloud_chain/schema.yaml +++ b/tilecloud_chain/schema.yaml @@ -279,7 +279,7 @@ mapping: url: type: str required: true - pattern: ^redis://[^:]+:\d+(?:/\d+)?$ + pattern: ^redis://[^:]+:[^:]+$ queue: type: str default: tilecloud