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

Revert "After install, rename nightly to the actual version string" #236

Merged
merged 1 commit into from
Feb 14, 2017

Conversation

jasonkarns
Copy link
Member

@jasonkarns jasonkarns commented Feb 14, 2017

Unsure how this was missed, but after_install_package can't simply mv the installed version from 'nightly' to the versioned path. It causes any subsequent code which relies on $PREFIX_PATH (like fix_directory_permissions and any other registered hooks) to fail.

Naive attempt to just modify PREFIX_PATH as part of the after install hook was unsuccessful. It seemed to apply to fix_directory_permissions, but not any other registered after-install hooks.

More work should be done to investigate options, but for now we need to at least allow nightlies to be installed as nightly.

fixes #235

@jasonkarns jasonkarns merged commit 259a459 into master Feb 14, 2017
@jasonkarns jasonkarns deleted the fix-nightly branch February 14, 2017 16:13
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.

Nightly build(s) fail
1 participant