Commit Graph

4 Commits

Author SHA1 Message Date
Ayaz Salikhov
8ee9bb92ae build: Publish Clio to packages.xrplf.org (#3192)
Co-authored-by: Bart <bthomee@users.noreply.github.com>
2026-08-27 13:00:49 +01:00
Ayaz Salikhov
267fe05a8f style: Run shfmt on workflows and actions (#3085) 2026-05-28 11:03:38 +01:00
Ayaz Salikhov
c7c270cc03 style: Use shfmt for shell scripts (#2841) 2025-12-09 18:51:56 +00:00
Michael Legleux
2d48de372b feat: Generate Debian packages with CPack (#2282)
Builds the Linux packages with CPack. 
Generate them by running Conan with `--options:host "&:package=True"
--options:host "&:static=True"` then after the build you can run `cpack
.` in the build directory.

@mathbunnyru Where do you think this should be built? QA needs a package
per-commit.

@godexsoft What to do with the `config.json` and service file. I can
just remove them or strip the comment out but it still won't work out
the box with the default `rippled.cfg`. Relates to #2191.

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2025-08-21 00:07:29 -07:00