Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-22Merge branch 'master' into plugin-stabilitytest-plugin-stabilityErica Portnoy
2020-07-22Check that refresh is allowed in integration testErica Portnoy
2020-07-22Add packaging to install_requiresErica Portnoy
2020-07-22bin/sh comes firstErica Portnoy
2020-07-22update snapcraft.yaml files for pluginsErica Portnoy
2020-07-22generate files using new scriptErica Portnoy
2020-07-22Create post-refresh hook for all plugins with scriptErica Portnoy
2020-07-22Add comment to generation file saying not to edit generated files manuallyErica Portnoy
2020-07-22add plugin snap changes to generate scriptErica Portnoy
2020-07-22import from setuptools._vendorErica Portnoy
2020-07-22switch to requiring certbot version >= plugin versionErica Portnoy
2020-07-22switch to using packaging.version.parse instead of LooseVersionErica Portnoy
2020-07-21Add warnings about Python 3.5 deprecation in Certbot (#8154)Adrien Ferrand
Fixes #8149 This PR adds warnings to warn about the incoming deprecation of Python 3.5 in Certbot. * Add warnings about Python 3.5 deprecation in Certbot * Update certbot/certbot/__init__.py Co-authored-by: Brad Warren <bmw@users.noreply.github.com> Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
2020-07-21Use a specific tag of adferrand/snapcraft to build QEMU snaps and avoid ↵Adrien Ferrand
failures (#8158) The latest builds of snapcraft introduced somehow several failures when snaps are built on QEMU for armhf. See https://dev.azure.com/certbot/certbot/_build/results?buildId=2326&view=logs&j=7c548e18-6053-5a42-b366-e6480da09a69&t=a7c7ca26-ae0c-54e6-0355-3bfcd7bab03c for instance. This PR uses a specific tags from `adferrand/snapcraft`, extracted from the last known working `nightly` pipeline, to avoid these failures until a more permanent fix is done. Very likely the fix will be the move to snapcraft remote builds. * Use a specific tag of adferrand/snapcraft to build snaps and avoid an error on QEMU for armhf. * Update tools/snap/build.sh Co-authored-by: Brad Warren <bmw@users.noreply.github.com> * Update tools/snap/build_dns.sh Co-authored-by: Brad Warren <bmw@users.noreply.github.com> Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
2020-07-21Do not create the symlink for test assets on Windows if the asset path is ↵Adrien Ferrand
already a symlink (#8159)
2020-07-20Merge pull request #8157 from stefantalpalaru/linodednsschoen
certbot_dns_linode: decrease the default propagation interval
2020-07-19certbot_dns_linode: decrease the default propagation intervalȘtefan Talpalaru
«When you add or change DNS zones or records, your changes will now be reflected at our authoritative nameservers in under 60 seconds. This is down from the previous “every quarter hour” approach that we had for so long.» - https://www.linode.com/blog/linode/linode-turns-17/
2020-07-17Update to IPython with Python 3.8 support. (#8152)Brad Warren
2020-07-17Specify the Certbot snap grade. (#8147)Brad Warren
2020-07-17use the correct filenameErica Portnoy
2020-07-17change presence test to new fileErica Portnoy
2020-07-17find and save certbot version on the certbot sideErica Portnoy
2020-07-17use sys.exit instead of exitErica Portnoy
2020-07-17s/certbot-version/certbot-metadata/gErica Portnoy
2020-07-15added inwx plugin (#8115)Thomas
* added inwx plugin * Update using.rst fixed convention naming
2020-07-15Remove unnecessary yamlErica Portnoy
2020-07-15consolidate parts and remove more test codeErica Portnoy
2020-07-15remove spaces for clarityErica Portnoy
2020-07-15Remove debug scriptErica Portnoy
2020-07-15Merge branch 'master' into plugin-stabilityErica Portnoy
2020-07-15remove some debugging codeErica Portnoy
2020-07-15improve bash syntaxErica Portnoy
2020-07-15we need different prints for if we succeed or if we fail.Erica Portnoy
2020-07-15it's python3Erica Portnoy
2020-07-15try comparing version numbers in pythonErica Portnoy
2020-07-14update mkdir so we don't have to clean each timeErica Portnoy
2020-07-14pre-refresh hook is not necessary to get certbot versionErica Portnoy
2020-07-14check if certbot version will be available post-refresh after allErica Portnoy
2020-07-14remove unnecessary extra check, just check if the init file is availableErica Portnoy
2020-07-14why does echo need two >sErica Portnoy
2020-07-14ok NOW all print statements are going to the logErica Portnoy
2020-07-14echo to the debug logErica Portnoy
2020-07-14more printingErica Portnoy
2020-07-14update grep for new fileErica Portnoy
2020-07-14echo to debug log to understand what's going on exactly. we have file access ↵Erica Portnoy
though!
2020-07-14update name of folderErica Portnoy
2020-07-14perhaps only directories can be shared via the contente interfaceErica Portnoy
2020-07-14it can't run bash directly.Erica Portnoy
2020-07-14let's inspect the environmentErica Portnoy
2020-07-14put mkdir in the correct partErica Portnoy