12d9fba4b3
* feedback on stdout, not log.Info * rename parameters to silence warnings from "unusedparams" * debian postinst: skip duplicate warnings with 'cscli machines add' * rpm postinst: skip duplicate warnings in 'cscli machines add' * update func tests * debian prerm: if dashboard remove fails, explain it's ok * debian prerm: suppress warnings about wal, capi when attempting to remove the dashboard * wizard.sh: log format like crowdsec |
||
---|---|---|
.. | ||
patches | ||
.gitignore | ||
changelog | ||
compat | ||
control | ||
crowdsec.cron.daily | ||
crowdsec.service | ||
install | ||
postinst | ||
postrm | ||
preinst | ||
prerm | ||
README.md | ||
rules | ||
templates |
Building Debian/Ubuntu packages
It is not recommended to build your own packages for production environments.
However, if you want to experiment and contribute:
- Update the changelog (at least give it a correct version number)
- Run "QUILT_PATCHES=debian/patches quilt push -a && quilt refresh"
We do the above in the build pipeline, so you'll have to do it manually before running:
- dpkg-buildpackage -uc -us -b