You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like #200 broke the ability to download/install point releases as it tries to query for the latest build version. This just extends the ignore regex to add point releases
@andralex@CyberShadow: #200 broke CircleCI on all of dlang, so I'd suggest pulling this as a hotfix until Martin can have a look. (Don't have push access to installer.)
The script is simply copied to dlang.org, i.e. scp install.sh install.sh.sig digitalmars.com:/usr/local/www/dlang.org/data/. We have a couple of people who can do that.
It's currently done manually b/c I'm also signing the script. Would be good to have more people in our keyring http://dlang.org/gpg_keys.html.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Seems like #200 broke the ability to download/install point releases as it tries to query for the latest build version. This just extends the ignore regex to add point releases
CC @MartinNowak