Commit Graph
5152 Commits
Author SHA1 Message Date
schoen 533ede4850 Merge pull request #2367 from TheNavigat/fixobtaincertificatedoc
Fixing parameter type for obtain_certificate's domains parameter
2016-02-03 21:26:15 -08:00
TheNavigat df111febfd Fixing parameter type for obtain_certificate's domains parameter 2016-02-04 05:48:00 +02:00
Peter Eckersley d92b424597 Merge pull request #2359 from letsencrypt/old-renewer
Remove renewer.py
2016-02-03 19:10:30 -08:00
Brad Warren 972c596af9 Delete renewer.py 2016-02-03 15:03:52 -08:00
Brad Warren 49e430ab13 Remove stray comments about renewer.py 2016-02-03 15:02:49 -08:00
Brad Warren d8a2252c5c Rename renewer tests 2016-02-03 15:02:09 -08:00
Brad Warren cc1638a1af Remove renewer tests 2016-02-03 14:59:07 -08:00
Brad Warren d4222ea6b6 Remove renewer docs 2016-02-03 14:54:45 -08:00
Brad Warren fd4d390ac2 No renewer test 2016-02-03 14:52:23 -08:00
Brad Warren 04be86ce4b Remove entry point 2016-02-03 14:49:48 -08:00
Noah Swartz 4bafe9695d Merge pull request #2344 from letsencrypt/real-py26-support
Real py26 support
2016-02-02 18:20:46 -08:00
bmw 3de505ba9d Merge pull request #2342 from letsencrypt/less-argumentative
Be less argumentative
2016-02-02 14:44:28 -08:00
Peter Eckersley 747bd2715f Fix merge bugs & address other review comments 2016-02-02 14:32:09 -08:00
Peter Eckersley fe29a434f5 Merge branch 'master' of ssh://github.com/letsencrypt/letsencrypt into less-argumentative 2016-02-02 14:26:15 -08:00
Peter Eckersley 14334ea775 And another... 2016-02-02 12:42:05 -08:00
Peter Eckersley aafe7f2a84 Fix another merge glitch 2016-02-02 12:39:48 -08:00
Brad Warren 5bca100b25 Merge branch 'master' into real-py26-support 2016-02-02 12:35:28 -08:00
Brad Warren 0a9aabda84 Merge branch 'master' into real-py26-support 2016-02-02 12:31:37 -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
Peter Eckersley 623fd9f417 fix editing error 2016-02-02 10:59:01 -08:00
Peter Eckersley e01ac9287e Merge remote-tracking branch 'origin/master' into less-argumentative 2016-02-02 10:29:17 -08:00
Peter Eckersley 55287cf753 Merge branch 'master' into less-argumentative 2016-02-02 10:21:34 -08:00
Peter Eckersley 131641e963 cli.py should be less argumenentative
- remove all the passing around of `args`, limiting ourselves to just `config`.
 - fixes #2341
2016-02-02 10:17:54 -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 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
Brad Warren 8ddebe3d12 Create tests to prevent future regressions 2016-02-01 18:21:02 -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
Brad Warren c4ce168001 Revert "--dry-run forces simulated renewal"
This reverts commit ae6e938744.
2016-02-01 17:42:43 -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 4e149225c8 Remove need for --debug in py26 with old le-auto 2016-02-01 16:17:19 -08:00
Brad Warren fa49976baf Remove need to use --debug with py26 2016-02-01 16:05:39 -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