-
Notifications
You must be signed in to change notification settings - Fork 12
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
Packaging #26
Comments
the |
To fix both issues I did set include_ert to false.
Now it's using the dependencies provided by elrang and use hex from elixir.
|
Do you have any documentation of what this does and how to use it? |
First I have to correct something:
- `mix local.hex --force` was still needed since hex isn't packaged on Arch
Linux (just parts of it where included into mix).
- To make mix to use the already installed rebar3 I had to set `MIX_HOME=/usr/
bin` and `MIX_ARCHIVE=$srcdir/mix/archives`
Do you have any documentation of what this does and how to use it?
`mix help release`
It stops mix release from trying to bundle the erlang runtime.
Another small step is to cleanup all the batch files included by mix.
The final step would be to make mix to use the elixir runtime that is already
packaged.
|
Are you also interested into have a systemd unit saved in this repo? |
Ugh that looks annoying. There's already a systemd unit in https://github.com/progval/matrix2051/blob/main/INSTALL.md ; feel free to improve it or suggest alternatives |
How does this one look? https://aur.archlinux.org/cgit/aur.git/tree/matrix2051.service?h=matrix2051-git |
Oh I didn't realize you were actually packaging it in AUR. It looks good to me. There are many redundant options in this service. eg. |
Oh thanks, it is not practice to include redundant options however if for some reasons a non dynamicuser setting would be ued they still to make sense to include. |
Signed-off-by: Björn Bidar <[email protected]>
Signed-off-by: Björn Bidar <[email protected]>
Hey,
I have a few questions regarding packaging this app.
The text was updated successfully, but these errors were encountered: