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

support nightly channels #197

Closed
wants to merge 5 commits into from
Closed

support nightly channels #197

wants to merge 5 commits into from

Commits on Dec 28, 2021

  1. support nightly channels

    The way this works is that we mark which versions are nightly versions
    in the versions db during the build process and then special-case those
    when added as a channel or when updated. Right now, `juliaup update`
    will always download new nightly tarballs, which could potentially be
    wasteful if that's called again in quick succession, but I think for now
    that should be a reasonable solution.
    
    I have also gotten rid of a lot of code duplication in `build.rs`, which
    should make adding new platforms easier in the future. I hope I didn't
    miss anything there.
    
    Closes #96
    simeonschaub committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    e4aee38 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    ea08e2e View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary code

    davidanthoff committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    080c9e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    f1550bb View commit details
    Browse the repository at this point in the history
  2. fix

    simeonschaub committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    3f615ea View commit details
    Browse the repository at this point in the history