Commit Graph
6487 Commits
Author SHA1 Message Date
mrstanwell ee622618a2 Strip "\n" from end of OS version string for OS X.
If you don't, it ends up in the UserAgent header and you get an error
like:
Invalid header value 'CertbotACMEClient/0.8.0 (darwin 10.10.5\n)...'
2016-06-03 00:42:40 -05:00
bmw b9ce09419f Merge pull request #3092 from LeCoyote/patch-1
Changed Gentoo os_info string
2016-06-02 14:48:12 -07:00
bmw 576bc90cb3 Merge pull request #3109 from certbot/release-prep
Stop packaging shim packages
2016-06-02 13:39:28 -07:00
Brad Warren 2659ec3188 Stop packaging shim packages 2016-06-02 13:27:52 -07:00
Brad Warren 8a8a8b776d permanently pin 0.7.0 of letsencrypt in certbot-auto 2016-06-02 13:17:41 -07:00
bmw 0e57690eb6 Merge pull request #3101 from certbot/ambiguos-inode
Bump minimum psutil version
2016-06-02 12:17:35 -07:00
LeCoyote 8d6502a756 Update constants.py
Add strings for Gentoo: one matches platform.linux_distribution(), the other matches contents of /etc/os-release
2016-06-02 18:17:21 +04:00
Peter Eckersley e004766122 Merge pull request #3102 from lfam/contrib-manpage
docs: Fix generation of manpage 'certbot.1'.
2016-06-01 13:41:22 -07:00
Leo Famulari 33e905c147 docs: Fix generation of manpage certbot(1).
* docs/man/certbot.rst: Fix path to resource file.
2016-05-31 20:37:05 -04:00
bmw 5244719bda Merge pull request #2967 from certbot/update_registration
Add a register verb, with a way to update registrations
2016-05-31 16:25:36 -07:00
bmwandJacob Hoffman-Andrews 590d816fa9 s/assert_called_once/assert_called_once_with (#3100) 2016-05-31 16:03:42 -07:00
Seth Schoen 10612a0ced Merge remote-tracking branch 'origin/update_registration' into update_registration 2016-05-31 15:54:00 -07:00
Seth Schoen c1e4b57d37 Tiny documentation fixes 2016-05-31 15:53:40 -07:00
Brad Warren b324845a9c fixes #1080 2016-05-31 15:24:19 -07:00
Brad Warren 673b5e960a Merge branch 'master' into update_registration 2016-05-31 14:35:30 -07:00
bmw fcc4622b6d Merge pull request #3005 from lamby/reproducible-documentation
Don't call os.pid() the default kwargs to atexit_print_messages
2016-05-31 12:05:16 -07:00
LeCoyote 2a9e190cf2 Changed Gentoo os_info string
See bug #3091
2016-05-29 15:54:01 +04:00
bmw 28c24e667e Merge pull request #3089 from ampersign/ampersign-patch-1
Spelling correction
2016-05-28 18:24:12 -07:00
Shaun Cummiskey 2e12fda802 Spelling correction 2016-05-28 16:08:28 -05:00
Chris Lamb b247687517 Don't call os.pid() the default kwargs to atexit_print_messages
Whilst it has no side-effects, this results in non-reproducible output when
generating the certbot documentation:

    http://i.imgur.com/Q6VGi9S.jpg

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2016-05-28 10:45:57 +01:00
Peter Eckersley 6a97f9edd1 Merge pull request #3084 from certbot/sysd_os
Fix merge conflicts in #2818 (Sysd os)
2016-05-27 19:05:25 -07:00
Peter Eckersley 24915f6d00 Lint 2016-05-27 16:45:12 -07:00
Peter Eckersley b627f64377 Fix stray merge error 2016-05-27 15:04:59 -07:00
Peter Eckersley 883510338c Merge branch 'master' into sysd_os 2016-05-27 14:48:03 -07:00
Peter Eckersley 731f9a2dee Merge pull request #2926 from TheNavigat/auto_test_fix
Fixing auto_test.py for Python 2.6
2016-05-27 14:39:44 -07:00
Peter Eckersley 61e0e3cc83 Merge pull request #3073 from cowlicks/rename-le-util
Rename certbot.le_util to certbot.util
2016-05-27 14:37:36 -07:00
Peter Eckersley f7b1af467f Merge pull request #3082 from certbot/candidate-0.7.0
Update files and versions to reflect 0.7.0 release
2016-05-27 14:18:53 -07:00
Brad Warren 7153220b41 Bump version to 0.8.0 2016-05-27 13:30:54 -07:00
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
Blake Griffith b05258243a More le_util in docs and compatibility tests 2016-05-26 15:57:50 -05:00
Blake Griffith 2d121585c9 Catch more le_util in certbot-nginx 2016-05-26 15:51:56 -05: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
Blake Griffith f0dc0de40a Catch more le_util usage in certbot-apache 2016-05-26 13:43:00 -05: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
Brad Warren 14b45b795a give register full test coverage 2016-05-25 22:45:57 -07:00
Brad Warren 89279a72bd Interatively ask for e-mail with register verb 2016-05-25 22:23:36 -07:00
Brad Warren 8d802ef6fd Fix up display/ops.py coverage 2016-05-25 22:12:06 -07:00
Brad Warren 653935b937 Merge branch 'master' into update_registration 2016-05-25 21:54:51 -07:00
Brad Warren 6598bcb53e refactor get_email 2016-05-25 21:53:20 -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
Blake Griffith d9d2377242 Rename certbot.le_util to certbot.util
Also rename certbot/tests/le_util_test.py to certbot/tests/util_test.py
2016-05-25 18:50:02 -05:00
Brad Warren 1819b22ebc Fix typo 2016-05-25 16:47:05 -07:00
Brad Warren a87df33de6 Update register tests 2016-05-25 16:41:39 -07:00