aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2009-12-24 04:40:49 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2009-12-24 04:40:49 -0200
commitdc2a052d0a41cf46f6787064cf9d665ed9cc1214 (patch)
treecea6d3572988624a81f515c6587a84375561ddeb
parentadded "Settings" section to README.rst and comments to etc/g-octave.cfg (diff)
downloadg-octave-dc2a052d0a41cf46f6787064cf9d665ed9cc1214.tar.gz
g-octave-dc2a052d0a41cf46f6787064cf9d665ed9cc1214.tar.bz2
g-octave-dc2a052d0a41cf46f6787064cf9d665ed9cc1214.zip
changed "db" default dir0.1b1
-rw-r--r--etc/g-octave.cfg2
-rw-r--r--g_octave/config.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/g-octave.cfg b/etc/g-octave.cfg
index 8d040c9..bd335a3 100644
--- a/etc/g-octave.cfg
+++ b/etc/g-octave.cfg
@@ -8,7 +8,7 @@
# ALERT: g-octave only supports emerge/portage from now
# the directory where will be saved the auxiliary files
-#db = /var/cache/octave-forge
+#db = /var/cache/g-octave
# the path to the overlay, need to be appended to the environment variable
# PORTDIR_OVERLAY
diff --git a/g_octave/config.py b/g_octave/config.py
index 89346ab..9e945b8 100644
--- a/g_octave/config.py
+++ b/g_octave/config.py
@@ -12,7 +12,7 @@ from exception import ConfigException
class Config(object):
__defaults = {
- 'db': '/var/cache/octave-forge',
+ 'db': '/var/cache/g-octave',
'overlay': '/usr/local/portage/g-octave',
'categories': 'main,extra,language',
'db_mirror': 'http://files.rafaelmartins.eng.br/octave-forge',