update packaging

This commit is contained in:
alteredCoder 2021-10-19 11:57:28 +02:00
parent 52cb64e9f5
commit 42f1802a9b
3 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
share_manual_decisions: false
share_custom: true
share_custom: false
share_tainted: false
share_decisions: true
share_decisions: false

1
debian/rules vendored
View file

@ -47,4 +47,5 @@ override_dh_auto_install:
cp config/config.yaml debian/crowdsec/etc/crowdsec/config.yaml
cp config/simulation.yaml debian/crowdsec/etc/crowdsec/simulation.yaml
cp config/profiles.yaml debian/crowdsec/etc/crowdsec/profiles.yaml
cp config/console_config.yaml debian/crowdsec/etc/crowdsec/console_config.yaml
cp -a config/patterns debian/crowdsec/etc/crowdsec

View file

@ -60,6 +60,7 @@ install -m 644 -D config/patterns/* -t %{buildroot}%{_sysconfdir}/crowdsec/patte
install -m 644 -D config/config.yaml %{buildroot}%{_sysconfdir}/crowdsec
install -m 644 -D config/simulation.yaml %{buildroot}%{_sysconfdir}/crowdsec
install -m 644 -D config/profiles.yaml %{buildroot}%{_sysconfdir}/crowdsec
install -m 644 -D config/console_config.yaml %{buildroot}%{_sysconfdir}/crowdsec
install -m 644 -D %{SOURCE1} %{buildroot}%{_presetdir}
install -m 551 plugins/notifications/slack/notification-slack %{buildroot}%{_libdir}/%{name}/plugins/