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

add CURATOR_AWS_OPTIONS #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 24, 2024

  1. UploadDocs: introduce CURATOR_AWS_OPTIONS envvar for aws verbosity etc

    We can try to set it to --quiet or revert to --only-show-errors if better,
    now that max_concurrent_requests was bumped in ~/.aws/config
    improving upload performance
    (see commercialhaskell/stackage-infrastructure#4)
    
    So from now on we don't need to rebuild curator every time we want to try
    different option(s).
    juhp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8a9b485 View commit details
    Browse the repository at this point in the history
  2. use aeson < 2.2 to avoid dependency on attoparsec-aeson

    will be needed for nightly/lts23
    juhp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b4975dc View commit details
    Browse the repository at this point in the history