Brad Warren
46d8f6e18c
Release 0.7.0
v0.7.0
2016-05-27 13:30:46 -07:00
bmw
e01878a813
Merge pull request #3034 from chbrown/patch-1
...
Typo: too many self's
2016-05-26 14:27:56 -07:00
bmw
feb964f10e
Merge pull request #3076 from certbot/release-prep
...
0.7.0 release script prep
2016-05-26 13:50:44 -07:00
Brad Warren
a7edc4b1e5
Previously, the script relied on global pip for hashing packages. This
...
doesn't work if you don't have `pip` installed (like me) and I think using
`pip` from the venv should be preferred to ensure you are using the latest
`pip` (which was updated in the venv earlier in the script).
2016-05-26 10:33:18 -07:00
Brad Warren
7e039d1504
With us packaging the shim packages, there are more lines in
...
letsencrypt-auto-requirements.txt that will change with every release. This
change strips the hashes of the previous packages before adding the new ones.
2016-05-26 10:24:57 -07:00
Brad Warren
1322ae12ce
Stop packaging letshelp
2016-05-26 10:20:47 -07:00
bmw
9fead41aaf
Merge pull request #2925 from TheNavigat/gui
...
Adding --dialog argument
2016-05-25 18:43:49 -07:00
Peter Eckersley
5fc1cd0a4a
Merge pull request #3072 from certbot/unpin-pkginfo
...
Revert "Pin old pkginfo version"
2016-05-25 17:33:44 -07:00
Amjad Mashaal
9553f0edd9
Fixing conflicts
2016-05-26 02:03:46 +02:00
bmw
8798420694
Merge pull request #2795 from TheNavigat/wrapping
...
Remove text wrapping
2016-05-25 16:53:47 -07:00
Brad Warren
5b2ab14711
Revert "Pin old pkginfo version"
...
This reverts commit 4919814dd1 .
2016-05-25 16:50:18 -07:00
bmw
97aef8af66
Merge pull request #3069 from sagi/must_staple
...
Autoconfigure OCSP Stapling with --must-staple
2016-05-25 16:34:27 -07:00
Amjad Mashaal
1e58f1a052
Merge branch 'master' into wrapping
2016-05-26 01:01:15 +02:00
Amjad Mashaal
15d1bbe7b9
Merge branch 'master' into gui
2016-05-26 01:00:56 +02:00
bmw
5f1ead81cb
Merge pull request #3070 from jsha/test-set-gopath
...
Check out a specific version of Boulder.
2016-05-25 15:53:09 -07:00
Jacob Hoffman-Andrews
0fb3704dce
Use a real branch name.
2016-05-25 15:43:54 -07:00
Jacob Hoffman-Andrews
94588b1a91
Check out a specific version of Boulder.
...
A recent Boulder change broke integration tests, this fixes it.
2016-05-25 15:23:56 -07:00
sagi
d57353a6fe
Add missing space.
2016-05-25 22:01:43 +00:00
sagi
20be730a92
Revert client, client_test back
2016-05-25 21:56:15 +00:00
sagi
b77d288adb
Use cli.py to set .staple given .must_staple
2016-05-25 21:49:53 +00:00
sagi
efcd0090da
Add a specific must-staple test
2016-05-25 21:20:13 +00:00
Amjad Mashaal
74f5c85178
Moving tests for conflicting args to cli_test.py
2016-05-25 23:13:26 +02:00
Amjad Mashaal
911b4565be
Moving check for conflicting args to cli.py
2016-05-25 23:09:17 +02:00
Amjad Mashaal
a1cb24b3ef
Fixing conflicts
2016-05-25 23:08:33 +02:00
sagi
5a3397cf63
Fix tests
2016-05-25 21:07:47 +00:00
Amjad Mashaal
0999705691
Fixing wrapping for messages with URLs
2016-05-25 22:58:16 +02:00
sagi
59b567b1de
Merge remote-tracking branch 'upstream/master' into must_staple
2016-05-25 20:07:25 +00:00
sagi
b3aeeefe20
Autoconfigure OCSP Stapling with --must-staple
2016-05-25 20:03:45 +00:00
bmw
dda48b50b0
Merge pull request #3009 from sagi/fix_cert_path
...
certonly subcommand - If cert_path provided - do not uniquify it
2016-05-25 12:47:56 -07:00
sagi
d1df72d63c
Add the chain_cert is None case
2016-05-25 19:06:25 +00:00
Amjad Mashaal
b158d03e97
Revert removal of a needed line
2016-05-25 16:30:29 +02:00
Noah Swartz
230423e4e0
Merge pull request #3053 from certbot/renewal-conf-versions
...
Store client version in renewal conf file
2016-05-24 22:19:10 -07:00
Noah Swartz
b4f7b1cfab
Merge pull request #3046 from certbot/csr++
...
Use CN from CSRs
2016-05-24 22:18:01 -07:00
Brad Warren
4a85d59d93
Add test for missing renewal conf version
2016-05-24 22:03:30 -07:00
bmw
140430d8d4
Merge pull request #3044 from SwartzCr/issue_3012
...
fix syntax error
2016-05-24 21:45:29 -07:00
bmw
42e3f6f27c
Merge pull request #3062 from certbot/remove-temp-dir
...
Always remove temporary directories in le-auto
2016-05-24 21:36:05 -07:00
Noah Swartz
13e165e2f9
add exception type
2016-05-24 21:30:45 -07:00
sagi
e93aeb88dd
Fix docs
2016-05-25 04:19:18 +00:00
Amjad Mashaal
353abaa608
Adding args conflict test to main_test.py
2016-05-25 04:59:09 +02:00
Amjad Mashaal
1fd44d9302
Fixing tests
2016-05-25 03:55:52 +02:00
bmw
f8dd9411b8
Merge pull request #3026 from SwartzCr/issue_2839
...
update pypi for auto
2016-05-24 18:34:39 -07:00
Amjad Mashaal
8772a9846f
Raising error on conflicting args
2016-05-25 02:52:47 +02:00
Amjad Mashaal
87d0e938ad
Adding --dialog argument
2016-05-25 02:22:56 +02:00
bmw
ee19325f08
Merge pull request #3063 from certbot/simplify-webroot
...
Simplify webroot chown and rm errors
2016-05-24 16:55:46 -07:00
bmw
d199924cc0
Merge pull request #3065 from jsha/test-nobranch
...
Check out Boulder master instead of branch.
2016-05-24 16:39:07 -07:00
Brad Warren
57e6d1995b
log louder
2016-05-24 16:32:03 -07:00
Jacob Hoffman-Andrews
c01e2c259a
Check out Boulder master instead of branch.
2016-05-24 15:38:03 -07:00
Brad Warren
420e64f039
Simplify webroot chown and rm errors
2016-05-24 13:43:45 -07:00
Brad Warren
c606273d14
use TEMP_DIR trap consistently
2016-05-24 13:16:21 -07:00
Brad Warren
70bb7ff68f
fixes #3060
2016-05-24 13:08:10 -07:00