diff options
author | Juan RP <xtraeme@gmail.com> | 2019-06-25 08:52:37 +0000 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2019-06-25 08:52:37 +0000 |
commit | 67cd850ebffee9887fc56f809230db8246e5545f (patch) | |
tree | fb0ca1755eb00a158780c29a804695eb951c06ab /etc | |
parent | 3ad7858f0961f37e9673345a6833b8204da1b6c7 (diff) | |
download | void-packages-67cd850ebffee9887fc56f809230db8246e5545f.tar void-packages-67cd850ebffee9887fc56f809230db8246e5545f.tar.gz void-packages-67cd850ebffee9887fc56f809230db8246e5545f.tar.bz2 void-packages-67cd850ebffee9887fc56f809230db8246e5545f.tar.lz void-packages-67cd850ebffee9887fc56f809230db8246e5545f.tar.xz void-packages-67cd850ebffee9887fc56f809230db8246e5545f.tar.zst void-packages-67cd850ebffee9887fc56f809230db8246e5545f.zip |
xbps-src: introduce XBPS_REPO_COMPTYPE for etc/conf.
This sets the repository data compression format, as explained
in xbps-rindex(1). By default set to `gzip'.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/defaults.conf b/etc/defaults.conf index a49b36594e6..8e74759ad7b 100644 --- a/etc/defaults.conf +++ b/etc/defaults.conf @@ -84,6 +84,12 @@ XBPS_SUCMD="sudo /bin/sh -c" #XBPS_PKG_COMPTYPE=none # [OPTIONAL] +# Set the repository compression format (defaults to gzip/zlib). See xbps-rindex(1) +# for the available formats. +# +#XBPS_REPO_COMPTYPE=zstd + +# [OPTIONAL] # Enable or disable global package build options, these options apply # to all packages that support the matching options. # |