1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00
Commit Graph

202 Commits

Author SHA1 Message Date
Jakub Warmuz
73ae361559 Merge remote-tracking branch 'github/letsencrypt/master' into standalone2 2015-10-12 19:36:46 +00:00
bmw
b56467c0c0 Merge pull request #907 from ArchimedesPi/instructions-for-a-new-pr
Add instructions for submitting a PR
2015-10-11 12:26:03 -07:00
Liam Marshall
454a661d44 contributing.rst: fix nits pointed out by @kuba 2015-10-09 15:46:03 -05:00
Jakub Warmuz
f0214ddf9a Merge commit 'a2c41ca7f539303cb413ba3e73d3669633063150' into standalone2 2015-10-07 19:07:44 +00:00
bmw
63dc3cbb2a Merge pull request #910 from letsencrypt/dev_stuff
Specify python2 and clarify coverage requirements
2015-10-06 11:22:21 -07:00
bmw
f81174d43d Merge pull request #722 from kuba/mock-2.6
Revert "Revert PR #708."
2015-10-06 11:05:32 -07:00
Brad Warren
b275df13d3 python2 and clarified coverage 2015-10-06 10:49:33 -07:00
Liam Marshall
a4e5f29856 Add link to instructions for running integration tests 2015-10-05 18:25:33 -05:00
Liam Marshall
973cd6ce42 Add instructions for submitting a PR. 2015-10-05 18:23:30 -05:00
bmw
410f9bf383 Merge pull request #847 from kuba/bootstrap
Developer virtualenv bootstrap scripts.
2015-10-05 15:18:30 -07:00
Jakub Warmuz
26e03dbba2 docs: remove venv3. 2015-10-05 22:12:21 +00:00
Jakub Warmuz
18f1bb49f0 Merge remote-tracking branch 'github/letsencrypt/master' into bootstrap 2015-10-05 21:38:06 +00:00
Jakub Warmuz
0d880e334d separate pip install -U setuptools pip
https://travis-ci.org/jsha/boulder/jobs/83762761#L557

Success: virtualenv --no-site-packages -p python2 ./venv
./venv/bin/pip install -U setuptools pip
Downloading/unpacking distribute from https://pypi.python.org/packages/source/d/distribute/distribute-0.7.3.zip#md5=c6c59594a7b180af57af8a0cc0cf5b4a
  Downloading distribute-0.7.3.zip (145Kb): 145Kb downloaded
  Running setup.py egg_info for package distribute

Downloading/unpacking pip from https://pypi.python.org/packages/source/p/pip/pip-7.1.2.tar.gz#md5=3823d2343d9f3aaab21cf9c917710196
  Downloading pip-7.1.2.tar.gz (1.0Mb): 1.0Mb downloaded
  Running setup.py egg_info for package pip

    warning: no previously-included files found matching '.coveragerc'
    warning: no previously-included files found matching '.mailmap'
    warning: no previously-included files found matching '.travis.yml'
    warning: no previously-included files found matching 'pip/_vendor/Makefile'
    warning: no previously-included files found matching 'tox.ini'
    warning: no previously-included files found matching 'dev-requirements.txt'
    no previously-included directories found matching '.travis'
    no previously-included directories found matching 'docs/_build'
    no previously-included directories found matching 'contrib'
    no previously-included directories found matching 'tasks'
    no previously-included directories found matching 'tests'
Downloading/unpacking setuptools>=0.7 (from distribute)
  Downloading setuptools-18.3.2.tar.gz (626Kb): 626Kb downloaded
  Running setup.py egg_info for package setuptools

Installing collected packages: distribute, pip, setuptools
  Found existing installation: distribute 0.6.24
    Uninstalling distribute:
      Successfully uninstalled distribute
  Running setup.py install for distribute

  Found existing installation: pip 1.1
    Uninstalling pip:
      Successfully uninstalled pip
  Running setup.py install for pip
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ImportError: No module named setuptools
    Complete output from command /home/travis/letsencrypt/venv/bin/python2 -c "import setuptools;__file__='/home/travis/letsencrypt/venv/build/pip/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-4lZMdG-record/install-record.txt --install-headers /home/travis/letsencrypt/venv/include/site/python2.7:
    Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named setuptools
----------------------------------------
  Rolling back uninstall of pip
Exception:
Traceback (most recent call last):
  File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/basecommand.py", line 104, in main
    status = self.run(options, args)
  File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/commands/install.py", line 250, in run
    requirement_set.install(install_options, global_options)
  File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 1137, in install
    requirement.rollback_uninstall()
  File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 491, in rollback_uninstall
    self.uninstalled.rollback()
  File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 1450, in rollback
    pth.rollback()
AttributeError: 'str' object has no attribute 'rollback'
Storing complete log in /home/travis/.pip/pip.log
[!] FAILURE: ./venv/bin/pip install -U setuptools pip
./venv/bin/pip install -r requirements.txt -e acme -e . -e letsencrypt-apache -e letsencrypt-nginx
Traceback (most recent call last):
  File "./venv/bin/pip", line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
2015-10-05 20:06:55 +00:00
Jakub Warmuz
1e18351041 Fix #903: docs version parsing 2015-10-05 19:44:35 +00:00
Jakub Warmuz
c3e28fa909 Merge remote-tracking branch 'github/letsencrypt/master' into mock-2.6 2015-10-05 19:31:05 +00:00
Peter Eckersley
88def4854b Merge pull request #883 from BKreisel/bootstrap-mac
OS X Integration Tests Environment Setup
2015-10-05 12:19:21 -07:00
Jakub Warmuz
560d12a40c Merge remote-tracking branch 'github/letsencrypt/master' into standalone2 2015-10-04 10:24:47 +00:00
Jakub Warmuz
d20088a435 docs: pip install -U setuptools pip 2015-10-04 08:55:13 +00:00
Jakub Warmuz
08afe48019 Add API docs for letsencrypt_compatibility_test 2015-10-04 06:37:35 +00:00
Jakub Warmuz
b89bd4b5de Add API docs for letshelp_letsencrypt 2015-10-04 06:25:02 +00:00
Brandon Kreisel
8409c9c658 Meddle with more documentation and learn how to bash flag 2015-10-03 11:27:39 -04:00
Brandon Kreisel
0868a5962f Add documentation for OS X bootstrap script 2015-10-02 22:37:22 -04:00
Jakub Warmuz
5d8e9a3d68 Fix various doc generation issues 2015-09-27 21:07:40 +00:00
Jakub Warmuz
6649af9479 Developer virtualenv bootstrap scripts. 2015-09-27 20:57:31 +00:00
Jakub Warmuz
ef3605730c Move already_listening to plugins.util 2015-09-26 17:43:59 +00:00
Jakub Warmuz
daa459f277 Add acme.standalone 2015-09-26 16:50:59 +00:00
yan
5b080b6056 Update Dockerfile-dev and instructions. 2015-09-21 15:33:40 -07:00
Jakub Warmuz
03e2f043df Address #726 review comments 2015-09-16 06:49:04 +00:00
Peter Eckersley
2611a7bce8 Merge pull request #726 from letsencrypt/doc
Document more dependencies for integration testing
2015-09-15 18:04:56 -07:00
James Kasten
3c79845b16 Merge pull request #769 from rutsky/patch-2
fix path to script with nginx prerequisites
2015-09-13 17:15:35 -04:00
Vladimir Rutsky
d3cb4746e9 fix path to script with nginx prerequisites
The path is copied from `.. include` directive below.
2015-09-13 09:53:53 +03:00
Vladimir Rutsky
06d87cb56c fix typo: "Python'd" -> "Python's" 2015-09-13 09:47:56 +03:00
James Kasten
44f7703f00 Merge pull request #754 from kuba/cover
Easier coverage testing for subpackages.
2015-09-09 00:02:31 -04:00
James Kasten
2a41c6b27c Merge pull request #748 from kuba/freebsd
Add basic setup for FreeBSD
2015-09-08 16:17:01 -04:00
Jakub Warmuz
892b918dad fix "centos.sh -> freebsd.sh" typo 2015-09-07 05:32:51 +00:00
Jakub Warmuz
71e665d4cd Easier coverage testing for subpackages.
You can now call "./tox.cover.sh acme", "./tox.cover acme letsencrypt"
etc. to scope down coverage testing to particular
subpackages. "./tox.cover.sh" checks coverage for all packages.
2015-09-06 12:12:02 +00:00
Jakub Warmuz
75304ab6d1 Add basic setup for FreeBSD 2015-09-05 19:03:01 +00:00
Sebastian Wagner
07bd9e689b docs/using use sudo for auth command
Signed-off-by: Sebastian Wagner <sebix@sebix.at>
2015-09-02 22:11:13 +02:00
Peter Eckersley
ea9e4d5cd7 Document more dependencies for integration testing 2015-08-28 09:57:30 -07:00
Jakub Warmuz
001c84a0a0 Merge branch 'master' into manpages 2015-08-25 06:36:15 +00:00
James Kasten
8a6dfb1516 Merge pull request #703 from kuba/docs
Fix various Sphinx warnings, errors
2015-08-24 17:08:53 -04:00
Jakub Warmuz
b2b042837f Use Go 1.5.
The following PRs broke our unittests:

- https://github.com/letsencrypt/boulder/pull/642
- https://github.com/letsencrypt/boulder/pull/635
2015-08-23 21:10:56 +00:00
Jakub Warmuz
4b128c69a2 Fix docs include (SEVERE) 2015-08-22 14:30:30 +00:00
Jakub Warmuz
2e90ecf1b0 Add basic manpages for all binaries (fixes #700). 2015-08-22 14:12:16 +00:00
James Kasten
c1f9d66a09 update docs to include letshelp-letsencrypt 2015-08-17 10:51:44 -07:00
James Kasten
5898bd41e2 Merge pull request #647 from diracdeltas/feature/docker-dev
Add development Dockerfile and instructions
2015-08-13 17:04:29 -04:00
James Kasten
471d168665 Merge pull request #672 from frennkie/master
Minor enhancements (fix typo in docs, remove unneeded code for better cov)
2015-08-12 13:32:42 -04:00
Vinney
637bc840ac Fix typo in command code block in contributing.rst 2015-08-12 12:12:00 -04:00
Robert Habermann
6a1cf1b754 fix typo in tox.cover.sh script name 2015-08-09 11:11:23 +02:00
yan
b38500fad8 Add development Dockerfile and instructions 2015-08-03 16:26:22 -07:00