From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A8E9C1381F3 for ; Mon, 29 Jul 2013 14:57:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F220E0AB5; Mon, 29 Jul 2013 14:56:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6D58E0AB5 for ; Mon, 29 Jul 2013 14:56:56 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCA9033EAA3 for ; Mon, 29 Jul 2013 14:56:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 70D10E5463 for ; Mon, 29 Jul 2013 14:56:54 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1375109532.c9c9d8c3a29eb49b6b22eb0fa7db4577e6c1addc.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/config/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/config/entrymap.py X-VCS-Directories: roverlay/config/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: c9c9d8c3a29eb49b6b22eb0fa7db4577e6c1addc X-VCS-Branch: master Date: Mon, 29 Jul 2013 14:56:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 16bcff5b-6f25-4de5-afef-15ab072bc3dd X-Archives-Hash: 553ced1c72fee9406a96479c87d59ca0 commit: c9c9d8c3a29eb49b6b22eb0fa7db4577e6c1addc Author: André Erdmann mailerd de> AuthorDate: Mon Jul 29 14:52:12 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Mon Jul 29 14:52:12 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=c9c9d8c3 config entry map: add STATS_DB --- roverlay/config/entrymap.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/roverlay/config/entrymap.py b/roverlay/config/entrymap.py index 5800000..b6be4ab 100644 --- a/roverlay/config/entrymap.py +++ b/roverlay/config/entrymap.py @@ -537,7 +537,13 @@ CONFIG_ENTRY_MAP = dict ( path = [ 'LICENSEMAP', 'file', ], value_type = 'fs_file', description = 'dictionary file for translating license strings', - ) + ), + + stats_db = dict ( + path = [ 'RRD_DB', 'file', ], + value_type = 'fs_file', + description = 'stats database file', + ), # --- other