mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-07 10:48:59 +00:00
97c2b4f598
* add portage:sync_wait_one_day pillar for all minions to prevent the portage tree from being synced within one day of the previous sync * portage: add accep_license option to the make.conf
26 lines
721 B
Plaintext
26 lines
721 B
Plaintext
portage:
|
|
sync_wait_one_day: True
|
|
|
|
make_conf:
|
|
features:
|
|
- xattr
|
|
- sandbox
|
|
- userfetch
|
|
- parallel-fetch
|
|
- parallel-install
|
|
- clean-logs
|
|
- compress-build-logs
|
|
- unmerge-logs
|
|
- splitdebug
|
|
- compressdebug
|
|
- fail-clean
|
|
- unmerge-orphans
|
|
- getbinpkg
|
|
- -news
|
|
other:
|
|
USE_SALT: "argon2 audit caps cgroups cracklib ecdsa efi filecaps json gnupg http2 iproute2 leaps_timezone logrotate lz4 lzma lzo multitarget netlink nettle nfsv4 nfsv41 numa openssl pcre16 sctp seccomp smp sqlite threads udev xattr xfs -X -bindist -dbus -gnutls -tcpd"
|
|
CURL_SSL: "openssl"
|
|
PYTHON_TARGETS: "python2_7 python3_6"
|
|
PYTHON_SINGLE_TARGET: "python3_6"
|
|
ACCEPT_LICENSE: "*"
|