public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "André Erdmann" <dywi@mailerd.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/tools/, roverlay/config/, roverlay/
Date: Thu,  5 Sep 2013 10:24:34 +0000 (UTC)	[thread overview]
Message-ID: <1378376184.c1bf14a427cfa55c7dc2c4659caf821b7ac56795.dywi@gentoo> (raw)

commit:     c1bf14a427cfa55c7dc2c4659caf821b7ac56795
Author:     André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Thu Sep  5 10:16:24 2013 +0000
Commit:     André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Thu Sep  5 10:16:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=c1bf14a4

change 'STATS_DB' config key

store STATS_DB as STATS.dbfile and not as RRD_DB.file

---
 roverlay/config/entrymap.py | 2 +-
 roverlay/runtime.py         | 2 +-
 roverlay/tools/shenv.py     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/roverlay/config/entrymap.py b/roverlay/config/entrymap.py
index c7b1493..f3396f7 100644
--- a/roverlay/config/entrymap.py
+++ b/roverlay/config/entrymap.py
@@ -583,7 +583,7 @@ CONFIG_ENTRY_MAP = dict (
    ),
 
    stats_db = dict (
-      path        = [ 'RRD_DB', 'file', ],
+      path        = [ 'STATS', 'dbfile', ],
       value_type  = 'fs_file',
       description = 'stats database file',
    ),

diff --git a/roverlay/runtime.py b/roverlay/runtime.py
index c88a590..de20f91 100644
--- a/roverlay/runtime.py
+++ b/roverlay/runtime.py
@@ -143,7 +143,7 @@ class RuntimeEnvironment ( RuntimeEnvironmentBase ):
       self.do_setup_parser()
       self.do_setup_config()
 
-      self.stats_db_file = self.config.get ( 'RRD_DB.file', None )
+      self.stats_db_file = self.config.get ( 'STATS.dbfile', None )
 
       # want_logging <=> <have a command that uses hooks>
       if self.options ['want_logging']:

diff --git a/roverlay/tools/shenv.py b/roverlay/tools/shenv.py
index 1b06ca9..27566e8 100644
--- a/roverlay/tools/shenv.py
+++ b/roverlay/tools/shenv.py
@@ -219,7 +219,7 @@ def setup_env():
    setup_conf ( 'WORKDIR', 'CACHEDIR.root' )
 
    # str::filepath $STATS_DB (optional)
-   setup_conf_optional ( 'STATS_DB', 'RRD_DB.file' )
+   setup_conf_optional ( 'STATS_DB', 'STATS.dbfile' )
 
    # str::dirpath $TMPDIR := <default>
    setup (


             reply	other threads:[~2013-09-05 10:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-05 10:24 André Erdmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-09-06 11:10 [gentoo-commits] proj/R_overlay:master commit in: roverlay/tools/, roverlay/config/, roverlay/ André Erdmann
2013-06-30 15:58 André Erdmann
2013-06-26 17:29 [gentoo-commits] proj/R_overlay:gsoc13/next " André Erdmann
2013-06-30 15:58 ` [gentoo-commits] proj/R_overlay:master " André Erdmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1378376184.c1bf14a427cfa55c7dc2c4659caf821b7ac56795.dywi@gentoo \
    --to=dywi@mailerd.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox