From bf6d5294c96fcdd2a8c9e04802eaedf9b4bf7acc Mon Sep 17 00:00:00 2001 From: belliash Date: Sat, 4 Feb 2012 15:10:41 +0100 Subject: [PATCH] Update config --- config/common.conf | 8 ++++++++ 1 file changed, 8 insertions(+) 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,