Luis Rascão

Results 38 comments of Luis Rascão

ok, it's working fine, jzust checked OTP20 (that i built recently) and kerl status tells me: ```` The build options for the active installation are: --with-ssl=/usr/local/opt/openssl ```` thanks!

Thanks for the PR, i've added some notes on 9f2e6979402a10357d1312e922c3262c91b13fce

i haven't yet had time to dig into this, i think the latest release you build is marked as the current one and this is what influences the results you're...

hey, sorry for the lag, did some more digging, found the following using `relapp1` (https://github.com/lrascao/relapp1): - checkout `1.0.36` - rebar3 release - cat `_build/default/rel/relapp/releases/1.0.36/relapp.rel` ``` {release,{"relapp","1.0.36"}, {erts,"8.3"}, [{kernel,"5.2"}, {stdlib,"3.3"}, {syntax_tools,"2.1.1"},...

> when calling appup release, which calls appup compile on one of our applications it generates you mean `appup generate` right? > {"git", UpgradeInstructions, DowngradeInstructions} instead of putting the correct...

so, on relapp1, if i delete ´relapp.appup.src´ and change the vsn tuple to `{vsn, git}` i should be able to reproduce the error?

nice, thanks for that, i'll dig into it soon

i think this is another instance of #24, as @ferd mentioned on it the provider hook functionality works differently when not in an umbrella app context, for some reason `git`...

Hi, The appup plugin also tries to do this (also using xref), but it's maybe lacking in some aspect since you felt the need to re-order the generated appup. all...