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
2017-05-26Release 0.14.2v0.14.2Brad Warren
2017-05-16Release 0.14.1v0.14.1Brad Warren
2017-05-05Release 0.14.0v0.14.0Brad Warren
2017-04-06Candidate 0.13.0 (#4475)Erica Portnoy
* Release 0.13.0 * Bump version to 0.14.0
2017-03-03Candidate 0.12.0 (#4286)Erica Portnoy
* Release 0.12.0 * Bump version to 0.13.0
2017-02-02Release 0.11.1Brad Warren
(cherry picked from commit 426a804561f2b65d780ceccbb07f6c5f35b9bacf)
2017-02-01Release 0.11.0v0.11.0Brad Warren
2017-01-26Release 0.10.2 (#4120)Brad Warren
* Release 0.10.2 (cherry picked from commit 535b04be238bdfeb16341451a936b0bb801389ab) * Bump version to 0.11.0 (cherry picked from commit 01f84df0641a98bb57b4b7be7980c3c1afe375d5)
2017-01-14Candidate 0.10.1 to master (#4057)Brad Warren
* Release 0.10.1 (cherry picked from commit 0ead1106584f10a4c6b967e89a90f5bc9a207eca) * Bump version to 0.11.0 (cherry picked from commit 5052c64dc9d790b8bd5ef3cf19b9ed3727cfc21f)
2017-01-11Release 0.10.0 (#4022)Brad Warren
* Release 0.10.0 * Bump version to 0.11.0
2016-10-15Release 0.9.3 Option 2 (see #3634) (#3635)Brad Warren
* Release 0.9.3 (cherry picked from commit ce4e00569e6d8ed3d51c5a078d4281bec5f8e5f0) * Bump version to 0.10.0 (cherry picked from commit 5234172b8136fe74715315b32c1eda80411f6927)
2016-10-13Release 0.9.2v0.9.2Brad Warren
2016-10-07Release 0.9.1v0.9.1Brad Warren
2016-10-05Release Certbot 0.9.0 (#3583)Brad Warren
* Release 0.9.0 * Bump version to 0.10.0
2016-07-27Revert "Remove psutil dependency"Joona Hoikkala
This reverts commit 9bd361b28d62a9c81695f0e2e4c7211fb70e5d66.
2016-07-25Remove psutil dependencyJoona Hoikkala
2016-06-15Release 0.8.1v0.8.1Brad Warren
2016-06-02Release 0.8.0v0.8.0Brad Warren
2016-05-27Release 0.7.0v0.7.0Brad Warren
2016-05-12Release 0.6.0v0.6.0Brad Warren
2016-04-06Release 0.5.0v0.5.0Brad Warren
2016-03-04Release 0.4.2v0.4.2Brad Warren
2016-03-01Release 0.4.1v0.4.1Brad Warren
2016-02-19Turn the root-level letsencrypt-auto symlink into a regular file. Close #2501.Erik Rose
It will always be a copy of the latest release version, 0.4 in this case. (Modify the release script to make that so.) This way, people using the old method of running le-auto from a git checkout will not end up using a bleeding-edge version, letting us work on the tip-of-tree version more freely.
2016-02-05Make the new letsencrypt-auto script the main one.Erik Rose
Remove the old bootstrap scripts, which have been subsumed into letsencrypt-auto-source/pieces/bootstrappers. They no longer need to be dispatched among manually: everyone can just run letsencrypt-auto --os-packages-only, regardless of OS. Make the root-level le-auto a symlink to the canonical version. It should thus still work for people running le-auto from a git checkout.
2016-02-02Remove need for --debug in py26 with old le-autoBrad Warren
2015-12-23Merge pull request #1932 from P1sec/masterbmw
Root prompt explanation + minor typos
2015-12-23Merge pull request #1908 from letsencrypt/py26Peter Eckersley
Removes py26reqs.txt and git dependency
2015-12-17Root prompt explanation + minor typosPhilippe Langlois
2015-12-16Merge remote-tracking branch 'origin/master' into py26Peter Eckersley
2015-12-08Abort when no Pythons are foundMarius Gedminas
It seems ill-advised to continue without setting the LE_PYTHON variable, when the very next command tries to use it.
2015-12-03Remove py26reqs.txtMarius Gedminas
ConfigArgParse 0.10 from PyPI supports Python 2.6, so there's no more need to install a fixed version directly from a git branch.
2015-12-03fix sudo issue on amazon linux instance with letsencrypt-autoAnselm Levskaya
the letsencrypt-auto script was missing the sudo parameter on call to ExperimentalBootstrap for amazon linux. also added comment to mac entry to clarify why it lacks the parameter
2015-12-02Make the ancient python error more friendlyPeter Eckersley
2015-11-27py26reqs.txt needs to be path-relativePeter Eckersley
Fixes: #1630
2015-11-21letsencrypt-auto: Remove nginx plugin and letshelp to keep the same behavior ↵Felix Yan
as the virtualenv way
2015-11-17letsencrypt-auto: Add instructions to use pacman on ArchFelix Yan
2015-11-16Fix Amazon Linux bootstrapping error.amazonlinuxHenry Chen
2015-11-15Merge pull request #1465 from letsencrypt/amazonlinuxPeter Eckersley
Highly experimental Amazon Linux bootstrapping
2015-11-14Check for python2.7 before python2Sam Lanning
There are cases where more than one version of python2 is installed, and where the default is not 2.7. For example in CentOS 6, it is common for both 2.6 and 2.7 to be installed, as yum requires 2.6 apparently for some reason.
2015-11-13Replace "which" with "command -v"Peter Eckersley
Since the latter is at least semi-POSIX compliant: http://pubs.opengroup.org/onlinepubs/009696899/utilities/command.html Avoids the need for #1486
2015-11-13Merge remote-tracking branch 'origin/master' into amazonlinuxPeter Eckersley
2015-11-13Merge pull request #1468 from letsencrypt/autoPeter Eckersley
Fix misplaced verbosity from pip
2015-11-13Merge pull request #1467 from letsencrypt/commentPeter Eckersley
Improve comments for letsencrypt-auto
2015-11-12Merge pull request #1386 from mimi1vx/susePeter Eckersley
Add bootstrap for openSUSE based OS...
2015-11-11Fix misplaced verbosity from pipPeter Eckersley
2015-11-11Comments on SUDOPeter Eckersley
2015-11-11Improve comments for letsencrypt-autoPeter Eckersley
2015-11-11Highly experimental Amazon Linux bootstrappingPeter Eckersley
2015-11-11Merge pull request #1282 from devnsec-com/pr8Peter Eckersley
[needs revision] Use su if sudo is not available