forked from ungleich-public/cdist
__letsencrypt_cert: add support for devuan ascii
This commit is contained in:
parent
7eae68c11d
commit
6c8014b407
2 changed files with 14 additions and 0 deletions
|
@ -56,6 +56,17 @@ if [ -z "${certbot_fullpath}" ]; then
|
||||||
# Seems to be a missing dependency on debian 8
|
# Seems to be a missing dependency on debian 8
|
||||||
__package python-ndg-httpsclient
|
__package python-ndg-httpsclient
|
||||||
;;
|
;;
|
||||||
|
ascii*)
|
||||||
|
__apt_source ascii-backports \
|
||||||
|
--uri http://auto.mirror.devuan.org/merged \
|
||||||
|
--distribution ascii-backports \
|
||||||
|
--component main
|
||||||
|
|
||||||
|
require="__apt_source/ascii-backports" __package_apt python-certbot \
|
||||||
|
--target-release ascii-backports
|
||||||
|
require="__apt_source/ascii-backports" __package_apt certbot \
|
||||||
|
--target-release ascii-backports
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unsupported OS version: $os_version" >&2
|
echo "Unsupported OS version: $os_version" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
next:
|
||||||
|
* Type __letsencrypt_cert: Add support for devuan ascii (Darko Poljak)
|
||||||
|
|
||||||
4.10.1: 2018-06-21
|
4.10.1: 2018-06-21
|
||||||
* Type __letsencrypt_cert: Fix temp file location and removal (Darko Poljak)
|
* Type __letsencrypt_cert: Fix temp file location and removal (Darko Poljak)
|
||||||
* Type __line: Handle missing file in __line explorer gracefully (Jonas Weber)
|
* Type __line: Handle missing file in __line explorer gracefully (Jonas Weber)
|
||||||
|
|
Loading…
Reference in a new issue