| Index: site_config/config.py
|
| diff --git a/site_config/config.py b/site_config/config.py
|
| index ae59c5d429b87b15e883cf12dfc7e9d6eadc419b..3a11e2ea3fc9b88d46362bc1d01a655eb0fa5d76 100644
|
| --- a/site_config/config.py
|
| +++ b/site_config/config.py
|
| @@ -81,11 +81,6 @@ class Archive(config_private.Archive):
|
| # 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.
|
|
|