Wang Yu
f7d862d0bf
webroot configuration text--fix format
2016-03-05 20:33:02 +01:00
Peter Eckersley
f3894fb9e9
Merge pull request #2466 from erikrose/shelly-fixes
...
le-auto shell style improvements
2016-02-13 10:37:58 -08:00
Brad Warren
45ee1eb889
Merge branch 'testing-dev-extras'
2016-02-12 16:19:57 -08:00
Brad Warren
e493a0deff
Merge branch 'acme-new-authz-directory'
2016-02-12 16:11:56 -08:00
Peter Eckersley
6f02a465c4
Merge pull request #2435 from letsencrypt/letsetest-releases
...
letstest: work with a local repo, even if it isn't called letsencrypt
2016-02-12 15:46:56 -08:00
Peter Eckersley
099492132b
Merge pull request #2452 from letsencrypt/use-reserved-examples
...
Use reserved examples
2016-02-12 15:46:26 -08:00
Peter Eckersley
12ef134f2a
Merge pull request #2458 from freezy-sk/docs-using-typofix
...
Fixed typo in Webroot documentation section [ci skip]
2016-02-12 15:45:48 -08:00
schoen
672a160bd2
Merge pull request #2454 from letsencrypt/i-am-not-a-symlink
...
Verify both symlink and target
2016-02-12 15:39:01 -08:00
schoen
550cf920c9
Merge pull request #1921 from letsencrypt/no-cancel-dupe
...
Removed duplicate cancel
2016-02-12 15:38:09 -08:00
Peter Eckersley
a3e3fcb651
Merge pull request #2464 from erikrose/le-auto-quoting
...
Quote the remaining variable expansions in le-auto. Refs #1899 .
2016-02-12 15:21:28 -08:00
Brad Warren
42a61537e6
Remove unecessary check and use constant
2016-02-12 14:48:14 -08:00
Erik Rose
e08aa36a4e
Switch to case statement for arg parsing in le-auto.
...
Ported from #1751 .
* It's more lines but fewer tokens, less room for quote errors, and more idiomatic (see any init.d script).
* Also, fix a bug in which any option containing "-v", e.g. --eat-vertical-pizza, would be construed as --verbose.
2016-02-12 17:36:48 -05:00
Erik Rose
4c2c80dcda
Fix DeterminePythonVersion().
...
Ported from #1751 .
* Make sure any Python passed in as $LE_PYTHON actually exists.
* Dodge a word-splitting bug: `a='a b'; export a=${a:-c}; echo $a` gives `a` instead of `a b` under shells that respect POSIX.1, like dash.
2016-02-12 17:23:29 -05: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
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
freezy
c80535b2df
Fixed typo in Webroot section
2016-02-12 09:49:17 +01: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
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
Brad Warren
52eee4fbfb
Use example domains in using.rst
2016-02-11 15:45:26 -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
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
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
Peter Eckersley
74063851e3
Release 0.4.0
v0.4.0
2016-02-10 18:48:40 -08:00
Peter Eckersley
4b86cabe5b
Fix git typo
2016-02-10 18:33:08 -08:00
Peter Eckersley
48cd0e270f
Merge remote-tracking branch 'origin/master' into candidate-0.4.0
2016-02-10 18:32:36 -08:00
Peter Eckersley
7bbdbdfde4
Merge pull request #2431 from letsencrypt/bool
...
make false falsy
2016-02-10 18:30:16 -08:00
Noah Swartz
bf674489d5
make false falsy
2016-02-10 18:10:10 -08:00
Peter Eckersley
83dfb5e051
Merge remote-tracking branch 'origin/master' into candidate-0.4.0
2016-02-10 16:46:10 -08:00
Peter Eckersley
982e03c13f
Merge pull request #2428 from letsencrypt/include-centos-conf
...
Include centos-options-ssl-apache.conf in letsencrypt-apache
2016-02-10 16:45:54 -08:00
Minn Soe
24fa435f46
Fix broken reference to script in old bootstrap directory
2016-02-11 00:38:24 +00:00
Peter Eckersley
ea31db75b7
Misc release script fixes
2016-02-10 16:35:14 -08:00
Brad Warren
c328ec6200
Include centos-options-ssl-apache.conf in letsencrypt-apache
2016-02-10 16:35:00 -08:00
bmw
b6e14f1b59
Merge pull request #2425 from letsencrypt/webroot-map-and-flags
...
Allow renew to handle --webroot-path on the commandline
2016-02-10 15:27:11 -08:00
Seth Schoen
6abcfddfe7
Remove unused variable "wrm"
2016-02-10 15:05:18 -08:00
Seth Schoen
86bddfa9b4
Fix syntax error (missing colon in function definition)
2016-02-10 14:50:10 -08:00
Peter Eckersley
7c7a07ceb2
rm redundancy
2016-02-10 14:30:35 -08:00
Peter Eckersley
4b49419c07
Allow renew to handle --webroot-path on the commandline
...
- and generally clarify how renew handles webroot options
2016-02-10 14:28:47 -08:00
bmw
7065e8e907
Merge pull request #2418 from letsencrypt/renew-integration2
...
Test cli flag setting within renewal integration tests
2016-02-10 13:26:13 -08:00
Brad Warren
f35896b305
Stopped breaking things
2016-02-10 13:00:14 -08:00