| Index: site_config/config.py
|
| diff --git a/site_config/config.py b/site_config/config.py
|
| index ae59c5d429b87b15e883cf12dfc7e9d6eadc419b..b46e8558ebd759c9579337ea130aad89fe7b277c 100644
|
| --- a/site_config/config.py
|
| +++ b/site_config/config.py
|
| @@ -80,13 +80,3 @@ class Archive(config_private.Archive):
|
| test_dirs_to_archive = ['fonts']
|
| # Create these directories, initially empty, in the archive.
|
| test_dirs_to_create = ['plugins', 'fonts']
|
| -
|
| - # Directories in which to store built files, for dev, official, and full
|
| - # builds.
|
| - archive_host = config_private.Archive.archive_host
|
| - www_dir_base = config_private.Archive.www_dir_base
|
| -
|
| -
|
| -class Distributed(config_private.Distributed):
|
| - # File holding current version information.
|
| - version_file = 'VERSION'
|
|
|