Commit Graph
4376 Commits
Author SHA1 Message Date
Peter Eckersley 57ea80ca5d Production releases come from the candidate-$version branch
(then get merged into master with a PR afterwards)
2015-12-14 12:13:18 -08:00
Peter Eckersley 1f58e069c5 Fix stray $x bug from the old version of this script 2015-12-14 12:13:00 -08:00
Peter Eckersley 7193296a22 For some reason, nosetests only survives one subpackage at a time? 2015-12-14 12:12:20 -08:00
Peter Eckersley f5029d5eaf Remove a change that shouldn't have been in the release-engineering branch
Reverts part of fe4cefb51
2015-12-14 11:44:57 -08:00
Peter Eckersley 1bbe774044 Merge branch 'candidate-0.1.1' into release-engineering 2015-12-14 11:40:08 -08:00
Peter Eckersley 8376a9c2d3 Merge pull request #1860 from letsencrypt/wip-1546
Implement <Reinstall> option in addition to <Renew> or <Cancel>
2015-12-12 17:36:49 -08:00
Peter Eckersley a99f1d1395 This should be maximally legible. 2015-12-12 17:24:05 -08:00
Peter Eckersley aee25fb05e Attempt to fix ridiculous log message 2015-12-12 17:21:24 -08:00
Peter Eckersley 173ea94e17 Further flag tweaking 2015-12-12 17:01:43 -08:00
Peter Eckersley b348874372 Address review comments, fine tune flag names 2015-12-12 16:39:52 -08:00
Peter Eckersley 685ec6b539 obtain_cert isn't dead; maybe it should be called certonly though... 2015-12-12 14:21:05 -08:00
Peter Eckersley 8ed70c18cc Tweak docs for --duplicate 2015-12-12 14:14:28 -08:00
Peter Eckersley 49e5967858 UI and flag tuning
* Add --expand or --replace, which in most cases is what people want to add
   new names to lineages without always forcing renewal
 * --reinstall is now also --keep, and the UI is aware if it's in certonly or
   run mode
 * Explain --duplicate better
2015-12-12 14:09:33 -08:00
Peter Eckersley 97f987ca41 lint 2015-12-12 13:14:48 -08:00
Peter Eckersley eb289bcf81 Remove debugging printf 2015-12-12 13:06:58 -08:00
Peter Eckersley c34088d349 Merge pull request #1879 from alex/patch-1
Fixed an inaccurate comment
2015-12-12 13:03:45 -08:00
Peter Eckersley 35a6dbbfe6 Merge pull request #1880 from alex/patch-2
Simplify the ACME example client by using an existing method
2015-12-12 13:03:36 -08:00
Peter Eckersley cd1c4e1e8e Fix existing test 2015-12-12 13:02:22 -08:00
Peter Eckersley 21d0fcb198 Merge branch 'wip-1546' of ssh://github.com/letsencrypt/letsencrypt into 1546 2015-12-12 12:50:21 -08:00
Peter Eckersley 723d9fe048 Handle lineages that were upgraded from staging -> production 2015-12-12 12:44:24 -08:00
Seth Schoen 0e19f43757 Let's not blame the user in the cancel message 2015-12-12 12:35:28 -08:00
Seth Schoen 411b5093e9 Add parallel --reinstall command-line flag 2015-12-12 12:23:16 -08:00
Seth Schoen d290cd36d5 Correct typo 2015-12-12 12:18:01 -08:00
Peter Eckersley 3b4d95a5da Merge remote-tracking branch 'origin/master' into 1546 2015-12-12 12:15:27 -08:00
Peter Eckersley 1cbf78284f Lint, bugfix, helpful domain list 2015-12-12 12:14:52 -08:00
Peter Eckersley d92a32b9d7 Refuse to update valid lineages with staging certs 2015-12-12 12:09:36 -08:00
Alex Gaynor 916a946bcd Simplify the ACME example client by using an existing method 2015-12-12 14:50:26 -05:00
Alex Gaynor f5fde98ab6 Fixed an inaccurate comment
While it's true that older Pythons do not do (critical) TLS validation by default, that's not what this warning is about.
2015-12-12 14:38:21 -05:00
Seth Schoen dfbf572bc4 Add missing quotation mark in documentation 2015-12-12 11:06:20 -08:00
Seth Schoen 2b3f217ce2 Attempt to fix #1856 2015-12-12 11:03:19 -08:00
Peter Eckersley f9e7d880bf Remove transient commentary 2015-12-12 11:00:38 -08:00
Peter Eckersley 439a2d05eb Simplifications:
- Handle the base "newcert" cases at the top, rather than with a very long if
   statement
 - Avoid having a state-tracking "question variable"
2015-12-12 10:37:11 -08:00
Peter Eckersley 6351194fc2 Simplify construction of the "renew" case 2015-12-12 10:25:36 -08:00
Peter Eckersley 621bef35c9 Close to expiry, default to renewal
- Also move the identical-cert-names case into its own function
2015-12-12 10:11:28 -08:00
Peter Eckersley 9a0d819626 Only bump versions if we're making production releases 2015-12-12 00:38:45 -08:00
Peter Eckersley 0751244597 Merge pull request #1875 from letsencrypt/webroot-permissions
Webroot permissions
2015-12-12 00:32:16 -08:00
Seth Schoen 8fdff540b5 Add interactive flag to should_auto{renew,deploy} 2015-12-11 22:02:46 -08:00
bmw c4970cf672 Merge pull request #1670 from ranweiler/stop-randomizing-standalone-challenge-preferences
Stop randomizing standalone challenge preferences
2015-12-11 19:39:42 -08:00
Brad Warren 1a7dd76288 Added test coverage 2015-12-11 19:31:50 -08:00
Brad Warren d45865a601 Cleanup 2015-12-11 19:14:23 -08:00
Brad Warren 2d52559466 Cleanup comment 2015-12-11 18:12:46 -08:00
Joe Ranweiler f4d499dbad Make help message indicate derived challenge preference 2015-12-11 18:07:25 -08:00
Joe Ranweiler 2f904a41e0 Derive preference order from supported_challenges order 2015-12-11 18:06:11 -08:00
Brad Warren 74927613e9 Fixed lint issues 2015-12-11 18:03:52 -08:00
Joe Ranweiler c66c6bae1d Make supported_challenges return a list, not set 2015-12-11 18:00:33 -08:00
Peter Eckersley c084fd0b6e Merge remote-tracking branch 'release-scripts/release-engineering' into release-engineering 2015-12-11 17:57:46 -08:00
Peter Eckersley aea2bcc0f5 Make and sign tarball 2015-12-11 17:57:26 -08:00
Peter Eckersley 074d8423df Merge branch 'master' into release-engineering 2015-12-11 17:53:02 -08:00
Peter Eckersley 5adf5b4993 Merge pull request #1871 from letsencrypt/fix_deprecation
Fix flag deprecation
2015-12-11 17:35:05 -08:00
Peter Eckersley 8e36115f4a Merge pull request #1870 from SwartzCr/wip-1546
fix issue with mocked _treat_as_renewal code
2015-12-11 17:14:01 -08:00