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

Download script #22

Merged
merged 28 commits into from Sep 26, 2023
Merged

Download script #22

merged 28 commits into from Sep 26, 2023

Commits on Aug 16, 2023

  1. WIP download script

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    28c17a2 View commit details
    Browse the repository at this point in the history
  2. Add requested changes

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7254bc3 View commit details
    Browse the repository at this point in the history
  3. Canonicalize input paths

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3a4d121 View commit details
    Browse the repository at this point in the history
  4. Fix check for uninitialized variable

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    9ee1e8d View commit details
    Browse the repository at this point in the history
  5. Improve comments

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    bae03b9 View commit details
    Browse the repository at this point in the history
  6. Fix jq list output

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    fe295b2 View commit details
    Browse the repository at this point in the history
  7. Use real enterprise dump url

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0a1e059 View commit details
    Browse the repository at this point in the history
  8. Track number of missing dumps

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    27ff9cb View commit details
    Browse the repository at this point in the history
  9. Working downloads

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    54727b9 View commit details
    Browse the repository at this point in the history
  10. Store in subdirs

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    bce44d1 View commit details
    Browse the repository at this point in the history
  11. Document usage

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5077ed0 View commit details
    Browse the repository at this point in the history
  12. Rename temp dir

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4c2c6e9 View commit details
    Browse the repository at this point in the history
  13. Check for DUMP_DIR existence

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    af80f2a View commit details
    Browse the repository at this point in the history
  14. Mention download.sh in README

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    98d5a8a View commit details
    Browse the repository at this point in the history
  15. Fix typo

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    30b19ca View commit details
    Browse the repository at this point in the history
  16. Fix typo typo

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    187e294 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Clarify LANGUAGES parsing

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b06167f View commit details
    Browse the repository at this point in the history
  2. Remove old workaround for lack of pipefail

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    38faebb View commit details
    Browse the repository at this point in the history
  3. Remove extra whitespace

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    82f2993 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Add option to delete old dumps

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9d2d2e5 View commit details
    Browse the repository at this point in the history
  2. Use wget2 by default

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4d91992 View commit details
    Browse the repository at this point in the history
  3. Write requested help to stdout

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5c8be74 View commit details
    Browse the repository at this point in the history
  4. Fix link replacement

    Without -T, ln interprets an existing LATEST_LINK as a directory to
    place the link in, instead of a link to replace.
    
    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e7b5c19 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Make base url configurable

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    cf1ac05 View commit details
    Browse the repository at this point in the history
  2. Make concurrent downloads configurable

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4be00cd View commit details
    Browse the repository at this point in the history
  3. Clarify -c behavior

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f08fd7d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Use custom user agent with email

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b118724 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Fix typos

    Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
    newsch committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b21a999 View commit details
    Browse the repository at this point in the history