Amjad Mashaal
cafcffb86e
Fixing errors
2016-04-16 14:38:46 +02:00
Amjad Mashaal
82ee461e34
Adding renewal interval along with comment to the renewal configuration file
2016-04-16 14:38:46 +02:00
Noah Swartz
86e09d5e42
Merge pull request #2851 from letsencrypt/choose-python-wisely
...
Choose Python for better integration with boulder
2016-04-15 16:49:35 -07:00
Noah Swartz
8b7b6eeee8
Merge pull request #2844 from letsencrypt/fix-apache-conf-test
...
Fix apache conf test
2016-04-15 16:41:07 -07:00
Noah Swartz
42bd8ce539
Merge pull request #2852 from letsencrypt/discover-all-plugins
...
Discover all plugins
2016-04-15 16:38:14 -07:00
Brad Warren
65503905eb
Add two entry point group test
2016-04-15 13:38:53 -07:00
Brad Warren
168d46e960
Find plugins from both new and old entrypoints
2016-04-15 12:57:28 -07:00
Brad Warren
cdff96ddef
Choose Python for better integration with boulder
2016-04-15 12:40:37 -07:00
Brad Warren
c9fdc926e0
Merge branch 'master' into fix-apache-conf-test
2016-04-14 18:40:51 -07:00
Noah Swartz
842b609dad
Merge pull request #2841 from letsencrypt/module-rename
...
Module rename
2016-04-14 17:35:09 -07:00
Brad Warren
e353f8fabc
letstest is a Certbot integration test tool
2016-04-14 17:16:48 -07:00
Brad Warren
ecc5e71761
setup.cfg
2016-04-14 17:13:19 -07:00
Brad Warren
b4f6ed8470
rename letstest stuff
2016-04-14 17:10:27 -07:00
Brad Warren
75a1d81458
More stray ncrypt reference cleanup
2016-04-14 17:04:23 -07:00
Brad Warren
b956a968c6
this commit was authored by the Certbot Project
2016-04-14 16:56:02 -07:00
Brad Warren
3a975ac580
Use command to find certbot path
2016-04-14 16:27:22 -07:00
Brad Warren
a64d8b7e00
Update contributing instructions
2016-04-14 15:16:48 -07:00
Brad Warren
7472812edd
Reverted bad path change
2016-04-14 14:01:25 -07:00
Brad Warren
39763bc69f
Stray Let's Encrypt
2016-04-14 13:45:36 -07:00
Brad Warren
6daa2dd042
Doc checkup
2016-04-14 13:44:12 -07:00
Brad Warren
21173e2353
Partial le-auto rename
2016-04-14 10:50:31 -07:00
Brad Warren
ae6f1c62f1
Rename misc files
2016-04-14 10:20:23 -07:00
bmw
7595d5cb33
Merge pull request #2836 from letsencrypt/fix-pr-test
...
Fix testing PRs with test farm
2016-04-14 09:19:01 -07:00
Brad Warren
7228c0c9ed
'co' is not a git command
2016-04-14 08:57:34 -07:00
Brad Warren
214343ed6a
rename letshelp-letsencrypt
2016-04-13 17:42:19 -07:00
Brad Warren
0ce45a77f9
s/Let's Encrypt/Certbot certbot-compatibility-test
2016-04-13 16:59:37 -07:00
Brad Warren
4fab8751b2
s/letsencrypt/certbot letsencrypt-compatibility-test
2016-04-13 16:58:21 -07:00
Brad Warren
3d248d8a60
s/Let's Encrypt/Certbot certbot-nginx
2016-04-13 16:49:30 -07:00
Brad Warren
a43fac3277
s/letsencrypt/certbot letsencrypt-nginx tests
2016-04-13 16:45:54 -07:00
Brad Warren
e3aba30ec4
Change Certbot author and description
2016-04-13 16:37:38 -07:00
Brad Warren
755dc2f08d
s/Let's Encrypt/Certbot certbot-apache
2016-04-13 16:36:53 -07:00
Brad Warren
2002511f81
s/letsencrypt/certbot letsencrypt-apache
2016-04-13 16:30:57 -07:00
Brad Warren
1b565ef74a
s/Let's Encrypt/Certbot
2016-04-13 16:13:50 -07:00
Brad Warren
3961b70deb
s/letsencrypt/certbot
2016-04-13 16:03:59 -07:00
bmw
4af2b3e9e8
Merge pull request #2827 from letsencrypt/more-boulder-hosts
...
Fix Travis
2016-04-13 10:17:19 -07:00
Brad Warren
714282c82c
Add boulder host
2016-04-13 10:04:22 -07:00
bmw
9d7519ca25
Merge pull request #2794 from letsencrypt/empty-checkpoint
...
reverter.finalize_checkpoint() : handle empty checkpoints
2016-04-12 17:23:17 -07:00
bmw
1dc4af956f
Merge pull request #2793 from letsencrypt/reverter-timetravel
...
Reverter.py: clock change protection, and debugging for #1243
2016-04-12 15:25:03 -07:00
Peter Eckersley
f543ffe938
Merge pull request #2802 from kuba/apacheconftest-hardcoded-path
...
apacheconf: sane sudo letsencrypt (fixes #2800 )
2016-04-11 13:56:38 -07:00
Peter Eckersley
a6235c069a
glob requires basename()ing
2016-04-11 13:36:01 -07:00
Peter Eckersley
f2e266cefd
Only count actual checkpoints for ordering purposes
2016-04-11 13:23:05 -07:00
Jakub Warmuz
9b8363acfa
Fix sudo echo...
2016-04-10 18:52:38 +00:00
Jakub Warmuz
3516b70884
apacheconftest: toxinidir instead of .
2016-04-10 18:45:08 +00:00
Jakub Warmuz
df2baae476
apacheconf: sane sudo letsencrypt ( fixes #2800 )
...
- hardcoded
`LETSENCRYPT=/home/travis/build/letsencrypt/letsencrypt/.tox/apacheconftest/bin/letsencrypt`
causes Travis tests to fail if running under any other Travis user
(from e.g. a fork)
- `sudo env "PATH=$PATH" letsencrypt` should make sure that sudo can
find letsencrypt binary from virtualenv; realpath is not necessary
- sudo is called already from within the test script, no need to sudo
the entire script
2016-04-10 17:57:21 +00:00
Peter Eckersley
5e971a5e5a
Check the right path
2016-04-08 16:38:40 -07:00
Peter Eckersley
cf4f97bbbf
typofix
2016-04-08 16:15:43 -07:00
Peter Eckersley
40e8777500
reverter.finalize_checkpoint() : handle empty checkpoints
...
Should fix #1243
2016-04-08 16:04:47 -07:00
Peter Eckersley
3ca825592e
Reverter.py: clock change protection, and debugging for #1243
2016-04-08 15:30:27 -07:00
bmw
b347e9fba1
Merge pull request #2775 from kuba/directory-meta
...
Add Directory.meta (fixes #2768 )
2016-04-07 18:37:03 -07:00
bmw
6a7b4a8e14
Merge pull request #2737 from TheNavigat/mariadb
...
Add MariaDB debugging to Travis build
2016-04-06 17:32:43 -07:00