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

move create_RELEASES function to relx #800

Merged
merged 1 commit into from
May 24, 2020

Conversation

tsloughter
Copy link
Member

The version in sasl's release_handler module required use of
set_cwd to get a result where the application list had the apps
as relative to the root of the release -- "./lib/..." -- instead
of requiring a newer version of OTP (after getting a new version
into OTP) having this small function added to relx until we only
support versions with the new release_handler module is not a
burden and makes things simpler.

Part of why set_cwd is bad is it makes parallel release building
not an option because of conflicting changes to cwd.

@tsloughter tsloughter requested a review from ferd May 24, 2020 15:15
src/rlx_assemble.erl Outdated Show resolved Hide resolved
The version in sasl's release_handler module required use of
set_cwd to get a result where the application list had the apps
as relative to the root of the release -- "./lib/..." -- instead
of requiring a newer version of OTP (after getting a new version
into OTP) having this small function added to relx until we only
support versions with the new release_handler module is not a
burden and makes things simpler.

Part of why set_cwd is bad is it makes parallel release building
not an option because of conflicting changes to cwd.
@tsloughter tsloughter merged commit 0182d6a into erlware:4.0.0 May 24, 2020
@tsloughter tsloughter deleted the create-releases branch May 24, 2020 16:10
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