Commit Graph
5959 Commits
Author SHA1 Message Date
Peter Eckersley c3ddb47cfa All this import voodoo is not required for py2.6+ 2016-02-12 12:59:53 -08:00
Peter Eckersley f1faedaa72 This two digit year case is hard to trigger 2016-02-12 12:48:20 -08:00
Erik Rose 043273960e Always install the homebrew version of Python. Fix #1437.
Otherwise, we sometimes end up using the system Python, for which we'd need to use sudo to install virtualenv. Brew complicates this by yelling at you if you do use sudo. So let's simplify things by always using the homebrew python, which is more up to date anyway.
2016-02-12 15:47:24 -05:00
Peter Eckersley 0afb424173 py26 doesn't like adding lists & tuples 2016-02-12 12:29:13 -08:00
Erik Rose dc8bdfac56 Quote the remaining variable expansions in le-auto. Refs #1899.
...except for $SUDO, which is always either "sudo", "su_sudo", or "", never having a quote-needing char in it.

It's unlikely that $PYVER would have a space in it, but it doesn't hurt.
2016-02-12 15:08:07 -05:00
Peter Eckersley ae69a74465 Tidy 2016-02-12 11:38:26 -08:00
Peter Eckersley ca7f190efc lint & cover 2016-02-12 11:29:36 -08:00
Erik Rose af8e8fa969 Merge elimination of warnings when brew packages are already installed. Close #1988.
Also correct some capitalization and grammar.
2016-02-12 12:16:05 -05:00
Erik Rose cedcad1373 Use python -V instead of python --version. Fix #2039.
Python 2.4 doesn't support --version, and we want to be able to at least complain that it's too old without crashing.

Also, bring built le-auto up to date.
2016-02-12 11:49:01 -05:00
TheNavigat d38828751f Fixing tests 2016-02-12 15:57:19 +02:00
TheNavigat 7b2c2d3a48 Fixing more conflicts 2016-02-12 14:36:12 +02:00
TheNavigat 4f53476cf0 Fixing lint 2016-02-12 14:25:59 +02:00
TheNavigat acc4f52745 Fixing integration testing 2016-02-12 14:25:59 +02:00
TheNavigat fc2c907261 Fixing tox cover 2016-02-12 14:25:59 +02:00
TheNavigat b68c5ace0c Creating CSR after auth 2016-02-12 14:23:58 +02:00
TheNavigat c235803bd4 Adding --allow-subset-of-names flag 2016-02-12 14:22:51 +02:00
TheNavigat da1542e57f Fixing path from which boulder-start.sh is executed 2016-02-12 13:52:05 +02:00
TheNavigat 14b85c6d6f Replacing relative ~/.profile paths with absolute /home/vagrant/.profile ones 2016-02-12 13:47:51 +02:00
TheNavigat 037cc4e150 Adding running boulder-start.sh on boot 2016-02-12 13:47:50 +02:00
TheNavigat a4f46aa90a Replacing MySQL with MariaDB and nginx with nginx-light 2016-02-12 13:45:27 +02:00
TheNavigat a89b187186 Adding conditions for adding export lines to ~/.profile 2016-02-12 13:45:27 +02:00
TheNavigat caf959997c Adding boulder integration support to Vagrant 2016-02-12 13:45:27 +02:00
TheNavigat 5db2c75506 Merge remote-tracking branch 'letsencrypt/master' 2016-02-12 13:38:13 +02:00
freezy c80535b2df Fixed typo in Webroot section 2016-02-12 09:49:17 +01:00
Peter Eckersley 6f99d9f3d9 fixen 2016-02-11 18:22:41 -08:00
Brad Warren ef21220bc5 Merge branch 'renewal-docs' 2016-02-11 18:19:39 -08:00
Seth Schoen 73b81a35c2 More documentation edits; prioritize webroot over standalone 2016-02-11 17:57:46 -08:00
Brad Warren e1e52a9d56 Verify both symlink and target 2016-02-11 17:47:15 -08:00
Peter Eckersley a34dc94b1c bugfixes & minimalism 2016-02-11 17:28:07 -08:00
Peter Eckersley ef404d4985 slightly simpler / more compact 2016-02-11 16:12:42 -08:00
Erik Rose 28ac61f37e Merge Gentoo fixes: docs, recording of deps in world set. 2016-02-11 19:10:13 -05:00
Brad Warren dfddfefe33 Merge branch 'no-root-warning' 2016-02-11 15:55:00 -08:00
Brad Warren 4a0d5701b8 Merge branch 'master' into no-cancel-dupe 2016-02-11 15:50:12 -08:00
Peter Eckersley 0ecaa8abca rm unused var 2016-02-11 15:45:51 -08:00
Brad Warren 52eee4fbfb Use example domains in using.rst 2016-02-11 15:45:26 -08:00
Peter Eckersley df383ee6e4 Remove werkzeug dependency by parsing Retry-After ourselves
Fixes #2409
Progress on #1301
2016-02-11 15:44:23 -08:00
Erik Rose eb4e8bf59e Add a "success" message after installation. Fix #1621. Close #2214. 2016-02-11 18:42:27 -05:00
Brad Warren a43a21d4e2 Use example domains in README 2016-02-11 15:37:17 -08:00
Erik Rose 6eb2d60166 Let --no-self-upgrade bootstrap OS packages. Fix #2432.
--no-self-upgrade metamorphosed from a private flag to a public one, so add a new private flag, --le-auto-phase2 to take its original role of marking the division between phases. This flag must come first and, consequently, can be stripped off the arg list before calling through to letsencrypt, which means the client doesn't need to know about it.

The downside is that anyone still (deprecatedly) running le-auto out of the root of a (recently updated) master checkout will get a "Hey, the current release version le-auto I just self-upgraded to doesn't understand the --le-auto-phase2 flag" error from when we merge this until the next release is made, but that's better than a documented option not working right.

Also, remove a needless folder creation from the Dockerfile.
2016-02-11 18:03:01 -05:00
Erik Rose d791697b93 If le-auto's installation fails, delete the venv. Fix #2332.
Leaving broken venvs around can, if it got as far as installing the venv/bin/letsencrypt script, wreck future le-auto runs, since the presence of that script means "a working LE is installed" to it. Waiting until a new version of le-auto comes out and running it would recover, but this lets re-running the same version recover as well.
2016-02-11 17:17:09 -05:00
Robert Xiao a819cdcd9a Support system-default Apache on OS X. Tested on Yosemite (10.10). 2016-02-11 17:09:50 -05:00
Seth Schoen 104fa3ad55 Separate error for -d with an IP address 2016-02-11 09:10:25 -08:00
Peter Eckersley 27b0cb0c4d Merge pull request #2429 from MinnSoe/fix-old-bootstrap-ref
Fix broken reference in venv script to old bootstrap directory
2016-02-11 01:35:57 -08:00
Seth Schoen 180117facb Some preliminary documentation updates to mention renew verb 2016-02-10 22:13:27 -08:00
bmw 78bd8fb98f Merge pull request #2437 from letsencrypt/candidate-0.4.0
Candidate 0.4.0
2016-02-10 20:53:14 -08:00
Peter Eckersley e2a6bdf574 letstest: work with a local repo, even if it isn't called letsencrypt
* allows test farm tests to be run from release branches
2016-02-10 20:05:34 -08:00
Peter Eckersley 8d5c945470 release.sh: autopin letsencrypt-auto autopeep autohashes 2016-02-10 20:04:28 -08:00
Peter Eckersley 29737ab2ca More hacky fixes 2016-02-10 19:24:25 -08:00
Peter Eckersley 1f31cf1a30 Quick test farm fix 2016-02-10 19:09:05 -08:00
Peter Eckersley 563c115044 Bump version to 0.5.0 2016-02-10 18:49:27 -08:00