From c6c56e0a20e6716c4ac7b8c75ad66042b6375ea6 Mon Sep 17 00:00:00 2001 From: belliash Date: Sun, 29 Jan 2012 10:42:36 +0100 Subject: [PATCH] Let choose tarball format --- config/common.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/common.conf b/config/common.conf index c2bdb28..1f8165d 100644 --- a/config/common.conf +++ b/config/common.conf @@ -19,6 +19,10 @@ DISTDIR="/usr/portage/distfiles" # timestamp in output files. This option can be overridden by using -D option. TARBALLDATE="%Y%m" +# This option specifies a compression algorithm that will be used to produce any tarball +# images, including stages as well as Portage snapshots. Actually supported: bz2, gz, xz. +TARBALLFORMAT="xz" + # A time designation representing the time in seconds that you allow the connection to # the server to take. This only limits the connection phase, once it has connected this # option is of no more use. Setting a timeout to 0 disables it altogether. Unless you