mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Use forked pebble for now
# Conflicts: # certbot-ci/certbot_integration_tests/utils/pebble_artifacts.py
This commit is contained in:
@@ -8,7 +8,7 @@ import requests
|
|||||||
|
|
||||||
from certbot_integration_tests.utils.constants import MOCK_OCSP_SERVER_PORT
|
from certbot_integration_tests.utils.constants import MOCK_OCSP_SERVER_PORT
|
||||||
|
|
||||||
PEBBLE_VERSION = 'v2.1.0'
|
PEBBLE_VERSION = 'v2.1.1-afe'
|
||||||
ASSETS_PATH = pkg_resources.resource_filename('certbot_integration_tests', 'assets')
|
ASSETS_PATH = pkg_resources.resource_filename('certbot_integration_tests', 'assets')
|
||||||
|
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ def fetch(workspace):
|
|||||||
def _fetch_asset(asset, suffix):
|
def _fetch_asset(asset, suffix):
|
||||||
asset_path = os.path.join(ASSETS_PATH, '{0}_{1}_{2}'.format(asset, PEBBLE_VERSION, suffix))
|
asset_path = os.path.join(ASSETS_PATH, '{0}_{1}_{2}'.format(asset, PEBBLE_VERSION, suffix))
|
||||||
if not os.path.exists(asset_path):
|
if not os.path.exists(asset_path):
|
||||||
asset_url = ('https://github.com/letsencrypt/pebble/releases/download/{0}/{1}_{2}'
|
asset_url = ('https://github.com/adferrand/pebble/releases/download/{0}/{1}_{2}'
|
||||||
.format(PEBBLE_VERSION, asset, suffix))
|
.format(PEBBLE_VERSION, asset, suffix))
|
||||||
response = requests.get(asset_url)
|
response = requests.get(asset_url)
|
||||||
response.raise_for_status()
|
response.raise_for_status()
|
||||||
|
|||||||
Reference in New Issue
Block a user