Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle DOCUMENTER_KEY errors better in deploydocs #907

Merged
merged 3 commits into from
Dec 10, 2018
Merged

Commits on Dec 10, 2018

  1. Handle DOCUMENTER_KEY errors better in deploydocs

    * Print a more helpful error if base64decode fails for the provided key.
    * Use SSH batch mode -- this means that SSH won't ask for passphrase
      and time out the Travis build if the SSH key is problematic.
    * Also, print a more helpful error if git fetch throws an error, most
      likely due to a key misconfiguration.
    
    Closes #697
    mortenpi committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    b85f32c View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry

    mortenpi committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    fc112ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73d1e6c View commit details
    Browse the repository at this point in the history