summaryrefslogtreecommitdiff
path: root/tools/make-packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make-packages: Include systemd unit with RPMHolger Weiss2022-05-181-5/+6
| | | | | | | Don't forget to include the /etc/systemd/system/ejabberd.service unit with the RPM package. Closes #3816.
* Apparently the --tags option is required to properly describe a brand new tagBadlop2022-05-041-1/+1
|
* Import script for building DEB and RPM packagesHolger Weiss2022-05-041-0/+237
The tools/make-packages script creates DEB and RPM packages for Linux/x64 and Linux/arm64 systems using the archives built by the tools/make-binaries script.