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

Add the ability to generate appup files using bundle libs #3

Merged
merged 1 commit into from
Apr 12, 2016

Conversation

joaohf
Copy link
Contributor

@joaohf joaohf commented Apr 12, 2016

No description provided.

@joaohf joaohf changed the title Appup bundle Add the ability to generate appup files using bundle libs Apr 12, 2016
@lrascao
Copy link
Owner

lrascao commented Apr 12, 2016

Could you please rebase cleanly onto develop? You'll notice that there's a commit of mine on your PR (ba3a93d)
On your branch you can either:
git rebase develop and then git push --force or
git reset --hard develop; git cherry-pick bf43a18 and then force push
thanks!

This allows the appups to be created when the libs are
in this generic layout:

    bundle/
        apps/
            app1
            app2
            app3

Each appX is a standard OTP application.

Building:

    rebar3 compile

    find -name *.appup

    _build/default/lib/app1/ebin/app1.appup
    _build/default/lib/app3/ebin/app3.appup
    _build/default/lib/myapp/ebin/myapp.appup
    _build/default/lib/app2/ebin/app2.appup
@joaohf
Copy link
Contributor Author

joaohf commented Apr 12, 2016

Hi, using develop branch now.

@lrascao lrascao merged commit f923d6c into lrascao:develop Apr 12, 2016
@lrascao
Copy link
Owner

lrascao commented Apr 12, 2016

Thanks!

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.

None yet

2 participants