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

Prepare releases to install in julia-<ver> instead of julia-<commit hash> #27752

Merged
merged 2 commits into from
Jun 24, 2018

Conversation

ViralBShah
Copy link
Member

Solution suggested by @staticfloat in #23452

Make.inc Outdated
@@ -167,6 +167,12 @@ else
JULIA_COMMIT := $(JULIA_VERSION)
endif

# Override `JULIA_COMMIT` to `JULIA_VERSION` if we're on a tagged commit
ifeq ($(shell git describe --tags --exact-match > /dev/null 2>&1 && echo true),t
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidental linebreak? :P

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested it on release-0.6, and then copy-pasted it for master, which explains it.

@ViralBShah ViralBShah merged commit 948b088 into master Jun 24, 2018
@ViralBShah ViralBShah deleted the vs/installdir branch June 24, 2018 17:50
haampie pushed a commit to haampie/julia that referenced this pull request Jun 24, 2018
…ash> (JuliaLang#27752)

* Prepare releases to install in julia-<ver> instead of julia-<commit hash>
Solution suggested by @staticfloat
Fixes JuliaLang#23452

* Fix accidental linebreak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants