Seth Schoen
5ec2136cf7
Merge branch 'origin/renew_verb' into renew_verb
...
Conflicts:
letsencrypt/cli.py
2016-02-02 13:44:16 -08:00
Seth Schoen
8f26e69cfe
Merge branch 'master' into renew_verb
...
Conflicts:
letsencrypt/cli.py
2016-02-02 13:42:55 -08:00
Peter Eckersley
6ac54c9dbf
Merge remote-tracking branch 'origin/master' into renew_verb
2016-02-02 13:17:04 -08:00
bmw
5fb8b9c56c
Merge pull request #2343 from erikrose/le-auto-26-deps
...
Add 2.6 dependencies that were missing from le-auto. Fix #2334 .
2016-02-02 12:29:29 -08:00
bmw
f4b4844f2c
Merge pull request #2339 from pra85/patch-1
...
Fix typo in docs/ciphers.rst
2016-02-02 11:51:35 -08:00
Erik Rose
d85883d55a
Add 2.6 dependencies that were missing from le-auto. Fix #2334 .
...
ConfigArgParse has a conditional dependency for Pythons < 2.7. On my local machine, I had a cached ConfigArgParse wheel built under 2.7, so it didn't carry those dependencies, and the pip freeze I used to determine the le-auto requirements thus missed it. From now on, we'll do those passes with --no-cache-dir.
2016-02-02 13:05:15 -05:00
bmw
a11a40c12f
Merge pull request #2330 from letsencrypt/webroot-map-and-flags
...
Document quirks of webroot-map in conf files
2016-02-02 09:24:03 -08:00
Peter Eckersley
7a56ffaa41
Merge pull request #2336 from letsencrypt/name_sanity
...
Name sanity
2016-02-02 08:23:52 -08:00
Peter Eckersley
a280539f2a
Merge pull request #2335 from letsencrypt/aim2dismod
...
Stop leaving socache_shmcb enabled
2016-02-02 08:18:39 -08:00
Prayag Verma
ea9478ebc1
Fix typo in docs/ciphers.rst
...
Remove extra `as`
2016-02-02 11:23:15 +05:30
Seth Schoen
7a7cd3d4f7
Work in progress (renewal succeeded)
2016-02-01 20:35:43 -08:00
Seth Schoen
1bc3d6c855
Merge branch 'name_sanity' into renew_verb
2016-02-01 19:47:20 -08:00
Seth Schoen
3b531e311c
Fix location of enforce_domain_sanity
2016-02-01 19:35:18 -08:00
Peter Eckersley
c8361b2a3c
Merge pull request #2316 from letsencrypt/dry-run
...
--dry-run
2016-02-01 19:31:25 -08:00
Seth Schoen
61b714099d
Centralize all domain sanity checking in one place
2016-02-01 19:27:47 -08:00
Seth Schoen
71bd458494
Further work in progress
2016-02-01 19:18:27 -08:00
Brad Warren
8ddebe3d12
Create tests to prevent future regressions
2016-02-01 18:21:02 -08:00
Seth Schoen
1488a3c2b4
Work in progress
2016-02-01 18:10:59 -08:00
Brad Warren
3c34fd80c7
Change enable_mod order
2016-02-01 18:09:47 -08:00
Brad Warren
d18ec15165
Change action just in case
2016-02-01 17:46:55 -08:00
Seth Schoen
b0c319d1cc
Merge remote-tracking branch 'origin/namespace' into renew_verb
2016-02-01 17:45:51 -08:00
Brad Warren
c4ce168001
Revert "--dry-run forces simulated renewal"
...
This reverts commit ae6e938744 .
2016-02-01 17:42:43 -08:00
Seth Schoen and Peter Eckersley
42cee297b8
Don't parse the cli twice
2016-02-01 17:31:00 -08:00
Seth Schoen
5337fdec23
Work in progress - make renew verb/main loop
2016-02-01 17:24:05 -08:00
Peter Eckersley
83afb58a9a
Avoid dangerous and mysterious behaviour if someone tries to modify a config
2016-02-01 17:20:20 -08:00
Peter Eckersley
39bffef4c2
Merge pull request #2322 from thanatos/py3k-exceptions
...
Make all except/raises Python 3 compatible.
2016-02-01 16:32:44 -08:00
Brad Warren
149ac79b8f
Test certonly with --csr and --dry-run
2016-02-01 13:29:18 -08:00
Brad Warren
5e9d5efdcb
Refactor test_certonly_csr
2016-02-01 13:20:46 -08:00
Brad Warren
f6a3355d28
test reinstall + dry-run = renew
2016-02-01 12:55:41 -08:00
Brad Warren
204f8ba0f2
Refactor test_certonly_renewal
2016-02-01 12:45:13 -08:00
Brad Warren
32034552fd
Test reinstall
2016-02-01 12:18:43 -08:00
Brad Warren
f5fa64ee9a
Test _suggest_donation_if_appropriate
2016-02-01 12:01:12 -08:00
bmw
34650cd4ad
Merge pull request #2280 from TheNavigat/symlinksverify
...
Check for the existence of symlinks
2016-02-01 11:25:11 -08:00
Brad Warren
8f68016340
Merge branch 'master' into dry-run
2016-02-01 11:05:29 -08:00
Peter Eckersley
8bb7ed9a69
Document quirks of webroot-map in conf files
2016-02-01 11:04:02 -08:00
Erik Rose
efd4f35782
Run le-auto tests on Travis.
...
* We choose a different Travis infra for one of the jobs, as in https://github.com/numpy/numpy/blob/master/.travis.yml#L49 .
* We keep the language as "python" so the installation of packages (like tox, which we need) doesn't fail.
* Override the before_install to disable the dpkg stuff the other jobs need.
* adduser is redundant with `--groups sudo` above, so we delete it.
2016-02-01 13:52:56 -05:00
Roy Wellington Ⅳ
44585f3c4d
Remove a double space before this URL.
2016-01-30 19:55:16 -08:00
Roy Wellington Ⅳ
9c28364477
Make exception syntax Python 3 compatible.
...
Translate all except and raise statements that are in the old form to
the Python 3 compatible format.
2016-01-30 19:53:50 -08:00
Brad Warren
ae6e938744
--dry-run forces simulated renewal
2016-01-29 18:50:38 -08:00
Peter Eckersley
e581335073
Merge pull request #2309 from letsencrypt/webroot-map-and-flags
...
Set webroot-map from diverse flags, user interaction, and config files correctly
2016-01-29 18:27:23 -08:00
Brad Warren
f9ac25cd7e
Only suggest donations sometimes
2016-01-29 18:14:53 -08:00
Brad Warren
29bed26aa1
Make addition of conflicting flags look similar
2016-01-29 18:04:51 -08:00
Brad Warren
5c363b5b98
Log when skipping functions due to --dry-run in client.py
2016-01-29 17:43:21 -08:00
bmw
2acb4b0deb
Merge pull request #2319 from letsencrypt/revert-2295-revert-2201-revert-2171-kill-22
...
Revert "Revert "Revert "Temporarily disable Apache 2.2 support"""
2016-01-29 17:41:40 -08:00
bmw
609776a709
Revert "Revert "Revert "Temporarily disable Apache 2.2 support"""
2016-01-29 17:30:27 -08:00
bmw
33e0c8fe74
Merge pull request #2286 from SwartzCr/issue_1991
...
write servername/serveralias if copying a generic vhost
2016-01-29 17:29:10 -08:00
Brad Warren
08698a3de2
Log when skipping functions due to --dry-run in cli.py
2016-01-29 17:25:33 -08:00
Noah Swartz
36e2c9a992
remove test hackery
2016-01-29 17:11:05 -08:00
Noah Swartz
7d63a0c8df
fix stupid broken tests
2016-01-29 16:44:22 -08:00
Noah Swartz
7215376ff9
update server list with added names
2016-01-29 16:09:19 -08:00