mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 07:39:52 +02:00
Merge branch 'master' into fix-dry-run
This commit is contained in:
@@ -73,6 +73,8 @@ addons:
|
||||
- le2.wtf
|
||||
- le3.wtf
|
||||
- nginx.wtf
|
||||
- boulder-mysql
|
||||
- boulder-rabbitmq
|
||||
mariadb: "10.0"
|
||||
apt:
|
||||
sources:
|
||||
|
||||
@@ -41,7 +41,7 @@ except ImportError:
|
||||
cmd = kwargs.get("args")
|
||||
if cmd is None:
|
||||
cmd = popenargs[0]
|
||||
raise CalledProcessError(retcode, cmd, output=output)
|
||||
raise CalledProcessError(retcode, cmd)
|
||||
return output
|
||||
from sys import exit, version_info
|
||||
from tempfile import mkdtemp
|
||||
@@ -55,7 +55,7 @@ except ImportError:
|
||||
from urllib.parse import urlparse # 3.4
|
||||
|
||||
|
||||
__version__ = 1, 1, 0
|
||||
__version__ = 1, 1, 1
|
||||
|
||||
|
||||
# wheel has a conditional dependency on argparse:
|
||||
|
||||
Reference in New Issue
Block a user