mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
23e33443c9
See https://lgtm.com/help/lgtm/customizing-file-classification Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
61 lines
1.2 KiB
YAML
61 lines
1.2 KiB
YAML
---
|
|
# See https://lgtm.com/help/lgtm/customizing-file-classification
|
|
path_classifiers:
|
|
asn1:
|
|
- "asn1/.*"
|
|
asn1-autogenerated:
|
|
- "asn1/asn1c/.*"
|
|
ipaclient:
|
|
- client
|
|
- ipalcient
|
|
- util
|
|
ipalib:
|
|
- ipalib
|
|
- ipaplatform
|
|
- ipapython
|
|
ipaserver:
|
|
- ipaserver
|
|
ipatets:
|
|
- ipatests
|
|
daemons:
|
|
- daemons
|
|
install:
|
|
- install
|
|
extraction:
|
|
cpp:
|
|
prepare:
|
|
packages:
|
|
- build-essential
|
|
- autoconf
|
|
- automake
|
|
- autopoint
|
|
- libtool
|
|
- gettext
|
|
- python-all-dev
|
|
- python3-distutils
|
|
- python3-setutools
|
|
- python3-lesscpy
|
|
- nodejs
|
|
- uglifyjs
|
|
- systemd
|
|
- libssl-dev
|
|
- libsasl2-dev
|
|
- libldap2-dev
|
|
- libkrb5-dev
|
|
- libkrad-dev
|
|
- libini-config-dev
|
|
- libnss3-dev
|
|
- libsss-certmap-dev
|
|
- libsss-idmap-dev
|
|
- libsss-nss-idmap-dev
|
|
- libunistring-dev
|
|
- libxmlrpc-core-c3-dev
|
|
- samba-dev
|
|
- uuid-dev
|
|
configure:
|
|
command:
|
|
- ./autogen.sh --with-ipaplatform=debian
|
|
index:
|
|
build_command:
|
|
- make -j2 -s
|