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
2015-12-02Kill --agree-dev-previewBrad Warren
2015-10-31requirements.txt: rename to py26reqs.txt and remove it from deps where possible.Jakub Warmuz
When people see requirements.txt they tend to `pip install -r` straight way (c.f. https://github.com/letsencrypt/letsencrypt/issues/1252). It's only necessary for Python2.6.
2015-10-24MANIFEST: include examples dir for letsencryptJakub Warmuz
This is necessary because docs includes files from the examples dir.
2015-10-20--agree-dev-previewJakub Warmuz
`git grep -i eula` to the rescue
2015-10-08Add docs to tarballs (fixes #884).Jakub Warmuz
2015-09-27Add licences to all subpackages.Jakub Warmuz
2015-07-10Include requirements.txt in sdistJakub Warmuz
2015-07-10Basic dev/test setup for separate package subdirectories.Jakub Warmuz
2015-07-10Sort vectors: acme/testdata, separate acme and letsencrypt.Jakub Warmuz
2015-06-12Merge pull request #484 from fmarier/rename-apache-configJames Kasten
Rename the apache config file to match the nginx one
2015-06-07Rename the apache config file to match the nginx oneFrancois Marier
Since both config files end up in /etc/letsencrypt/, if we want the two plugins be to installable at the same time, their config files need different names.
2015-06-07Rename the nginx ssl config file to match the final filenameFrancois Marier
This config file will ultimately exist as /etc/letsencrypt/options-ssl-nginx.conf so we may as well use the right filename everywhere. This is much easier to deal with in the Debian packaging.
2015-05-13Fix references to letsencrypt.clientJakub Warmuz
2015-05-10Move plugins to top-levelJakub Warmuz
2015-05-10Move acme to top-levelJakub Warmuz
2015-05-10Update MANIFEST.inJakub Warmuz
2015-03-23MANIFEST: Update CONTRIBUTING extensionJakub Warmuz
2015-03-11EULA using pkg_resources (fixes #278)Jakub Warmuz
2015-02-26MANIFEST: add CONTRIBUTING.rst, split linesJakub Warmuz
2015-02-26MANIFEST: remove *.sh (fixes #268)Jakub Warmuz
2015-02-08Add linter_plugin.py to MANIFEST.inJakub Warmuz
2015-01-29long_description = README.rst (+ CHANGES.rst later)Thomas Waldmann
2014-12-10Fix MANIFEST.in recursive-includeJakub Warmuz
reading manifest template 'MANIFEST.in' warning: manifest_maker: MANIFEST.in, line 4: unknown action 'recursive'
2014-12-10consolidated tests/data, used tempfile/pkg_resourceJames Kasten
2014-11-22Clean MANIFEST.inJakub Warmuz
2014-11-19Fix setuptools package resourcesJakub Warmuz
https://pythonhosted.org/setuptools/setuptools.html#including-data-files
2014-11-18More documentationPeter Eckersley
2012-08-12Add setuptools-based setup.py & MANIFEST.inFaidon Liambotis
Also move the protoc functionality to setup.py, making it a bit more complicated than usual :)