diff --git a/config/common.conf b/config/common.conf index b6379b8..e1d1c41 100644 --- a/config/common.conf +++ b/config/common.conf @@ -2,6 +2,14 @@ # Portage snapshots as well as built stages and livecd images. STORAGEDIR="/home/linux" +# Specifies the maximum number of archives (tarballs) of the same type in a single +# directory that will be kept. The oldest upon specified number will be removed. +ARCHIVESTOKEEP="3" + +# This option sets the remote SSH server with an absolute path to the published download +# directory. It requires key authentication in order to work properly. +REMOTEDOWNLOAD="username@remotehost.org:/path/to/download" + # This directive specifies a list of algorithms to be used when creating a digest file # containing the hash output from any of the supported options below. Adding them may # take a long time. Supported hashes: adler32, crc32, crc32b, gost, haval128, haval160,